You are not logged in.
Hi,
I'm working on an Arch-based distro and would like to use Arch's repos: [core], [extra] and [community], however, I need pacman to ignore some branded packages (like KDE and Gnome, etc) for obvious reasons, and instead replace them with our own branded packages on our distro repo... but since we can't have always the latest gnome, kde, lxde or any branded package, we need that pacman automagickally prefer packages from a defined repo...
is there some way to archieve this without having to use different package names? I know we could make kde-firefly packages that provided kde, but this could maybe confuse users...
Thanks in advance.
Last edited by LTSmash (2009-03-01 21:09:40)
Proud Ex-Arch user.
Still an ArchLinux lover though.
Currently on Kubuntu 9.10
Offline
Put your repos above the Arch ones in pacman.conf.
Offline
Put your repos above the Arch ones in pacman.conf.
If I use this aproach, for example, what will happen if in our custom repo we have for example foo 4.5.6 and in extra there's foo 4.6.0?
Will pacman like better extra's foo?
Proud Ex-Arch user.
Still an ArchLinux lover though.
Currently on Kubuntu 9.10
Offline
Is there a feature in pacman where if you put something in pacman.conf it will ignore those packages?
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
Allan wrote:Put your repos above the Arch ones in pacman.conf.
If I use this aproach, for example, what will happen if in our custom repo we have for example foo 4.5.6 and in extra there's foo 4.6.0?
Will pacman like better extra's foo?
No. It will use the package from the repo highest in the list.
Offline
LTSmash wrote:Allan wrote:Put your repos above the Arch ones in pacman.conf.
If I use this aproach, for example, what will happen if in our custom repo we have for example foo 4.5.6 and in extra there's foo 4.6.0?
Will pacman like better extra's foo?
No. It will use the package from the repo highest in the list.
Ok, thanks, my question is solved ![]()
Proud Ex-Arch user.
Still an ArchLinux lover though.
Currently on Kubuntu 9.10
Offline
Is there a feature in pacman where if you put something in pacman.conf it will ignore those packages?
Of course.
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
IgnorePkg = wineI have wine ignored because I use a patched Version and have to wait until the patch for the newer versions are available before recompiling.
Wine should not be a dependency of any other package so I consider this rather safe, but you should be carefull because you will run into trouble if some upgrade depends on a higher Version of your ignored package.
฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz
Offline