You are not logged in.

#1 2008-01-20 12:43:55

dmax
Member
Registered: 2006-10-21
Posts: 58

Pacman Testing to stable

I was running stable and I recently uncommented testing in my pacman.conf. Then pacman -Syu

So now I got testing packages. Is there anyway to go back and not use them.

I tried commenting out the testing in pacman.conf and tried pacman -Syu

local package newer is what I get.

How do I make it upgrade to all the older packages. Think its like 20 of them.

Offline

#2 2008-01-20 13:26:39

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Pacman Testing to stable

Make a note of all the local newer packages and reinstall them with pacman -Sy.

Offline

#3 2008-01-20 13:27:43

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

Re: Pacman Testing to stable

You could always use cut or something to parse the pacman output, and only keep the package name from all "local package is newer" messages.
Then you can feed this list to pacman.


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#4 2008-01-20 13:39:29

dmax
Member
Registered: 2006-10-21
Posts: 58

Re: Pacman Testing to stable

use that command?

Offline

#5 2008-01-20 13:47:34

dmax
Member
Registered: 2006-10-21
Posts: 58

Re: Pacman Testing to stable

I see nevermind

Offline

Board footer

Powered by FluxBB