Hello,
Quote:
Originally Posted by marnold
I've been trying to convince Slackpkg+ to give priority to the restricted version of vlc, but whenever I do a search, only the alienbob one shows up. Here are the appropriate parts of my slackpkgplus.conf:
Code:
PKGS_PRIORITY=( restricted:vlc )
. . .
REPOPLUS=( slackpkgplus restricted alienbob slacky )
# Slackware 14.1 - x86_64
MIRRORPLUS['multilib']=http://taper.alienbase.nl/mirrors/people/alien/multilib/14.1/
MIRRORPLUS['alienbob']=http://taper.alienbase.nl/mirrors/people/alien/sbrepos/14.1/x86_64/
MIRRORPLUS['restricted']=http://taper.alienbase.nl/mirrors/people/alien/restricted_sbrepos/14.1/x86_64/
MIRRORPLUS['slacky']=http://repository.slacky.eu/slackware64-14.1/
|
Given that repository "restricted" is declared before "alienbob" in REPOPLUS, all packages from "restricted" have precedence over those in "alienbob", so you don't need to declare "restricted:vlc" in PKGS_PRIORITY.
Quote:
Originally Posted by marnold
What am I doing wrong?
|
Anyway, with your configuration, 'slackpkg search vlc' is working well here :
Code:
$ slackpkg search vlc
DONE
The list below shows all packages with name matching "vlc".
[ Status ] [ Repository ] [ Package ]
uninstalled restricted npapi-vlc-20130818-x86_64-1alien
uninstalled restricted vlc-2.1.0-x86_64-1alien
uninstalled alienbob npapi-vlc-20130818-x86_64-1alien
uninstalled alienbob vlc-2.1.0-x86_64-1alien
You can search specific files using "slackpkg file-search file".
What is the output of "slackpkg search vlc" on your side ?
Try to run "slackpkg update" then 'slackpkg search vlc' to see if that solves the problem.
If this does not work, post the output of the command below :
Code:
$ grep -E "(restricted vlc )|(alienbob vlc )" /var/lib/slackpkg/pkglist
--
SeB