You are not logged in.
Any ideas? I want to revert all my upgrades from testing...Will I do it manually on every package?
Thanks in advance
Last edited by kaola_linux (2009-01-01 07:38:19)
Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"
Offline
Remove the [testing] repo from your pacman.conf. Then do a "pacman -Syu" and note the packages that are flagged as newer than in the repos. Reinstall those.
Offline
Am I going to install them manually? Pacman will not install them for me?
Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"
Offline
Pacman will not automatically downgrade your packages. There is not too much in [testing] at the moment so it should be fairly easy just to downgrade them manually.
Offline
Thanks, I had successfully downgraded the packages via manual method...:)
Last edited by kaola_linux (2009-01-01 07:37:51)
Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"
Offline
Or if you use yaourt, "yaourt -Su --downgrade"
< Daenyth> and he works prolifically
4 8 15 16 23 42
Offline
A while ago I saw a bash script for this that would parse the output of pacman and then downgrade any packages that it said was newer than the repos.
Hmmm...
"He is no fool who gives what he cannot keep to gain that which he cannot lose." -Jim Elliot
Offline
A while ago I saw a bash script for this that would parse the output of pacman and then downgrade any packages that it said was newer than the repos.
Hmmm...
Probably what yaourt -Su --downgrade does.
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline