Bugzilla – Bug 506702
zypper complains about not finding packages that could be downgraded via YaST.
Last modified: 2009-05-25 09:50:01 UTC
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.10 (like Gecko) SUSE zypper in -f refuses to downgrade packages (Perhaps this should better/as well be handled by an own downgrade option: see Enh 506701). > zypper in -f libdrm Loading repository data... Reading installed packages... Package libdrm-2.4.11-1.1.x86_64 not found in repositories, cannot reinstall. Resolving package dependencies... Nothing to do. ... downgrading via Yast ... > rpm -q libdrm libdrm-2.4.1-1.13 Reproducible: Always
Created attachment 294050 [details] zypper log
Created attachment 294052 [details] y2log
(In reply to comment #0) > zypper in -f refuses to downgrade packages Because it's not supposed to. At least not now, but we'll improve the --force option in the future. *** This bug has been marked as a duplicate of bug 483426 ***
JFYI: currently you can downgrade the packages by specifying their version, like this: $ zypper in libdrm-2.4.1-1.13 HTH
If 'zypper in libdrm-2.4.1-1.13' works anyway it is perhaps better to leave 'zypper in --force' as is and provide an own downgrade command as proposed in Enh 506701.
in Bug 506701.