2012-09-28 23:49:36 +02:00
|
|
|
slackpkg+ plugin for third-party repositories
|
|
|
|
|
|
|
|
Slackpkg is a package manager for Slackware.
|
|
|
|
|
|
|
|
Slackpkg+ is a plugin for slackpkg
|
|
|
|
It add support for third-party repositories.
|
|
|
|
You can add multiple repository to your list
|
|
|
|
|
2013-04-27 22:51:00 +02:00
|
|
|
Thanks to alienbob and phenixia2003 for contributing.
|
|
|
|
|
|
|
|
|
2012-09-28 23:49:36 +02:00
|
|
|
|
2013-04-26 09:30:00 +02:00
|
|
|
edit slackpkgplus.conf
|
2013-04-27 22:51:00 +02:00
|
|
|
uncomment one or more mirrors and add it in REPOPLUS list
|
2013-04-26 09:30:00 +02:00
|
|
|
optionally set PKGS_PRIORITY to give priority order for packages presents in multiple repositories
|
2012-09-28 23:49:36 +02:00
|
|
|
|
|
|
|
then launch
|
2013-04-26 09:30:00 +02:00
|
|
|
slackpkg update gpg
|
2012-09-28 23:49:36 +02:00
|
|
|
slackpkg update
|
|
|
|
|
|
|
|
|
2013-04-27 22:51:00 +02:00
|
|
|
This is a beta version.
|
|
|
|
|
2012-09-28 23:49:36 +02:00
|
|
|
|
|
|
|
|
2013-04-27 22:51:00 +02:00
|
|
|
Usage:
|
2012-10-10 13:44:45 +02:00
|
|
|
|
2013-04-27 22:51:00 +02:00
|
|
|
see 'man slackpkg' :D
|
|
|
|
|
|
|
|
|
|
|
|
When a package is present in more than a repository the package will found in that order:
|
|
|
|
|
|
|
|
1) as listed in PKGS_PRIORITY
|
|
|
|
2) as listed in Official Slackware Repository (as configured in slackpkg.conf)
|
|
|
|
3) as listed in REPOPLUS
|
|
|
|
|
|
|
|
|
|
|
|
PKGS_PRIORITY Syntax:
|
|
|
|
|
|
|
|
<repository name>:<package name>
|
|
|
|
|
|
|
|
example
|
|
|
|
alienbob:openjdk
|
|
|
|
|
|
|
|
<package name> accepts regular expression, so
|
|
|
|
multilib:.* mean 'all packages in repository multilib'
|
|
|
|
|
|
|
|
|
|
|
|
Supported repository are (for now):
|
|
|
|
|
|
|
|
multilib: http://taper.alienbase.nl/mirrors/people/alien/multilib/
|
|
|
|
alienbob: http://taper.alienbase.nl/mirrors/people/alien/sbrepos/
|
|
|
|
alien restricted: http://taper.alienbase.nl/mirrors/people/alien/restricted_sbrepos/
|
|
|
|
slacky: http://repository.slacky.eu/
|
|
|
|
salixos: http://download.salixos.org/
|
|
|
|
salixext: http://people.salixos.org/ralvex/packages/
|
|
|
|
rlworkman: http://rlworkman.net/pkgs/
|
|
|
|
slackel: http://www.slackel.gr/repo/
|
|
|
|
zerouno: http://www.z01.eu/repo-slack/
|
|
|
|
slackers: http://www.slackers.it/repository/
|
|
|
|
|
|
|
|
but you can add other yourself.
|
|
|
|
|
|
|
|
Currently only the alien repositories (multilib, alienbob and restricted) and the slacky repositories does supports GPG.
|
|
|
|
If configure the other repositories, you may need to set "CHECKGPG=off" in slackpkg.conf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For questions, suggests or contributes, you can email me to zerouno@slacky.it or use the linuxquestions forum:
|
|
|
|
http://www.linuxquestions.org/questions/showthread.php?p=4940074
|
2012-10-10 13:44:45 +02:00
|
|
|
|
|
|
|
|