Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
11-19-2013, 07:48 AM
|
#16
|
Member
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983
|
patched.
slackpkg+-20131119.2-noarch-2mt.txz
now the default config file update itself from development tree
REPOPLUS=( slackpkgplusdev )
MIRRORPLUS['slackpkgplusdev']=http://slakfinder.org/slackpkg+dev/
|
|
1 members found this post helpful.
|
11-19-2013, 08:08 AM
|
#17
|
Senior Member
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425
Original Poster
Rep: 
|
updated to slackpkg+-20131119.2-noarch-2mt.txz
Here is my slackpkgplus.conf
Quote:
# Enable (on) / Disable (off) slackpkg+
SLACKPKGPLUS=on
# set to '0' to never show the download progress bar
# set to '1' to show the bar only in download packages (default)
# set to '2' to show always show the download bar
VERBOSE=2
# Enable (1) / Disable (0) the official slackpkg blacklist. May be useful to temporarily skip
# the slackware blacklist. You can also override it from command line:
# 'USEBL=0 slackpkg upgrade-all'
USEBL=1
# If two or more repositories contains some same packages, you can specify
# from which repository you prefer to search it.
# The syntax is "<repository_name>:<package_name>"
# Accepts regular expressions. To give priority to an entire repository use "<repository_name>:.*"
# Examples:
#PKGS_PRIORITY=( restricted:vlc )
#PKGS_PRIORITY=( myrepo:.* )
#
# If you want a multilib system, uncomment the multilib repository and set:
PKGS_PRIORITY=( multilib:.* restricted:.* alienx86:steamclient alienbob:.* ktown:.* )
#
# List repositories you want to use (defined below)
# remember to launch 'slackpkg update' if you modify that row.
REPOPLUS=( slackpkgplusdev multilib alienbob restricted ktown alienx86 )
# Define mirrors (uncomment one or more mirror; remember to add it to REPOPLUS)
# Note: only multilib,alienbob,restricted,slacky repositories support GPG. If you add others
# you may need to disable gpg check in slackpkg.conf
# Slackware 14.0 - 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['alienx86']=http://taper.alienbase.nl/mirrors/people/alien/sbrepos/14.1/x86/
MIRRORPLUS['restricted']=http://taper.alienbase.nl/mirrors/people/alien/restricted_sbrepos/14.1/x86_64/
MIRRORPLUS['ktown']=http://taper.alienbase.nl/mirrors/alien-kde/current/latest/x86_64/
# MIRRORPLUS['slacky']=http://repository.slacky.eu/slackware64-14.1/
# use this to keep the slackpkg+ package updated
MIRRORPLUS['slackpkgplusdev']=http://slakfinder.org/slackpkg+dev/
# Slackware current - x86_64
#MIRRORPLUS['multilib']=http://taper.alienbase.nl/mirrors/people/alien/multilib/current/
#MIRRORPLUS['zerouno']=http://www.z01.eu/repo-slack/slackware64-current/
# Local repository:
#MIRRORPLUS['alienbob']=file://repositories/alien/sbrepos/14.1/x86/
#
# Local packages (you do not need metadata nor 'slackpkg update' command):
#MIRRORPLUS['myrepo']=dir://repositories/mypackages/
# -- Each entry in the hash table NOTIFYMSG allows to associate a message
# to an event. At runtime, when an event E is triggered the associated
# message NOTIFYMSG[E], if any, is printed, in a dialog when DIALOG=on,
# on the standard output otherwise.
#
# The syntax of the variable NOTIFYMSG is as below :
#
# NOTIFYMSG[<EVENT>]="<MESSAGE>"
#
# EVENT ::= <EVENTID>@<PATTERNLIST>
# EVENTID ::= on_install|on_upgrade|on_remove
# PATTERNLIST ::= <PATTERN>[,PATTERNLIST]
# MESSAGE ::= string
#
# Each PATTERN can be the basename of a package (i.e mesa), or a regular
# expression (mozilla-.*)
#
# When an event occurs, the basenames of packages that match a given
# PATTERNLIST is available at runtime through the variable NV_MATCHPKGS.
# Attention, this variable must be escaped (i.e \${NV_MATCHPKGS}) when
# referenced inside the MESSAGE associated to an EVENT.
#
NOTIFYMSG[on_install@mesa.*,xorg-server]="Package(s) \$NV_MATCHPKGS has(have) been (re)installed.\n\
\n\
In order to use graphical softwares, you should reinstall any proprietary\
driver in use (nVidia, aTi), with 32-bit driver files if your system is\
multilib enabled."
NOTIFYMSG[on_upgrade@mesa.*,xorg-server]="Package(s) \$NV_MATCHPKGS has(have) been updated.\n\
\n\
In order to use graphical softwares, you should reinstall any proprietary\
driver in use (nVidia, aTi), with 32-bit driver files if your system is\
multilib enabled."
# Supported Repositories (see /usr/doc/slackpkg+-* for details):
#
#Supports GPG
#slackpkgplus: http://slakfinder.org/slackpkg+/
#multilib: http://taper.alienbase.nl/mirrors/people/alien/multilib/{13.37,14.0,14.1,current}/
#alienbob: http://taper.alienbase.nl/mirrors/people/alien/sbrepos/{13.37,14.0,14.1,current}/{x86,x86_64}/
#ktown: http://taper.alienbase.nl/mirrors/alien-kde/{13.37,14.0,14.1,current}/latest/{x86,x86_64}/
#restricted: http://taper.alienbase.nl/mirrors/people/alien/restricted_sbrepos/{13.37,14.0,14.1,current}/{x86,x86_64}/
#slacky: http://repository.slacky.eu/slackware{,64}-{13.37,14.0,14.1}/
#zerouno: http://www.z01.eu/repo-slack/slackware64-current/
#mled: http://www.microlinux.fr/slackware/MLED-{14.0,14.1}-{32,64}bit/
#mles: http://www.microlinux.fr/slackware/MLES-{14.0,14.1}-{32,64}bit/
#mlws: http://www.microlinux.fr/slackware/MLWS-{14.0,14.1}-{32,64}bit/
#msb: http://slackware.org.uk/msb/{14.0,14.1}/1.6/{x86,x86_64}/
#slackers: http://www.slackers.it/repository/
#slacke17: http://ngc891.blogdns.net/pub/slacke17/slackware{,64,arm}-{14.0,14.1}/
#
#Does NOT support GPG
#salixos(*): http://download.salixos.org/{i486,x86_64}/{13.37,14.0,14.1}/
#salixext: http://people.salixos.org/ralvex/repository/x86_64/{14.0,14.1}/
#rlworkman(*): http://rlworkman.net/pkgs/{13.37,14.0,14.1}/
#slackel: http://www.slackel.gr/repo/{i486,x86_64}/current/
|
As it didn't find an update perhaps there is a fault in my conf file.
samac
|
|
|
11-19-2013, 08:12 AM
|
#18
|
Senior Member
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052
|
Hello,
Quote:
Originally Posted by samac
updated to slackpkg+-20131119.2-noarch-2mt.txz
As it didn't find an update perhaps there is a fault in my conf file.
samac
|
You need to add this in your slackpkgplus.conf
Code:
# By default slackpkg+ deny to install 32bit packages.
# Set this flag to 'on' allow slackpkg+ to install 32bit packages on a 64bit slackware
# installation (possibly unsafe). Please, do not install both 32 and 64bit of the same
# package to avoid problems, and NEVER upgrade exitant 64bit packages with relative 32bit package.
# Do not forget to install the multilibs.
ALLOW32BIT=on
Do no forget to run "slackpkg update"
With that, keep in mind that if you have 64-bit packages installed, "slackpkg upgrade-all" could offer to upgrade some of these to 32-bit version. This is a drawback that should, if possible, be fixed.
--
SeB
Last edited by phenixia2003; 11-19-2013 at 08:26 AM.
|
|
1 members found this post helpful.
|
11-19-2013, 08:27 AM
|
#19
|
Senior Member
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425
Original Poster
Rep: 
|
[expletive] I thought that I'd added that stanza. Working perfectly now.
THANK YOU BOTH!!!!!
samac
|
|
|
All times are GMT -5. The time now is 02:06 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|