![]() |
|||||||||
![]() |
![]() |
yum の変更点
** intro [#l465f334]
カーネルやパッケージを最新に保つ.
** proxy 設定 [#kc1f2055]
# emacs /etc/bashrc
export http_proxy="http://proxy.com:port"
** update [#be12737a]
yum list update
yum update
shutdown -r now
** auto update [#g3245482]
emacs /etc/rc.d/init.d/yum
# chkconfig: 345 50 01
chkconfig yum on
*** old [#h117e3ef]
rpm --import /usr/share/rhn/RPM-GPG-KEY-fedora
|
|||||||