剛裝好了fedora11,yum一下,出現
載入插件: refresh-packagekit
就卡住了,到網上查一下資料也沒有收穫,只是感覺是yum源的問題,於是就改了一下yum源
1.建立sun.repo 名字隨便取
# cd /etc/yum.repo.d
# vim sun.repo
順便把/etc/yum.repo.d下的所有文件全刪了,也不知道有沒有害處,反正有原先帶的那幾個*.repo文件是更新不了的,索性.. .呵呵
然後輸入以下內容
[Fedora-ftp.sjtu.edu.cn]
name=Fedora 11 - i386
baseurl=http://ftp.sjtu.edu.cn/fedora/linux/releases/11/Fedora/i386/os/
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-
gpg/RPM-GPG-KEY-Fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
[Everything-ftp.sjtu.edu.cn]
name=Everything 11 - i386
baseurl=http://ftp.sjtu.edu.cn/fedora/linux/releases/11/Everything/i386/os/
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
[updates-ftp.sjtu.edu.cn]
name=Fedora updates
baseurl=http://ftp.sjtu.edu.cn/fedora/linux/updates/11/i386/
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
更新源緩存
# yum makecache
測試一下:
yum install ibus-table-wubi -y
呵呵,俺是一小菜鳥。
[火星人
]
fedora 11解決yum install 載入插件: refresh-packagekit 卡住的問題.已經有532次圍觀
http://coctec.com/docs/linux/show-post-106688.html