You are not logged in.

#1 2009-01-01 05:25:43

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

How to revert back after upgrading from testing[SOLVED]

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

#2 2009-01-01 05:26:56

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,384
Website

Re: How to revert back after upgrading from testing[SOLVED]

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

#3 2009-01-01 05:33:23

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: How to revert back after upgrading from testing[SOLVED]

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

#4 2009-01-01 06:05:50

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,384
Website

Re: How to revert back after upgrading from testing[SOLVED]

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

#5 2009-01-01 07:37:22

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: How to revert back after upgrading from testing[SOLVED]

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

#6 2009-01-01 09:23:27

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,001
Website

Re: How to revert back after upgrading from testing[SOLVED]

Or if you use yaourt, "yaourt -Su --downgrade"


< Daenyth> and he works prolifically
4 8 15 16 23 42

Offline

#7 2009-01-17 04:41:25

QuimaxW
Member
From: Papua New Guinea
Registered: 2006-12-03
Posts: 228
Website

Re: How to revert back after upgrading from testing[SOLVED]

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

#8 2009-01-17 14:01:07

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: How to revert back after upgrading from testing[SOLVED]

QuimaxW wrote:

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

Board footer

Powered by FluxBB