CentOS Yum extender, epel, rpmfusion

stb

勉強、実験、研究云々以前の計算機を扱うための準備泥沼に落ちている近頃.うーむ,趣味性の高い空間。

yumCUIだけれど, yumexはそれをGUI.Ubuntuでいうところのパッケージマネージャ(たぶん.

#yum install yumex

あとyum関連のツール集

# yum install yum-utils

epel(for CentOS 5.5 (RHEL4 and RHEL5))

su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm'
...
su -c 'yum install foo'

rpmfusion

su -c 'rpm -Uvh http://download1.rpmfusion.org/free/el/updates/testing/5/i386/rpmfusion-free-release-5-0.1.noarch.rpm http://download1.rpmfusion.org/nonfree/el/updates/testing/5/i38/rpmfusion-nonfree-release-5-0.1.noarch.rpm'

参考:
http://rpmfusion.org/Configuration