Re: problems with yum --allow-downgrade
David Timms <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <[email protected]> |
Nikola Ciprich wrote: > oops, > I forgot to mention versions I'm using: > yum-3.2.18 > yum-allowdowngrade-1.1.15 > cheers > nik > > On Tue, Aug 19, 2008 at 11:18:42AM +0200, Nikola Ciprich wrote: >> Hi, >> I'd like to use yum to downgrade packages, but I'm unable to get allowdowngrade plugin to work. >> >> [root@hbtest2 lb5.x86_64]# rpm -q util-linux >> util-linux-2.13-0.47.el5 >> >> [root@hbtest2 lb5.x86_64]# yum --allow-downgrade update util-linux-2.13-lb5.01.x86_64.rpm Is that rpm in your configured enabled repos: yum list util-lin* I think by default only the newest will be shown. eg: on F9 $ yum --disablerepo=* --enablerepo=fedora list kernel Loaded plugins: allowdowngrade, downloadonly, presto, refresh-packagekit Setting up and reading Presto delta metadata No Presto metadata available for fedora Installed Packages kernel.i686 2.6.25.11-97.fc9 installed kernel.i686 2.6.27-0.215.rc1.git4. installed Available Packages kernel.i586 2.6.25-14.fc9 fedora # yum --allow-downgrade update kernel-2.6.25-14.fc9.i686 DaveT.