yum 安裝gromacs - Linux

By Franklin
at 2008-12-01T18:36
at 2008-12-01T18:36
Table of Contents
※ 引述《Adama (So Say We All.)》之銘言:
: 標題: Re: [問題] yum 安裝gromacs
: 時間: Mon Dec 1 16:46:16 2008
:
: ※ 引述《ufohappy224 (喔 耶..)》之銘言:
: : 我打開yum.repo.d 之後有五個檔案
: : fedora.repo/
: 這個檔看起來跟我一樣
:
: : fedora-updates.repo
: 那你有fedora-updates-newkey.repo這個檔嗎?
: 因為數月之前fedora yum源頭主機被駭,所以換package key了
: 照理說一般人應該收到fedora-release - 8-6.transition.noarch這個套件的升級通知
: 然後自動換到新的repository (產生fedora-updates-newkey.repo這個檔),然後舊repo
: 中的套件都被移除只剩fedora-release - 8-6.transition.noarch
:
: 所以你先找fedora-release - 8-6.transition.noarch.rpm來升級repo清單看看吧
: 如果沒辦法,那就把fedora-updates.repo中改enable=0;
: 然後cp fedora-updates.repo fedora-updates-newkey.repo;
: 再照下面修改fedora-updates-newkey.repo
:
: : [updates]
: [updates-newkey]
: : name=Fedora $releasever - $basearch - Updates
: name=Fedora $releasever - $basearch - Updates Newkey
:
: : #baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/
: : $releasever/$basearch/
: #baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/$releasever/$basearch.newkey/
:
: : mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f
: : $releasever&arch=$basearch
: mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever.newkey&arch=$basearch
:
: : gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
: gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-8-and-9
: (這個檔要有灌fedora-release - 8-6.transition.noarch才有...
: 沒灌的可以mark起來試試)
:
: 最後再yum clean all; yum list updates試試
我有重新編輯了fedora-updates-newkey.repo
還是有出現error
Loaded plugins: refresh-packagekit
Repository updates-debuginfo is listed more than once in the configuration
Repository updates-source is listed more than once in the configuration
fedora | 2.4 kB 00:00
primary.sqlite.bz2 | 6.1 MB 00:00
http://127.0.0.1/yum/fedora/corel/update/repodata/repomd.xml: [Errno 4]
IOError: <urlopen error (111,
'\xe9\x80\xa3\xe7\xb7\x9a\xe8\xa2\xab\xe6\x8b\x92\xe7\xb5\x95')>
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository:
update. Please verify its path and try again
---
不知這個是什麼問題??
:
: --
: http://cardassian.blogspot.com/
:
: --
: 標題: Re: [問題] yum 安裝gromacs
: 時間: Mon Dec 1 16:46:16 2008
:
: ※ 引述《ufohappy224 (喔 耶..)》之銘言:
: : 我打開yum.repo.d 之後有五個檔案
: : fedora.repo/
: 這個檔看起來跟我一樣
:
: : fedora-updates.repo
: 那你有fedora-updates-newkey.repo這個檔嗎?
: 因為數月之前fedora yum源頭主機被駭,所以換package key了
: 照理說一般人應該收到fedora-release - 8-6.transition.noarch這個套件的升級通知
: 然後自動換到新的repository (產生fedora-updates-newkey.repo這個檔),然後舊repo
: 中的套件都被移除只剩fedora-release - 8-6.transition.noarch
:
: 所以你先找fedora-release - 8-6.transition.noarch.rpm來升級repo清單看看吧
: 如果沒辦法,那就把fedora-updates.repo中改enable=0;
: 然後cp fedora-updates.repo fedora-updates-newkey.repo;
: 再照下面修改fedora-updates-newkey.repo
:
: : [updates]
: [updates-newkey]
: : name=Fedora $releasever - $basearch - Updates
: name=Fedora $releasever - $basearch - Updates Newkey
:
: : #baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/
: : $releasever/$basearch/
: #baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/$releasever/$basearch.newkey/
:
: : mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f
: : $releasever&arch=$basearch
: mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever.newkey&arch=$basearch
:
: : gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
: gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-8-and-9
: (這個檔要有灌fedora-release - 8-6.transition.noarch才有...
: 沒灌的可以mark起來試試)
:
: 最後再yum clean all; yum list updates試試
我有重新編輯了fedora-updates-newkey.repo
還是有出現error
Loaded plugins: refresh-packagekit
Repository updates-debuginfo is listed more than once in the configuration
Repository updates-source is listed more than once in the configuration
fedora | 2.4 kB 00:00
primary.sqlite.bz2 | 6.1 MB 00:00
http://127.0.0.1/yum/fedora/corel/update/repodata/repomd.xml: [Errno 4]
IOError: <urlopen error (111,
'\xe9\x80\xa3\xe7\xb7\x9a\xe8\xa2\xab\xe6\x8b\x92\xe7\xb5\x95')>
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository:
update. Please verify its path and try again
---
不知這個是什麼問題??
:
: --
: http://cardassian.blogspot.com/
:
: --
Tags:
Linux
All Comments
Related Posts
yum 安裝gromacs

By Franklin
at 2008-12-01T16:46
at 2008-12-01T16:46
Ubuntu無法安裝

By Hedwig
at 2008-12-01T16:44
at 2008-12-01T16:44
廣告文沒救嗎?

By Sarah
at 2008-12-01T16:08
at 2008-12-01T16:08
Re: 多重開機?先灌linux再灌xp,有人這樣做嗎?

By Hedda
at 2008-12-01T15:02
at 2008-12-01T15:02
yum 安裝gromacs

By Andrew
at 2008-12-01T14:58
at 2008-12-01T14:58