PDA

View Full Version : Single package from repo


PurposeOfReason
February 28th, 2008, 07:31 PM
Is it possible to have a single package from the testing repo? I'd like to get a few packages from testing, but not let it go over everything. I'm gussing I could enable the repo, grab the packages, and then disable it but then running pacman -Syu wouldn't get those packages and if I readded the repo and did that, it would give me some I didn't want.

mips
February 28th, 2008, 07:38 PM
Yes you can do that. As far as I know the testing packages are uniquely named as testing so they can not be confused with the stable ones etc.

fwojciec
February 28th, 2008, 07:46 PM
First of all -- make sure that testing repo is listed in pacman.conf as the last repo (the order of repos determines the repos from which packages will be taken by default). Then you can override the default preference and install from the testing repo by doing "pacman -Sy testing/package".

Crooksey
February 29th, 2008, 11:17 AM
Why not just point your browser to the location of the repo, then manually grab the package and install that way?