You are not logged in.
I just enabled [testing] and updated my system but I now removed [testing] from my pacman.conf and I want to downgrade the packages. Is there one-liner I can use to feed into pacman so don't have to copy/paste by hand? Look here:
# pacman -Syu
warning: archlinux-keyring: local (20130818-1) is newer than core (20130525-2)
warning: cryptsetup: local (1.6.2-1) is newer than core (1.6.1-2)
warning: device-mapper: local (2.02.100-1) is newer than core (2.02.98-4)
warning: gpgme: local (1.4.3-1) is newer than core (1.4.2-2)
warning: groff: local (1.22.2-4) is newer than core (1.22.2-3)
warning: isl: local (0.12.1-1) is newer than core (0.12-1)
warning: linux: local (3.10.7-1) is newer than core (3.10.6-2)
warning: lvm2: local (2.02.100-1) is newer than core (2.02.98-4)
warning: netctl: local (1.3-1) is newer than core (1.2-1)
warning: openresolv: local (3.5.6-1) is newer than core (3.5.5-1)
warning: perl: local (5.18.1-1) is newer than core (5.18.0-1)
warning: systemd: local (206-2) is newer than core (204-3)
warning: systemd-sysvcompat: local (206-2) is newer than core (204-3)So I want a one-liner that will downgrade all of them but am not good with bash to figure it out. Something like:
# pacman -S $(something I don't know)Thank you ![]()
Last edited by maggie (2013-08-18 20:13:40)
Offline
pacman -Suu
-u, --sysupgrade
...
Pass this option twice to enable package downgrades; in this case, pacman will select sync packages whose
versions do not match with the local versions. This can be useful when the user switches from a testing
repository to a stable one.
Last edited by falconindy (2013-08-18 16:51:02)
Offline
How timely, was just googling for this myself.
Offline
Thank you falconindy.
Offline