原创:SinceDeeper
一、将当前用户加入sudoer组中,以root用户运行
echo 'OrientSun ALL=(ALL) ALL' >> /etc/sudoers
注:其中 OrientSun 是我当前使用的用户名
二、由于Fedora 8自带yum源网速比较慢,所以手动添加了两个yum源
1)livna的yum源:
rpm -ivh http://rpm.livna.org/livna-release-8.rpm
2)freshrpms的yum源:
pm -ivh http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/8/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm
三、安装yum-plugin-fastestmirror(自动挑选快的镜像站)
yum install yum-fastestmirror
注:确定/etc/yum.conf中的plugins=1,搞定!
四、安装yumex(yum的图形前端)
yum install yumex
五、然后对系统进行整体的升级
yum update
奶茶dsk 于 2008-01-12 23:44:56发表:
chkconfig --level 5 yum-updatesd down
weiji300200 于 2008-01-12 23:27:31发表:
[root@localhost ~]# yum update
Loading "fastestmirror" plugin
Repository livna is listed more than once in the configuration
Existing lock /var/run/yum.pid: another copy is running as pid 7862.
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...