LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-24-2023, 07:41 AM   #1
glupa4e
Member
 
Registered: Jan 2011
Posts: 321

Rep: Reputation: 7
Unhappy Slackware 15 x86_64 - Slackpkg+ won't fetch from 3rd party repositories


Hello,
i've installed fresh 15.0 64bit. I was aslo able to do a full upgrade of the system with slackpkg - so that one is working.
Nevertheless i am unable to install from 3rd party repository as packages are not fetched from there at all.
/etc/slackpkg/slackpkgplus.conf looks like that
Code:
# 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 always show the download bar
# set to '3' for a debug mode
VERBOSE=3
# 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=off
# 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
# Add custom option to 'wget'.
# You can solve the repository indisponibility issue by set a timeout here
WGETOPTS="--timeout=15 --tries=1"
# Enable (on) / Disable (off) notification events (see notifymsg.conf)
#ENABLENOTIFY=off
# Enable (on) / Disable (off) the greylist feature. See /etc/slackpkg/greylist
GREYLIST=on
# 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:.* )
#
PKGS_PRIORITY=( alienbob:.* )
# (Use /usr/doc/slackpkg+-*/setupmultilib.sh to setup a multilib configuration)
# List repositories you want to use (defined below)
# remember to launch 'slackpkg update' if you modify that row.
#REPOPLUS=( multilib slackpkgplus restricted alienbob slacky )
REPOPLUS=( alienbob )
# 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 15.0 - x86_64
#MIRRORPLUS['multilib']=http://taper.alienbase.nl/mirrors/people/alien/multilib/14.1/
MIRRORPLUS['alienbob']=https://slackware.uk/people/alien/sbrepos/15.0/x86_64/
#MIRRORPLUS['restricted']=https://slackware.nl/people/alien/restricted_sbrepos/15.0/x86_64/
#MIRRORPLUS['slacky']=http://repository.slacky.eu/slackware64-14.1/
#MIRRORPLUS['salix']=http://download.salixos.org/x86_64/15.0/
# use this to keep the slackpkg+ package updated
#MIRRORPLUS['slackpkgplus']=https://slackware.nl/slackpkgplus15/
# 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/
#
# Supported Repositories (see /usr/doc/slackpkg+-* for details):
#
#Supports GPG
#slackpkgplus:  https://slackware.nl/slakfinder
#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}/
#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/
#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}/
#studioware:    http://studioware.org/files/packages/slackware{,64}-{13.37,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/
when i try to do
Code:
slackpkg search chromium
i get no results from search

please let me know what is missing in my configuration
 
Old 12-24-2023, 08:09 AM   #2
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,387

Rep: Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108
Can we have the content of your blacklist? :
Code:
$ cat /etc/slackpkg/blacklist | sed -e '/^#/d' -e '/^$/d'
 
Old 12-24-2023, 08:33 AM   #3
glupa4e
Member
 
Registered: Jan 2011
Posts: 321

Original Poster
Rep: Reputation: 7
Quote:
Originally Posted by marav View Post
Can we have the content of your blacklist? :
Code:
$ cat /etc/slackpkg/blacklist | sed -e '/^#/d' -e '/^$/d'
the above command returns no output
here is the complete file content
Code:
# /etc/slackpkg/blacklist
#
# This is a blacklist file. Any packages listed here won't be
# upgraded, removed, or installed by slackpkg.

# aaa_libraries should NOT be blacklisted!
#
# You can blacklist using regular expressions.
#
# All of the following will be checked for the regex: 
# Package series, name, version, arch, build, and fullname
# When blacklisting packages, you can use extended regex on package names
# (such as xorg-.* instead of xorg-server, xorg-docs, etc), and a trailing 
# slash for package series ("n/", "ap/", "xap/", etc).
#
# To blacklist *only* the "xorg-server" package, use this:
# xorg-server
#
# To blacklist *all* of the "xorg-server-*" packages, use this:
# xorg-server.*
#
# To blacklist the entire KDE package set, use this:
# kde/
#
# You will need to escape any special characters that are present in the
# package name. For example, to blacklist the gcc-g++ package, use this:
# gcc-g\+\+
#
# DON'T put any space(s) before or after the package name or regex.
#
# Automated upgrade of kernel packages may not be wanted in some situations;
# uncomment the lines below if that fits your circumstances, but note that
# kernel-headers should *not* be blacklisted:
#
#kernel-generic.*
#kernel-huge.*
#kernel-modules.*
#kernel-source
#
# This one will blacklist all SBo packages:
#[0-9]+_SBo
 
Old 12-24-2023, 08:47 AM   #4
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,387

Rep: Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108Reputation: 4108
Ok

Have you refreched the repo ?
Code:
$ slackpkg update gpg
$ slackpkg update

Last edited by marav; 12-24-2023 at 08:48 AM.
 
Old 12-24-2023, 08:56 AM   #5
glupa4e
Member
 
Registered: Jan 2011
Posts: 321

Original Poster
Rep: Reputation: 7
Quote:
Originally Posted by marav View Post
Ok

Have you refreched the repo ?
Code:
$ slackpkg update gpg
$ slackpkg update
Code:
Updating the package lists...
	Downloading...
			Downloading https://mirrors.slackware.com/slackw...CKSUMS.md5.asc...
--2023-12-24 16:52:39--  https://mirrors.slackware.com/slackw...CKSUMS.md5.asc
Resolving mirrors.slackware.com (mirrors.slackware.com)... 207.223.116.213
Connecting to mirrors.slackware.com (mirrors.slackware.com)|207.223.116.213|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 163 [text/plain]
Saving to: ‘/tmp/slackpkg.JmgOvh/CHECKSUMS.md5.asc’

/tmp/slackpkg.JmgOvh/CHECKSUMS. 100%[=====================================================>]     163  --.-KB/s    in 0s      

2023-12-24 16:52:40 (323 MB/s) - ‘/tmp/slackpkg.JmgOvh/CHECKSUMS.md5.asc’ saved [163/163]


		No changes in ChangeLog.txt between your last update and now.
		Do you really want to download all other files (y/N)? y

	Downloading...
			Downloading https://mirrors.slackware.com/slackw.../ChangeLog.txt...
--2023-12-24 16:52:43--  https://mirrors.slackware.com/slackw.../ChangeLog.txt
Resolving mirrors.slackware.com (mirrors.slackware.com)... 207.223.116.213
Connecting to mirrors.slackware.com (mirrors.slackware.com)|207.223.116.213|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2078249 (2.0M) [text/plain]
Saving to: ‘/tmp/slackpkg.JmgOvh/ChangeLog.txt’

/tmp/slackpkg.JmgOvh/ChangeLog. 100%[=====================================================>]   1.98M   815KB/s    in 2.5s    

2023-12-24 16:52:46 (815 KB/s) - ‘/tmp/slackpkg.JmgOvh/ChangeLog.txt’ saved [2078249/2078249]

		List of all files
			Downloading https://mirrors.slackware.com/slackw...s/MANIFEST.bz2...
--2023-12-24 16:52:46--  https://mirrors.slackware.com/slackw...s/MANIFEST.bz2
Resolving mirrors.slackware.com (mirrors.slackware.com)... 207.223.116.213
Connecting to mirrors.slackware.com (mirrors.slackware.com)|207.223.116.213|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://mirrors.netix.net/slackware/...s/MANIFEST.bz2 [following]
--2023-12-24 16:52:46--  https://mirrors.netix.net/slackware/...s/MANIFEST.bz2
Resolving mirrors.netix.net (mirrors.netix.net)... 87.121.121.2, 2a00:1728:20::2
Connecting to mirrors.netix.net (mirrors.netix.net)|87.121.121.2|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14578710 (14M) [application/x-bzip2]
Saving to: ‘/tmp/slackpkg.JmgOvh/patches-MANIFEST.bz2’

/tmp/slackpkg.JmgOvh/patches-MA 100%[=====================================================>]  13.90M  5.56MB/s    in 2.5s    

2023-12-24 16:52:49 (5.56 MB/s) - ‘/tmp/slackpkg.JmgOvh/patches-MANIFEST.bz2’ saved [14578710/14578710]

			Downloading https://mirrors.slackware.com/slackw...4/MANIFEST.bz2...
--2023-12-24 16:52:49--  https://mirrors.slackware.com/slackw...4/MANIFEST.bz2
Resolving mirrors.slackware.com (mirrors.slackware.com)... 207.223.116.213
Connecting to mirrors.slackware.com (mirrors.slackware.com)|207.223.116.213|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://slackware.telecoms.bg/slackwa...4/MANIFEST.bz2 [following]
--2023-12-24 16:52:50--  http://slackware.telecoms.bg/slackwa...4/MANIFEST.bz2
Resolving slackware.telecoms.bg (slackware.telecoms.bg)... 217.79.83.103
Connecting to slackware.telecoms.bg (slackware.telecoms.bg)|217.79.83.103|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4199768 (4.0M) [application/octet-stream]
Saving to: ‘/tmp/slackpkg.JmgOvh/slackware64-MANIFEST.bz2’

/tmp/slackpkg.JmgOvh/slackware6 100%[=====================================================>]   4.00M  5.76MB/s    in 0.7s    

2023-12-24 16:52:50 (5.76 MB/s) - ‘/tmp/slackpkg.JmgOvh/slackware64-MANIFEST.bz2’ saved [4199768/4199768]

			Downloading https://mirrors.slackware.com/slackw...a/MANIFEST.bz2...
--2023-12-24 16:52:50--  https://mirrors.slackware.com/slackw...a/MANIFEST.bz2
Resolving mirrors.slackware.com (mirrors.slackware.com)... 207.223.116.213
Connecting to mirrors.slackware.com (mirrors.slackware.com)|207.223.116.213|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://mirror.telepoint.bg/slackwar...a/MANIFEST.bz2 [following]
--2023-12-24 16:52:51--  https://mirror.telepoint.bg/slackwar...a/MANIFEST.bz2
Resolving mirror.telepoint.bg (mirror.telepoint.bg)... 79.124.67.90, 2a01:8740:ffff:fffc::11
Connecting to mirror.telepoint.bg (mirror.telepoint.bg)|79.124.67.90|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1981251 (1.9M) [application/octet-stream]
Saving to: ‘/tmp/slackpkg.JmgOvh/extra-MANIFEST.bz2’

/tmp/slackpkg.JmgOvh/extra-MANI 100%[=====================================================>]   1.89M  5.85MB/s    in 0.3s    

2023-12-24 16:52:51 (5.85 MB/s) - ‘/tmp/slackpkg.JmgOvh/extra-MANIFEST.bz2’ saved [1981251/1981251]

			Downloading https://mirrors.slackware.com/slackw...e/MANIFEST.bz2...
--2023-12-24 16:52:51--  https://mirrors.slackware.com/slackw...e/MANIFEST.bz2
Resolving mirrors.slackware.com (mirrors.slackware.com)... 207.223.116.213
Connecting to mirrors.slackware.com (mirrors.slackware.com)|207.223.116.213|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://mirrors.unixsol.org/slackware...e/MANIFEST.bz2 [following]
--2023-12-24 16:52:52--  http://mirrors.unixsol.org/slackware...e/MANIFEST.bz2
Resolving mirrors.unixsol.org (mirrors.unixsol.org)... 193.110.159.35
Connecting to mirrors.unixsol.org (mirrors.unixsol.org)|193.110.159.35|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 210060 (205K) [application/octet-stream]
Saving to: ‘/tmp/slackpkg.JmgOvh/pasture-MANIFEST.bz2’

/tmp/slackpkg.JmgOvh/pasture-MA 100%[=====================================================>] 205.14K  --.-KB/s    in 0.05s   

2023-12-24 16:52:52 (3.69 MB/s) - ‘/tmp/slackpkg.JmgOvh/pasture-MANIFEST.bz2’ saved [210060/210060]

			Downloading https://mirrors.slackware.com/slackw...g/MANIFEST.bz2...
--2023-12-24 16:52:52--  https://mirrors.slackware.com/slackw...g/MANIFEST.bz2
Resolving mirrors.slackware.com (mirrors.slackware.com)... 207.223.116.213
Connecting to mirrors.slackware.com (mirrors.slackware.com)|207.223.116.213|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://mirror.telepoint.bg/slackwar...g/MANIFEST.bz2 [following]
--2023-12-24 16:52:53--  https://mirror.telepoint.bg/slackwar...g/MANIFEST.bz2
Resolving mirror.telepoint.bg (mirror.telepoint.bg)... 79.124.67.90, 2a01:8740:ffff:fffc::11
Connecting to mirror.telepoint.bg (mirror.telepoint.bg)|79.124.67.90|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 36452 (36K) [application/octet-stream]
Saving to: ‘/tmp/slackpkg.JmgOvh/testing-MANIFEST.bz2’

/tmp/slackpkg.JmgOvh/testing-MA 100%[=====================================================>]  35.60K  --.-KB/s    in 0.002s  

2023-12-24 16:52:53 (19.8 MB/s) - ‘/tmp/slackpkg.JmgOvh/testing-MANIFEST.bz2’ saved [36452/36452]

		Checksums
			Downloading https://mirrors.slackware.com/slackw.../CHECKSUMS.md5...
--2023-12-24 16:52:53--  https://mirrors.slackware.com/slackw.../CHECKSUMS.md5
Resolving mirrors.slackware.com (mirrors.slackware.com)... 207.223.116.213
Connecting to mirrors.slackware.com (mirrors.slackware.com)|207.223.116.213|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1205614 (1.1M) [text/plain]
Saving to: ‘/tmp/slackpkg.JmgOvh/CHECKSUMS.md5’

/tmp/slackpkg.JmgOvh/CHECKSUMS. 100%[=====================================================>]   1.15M   732KB/s    in 1.6s    

2023-12-24 16:52:55 (732 KB/s) - ‘/tmp/slackpkg.JmgOvh/CHECKSUMS.md5’ saved [1205614/1205614]

			Downloading https://mirrors.slackware.com/slackw...CKSUMS.md5.asc...
--2023-12-24 16:52:55--  https://mirrors.slackware.com/slackw...CKSUMS.md5.asc
Resolving mirrors.slackware.com (mirrors.slackware.com)... 207.223.116.213
Connecting to mirrors.slackware.com (mirrors.slackware.com)|207.223.116.213|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 163 [text/plain]
Saving to: ‘/tmp/slackpkg.JmgOvh/CHECKSUMS.md5.asc’

/tmp/slackpkg.JmgOvh/CHECKSUMS. 100%[=====================================================>]     163  --.-KB/s    in 0s      

2023-12-24 16:52:56 (352 MB/s) - ‘/tmp/slackpkg.JmgOvh/CHECKSUMS.md5.asc’ saved [163/163]

		Package List
			Downloading https://mirrors.slackware.com/slackw...0/FILELIST.TXT...
--2023-12-24 16:52:56--  https://mirrors.slackware.com/slackw...0/FILELIST.TXT
Resolving mirrors.slackware.com (mirrors.slackware.com)... 207.223.116.213
Connecting to mirrors.slackware.com (mirrors.slackware.com)|207.223.116.213|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://slackware.telecoms.bg/slackwa...0/FILELIST.TXT [following]
--2023-12-24 16:52:56--  http://slackware.telecoms.bg/slackwa...0/FILELIST.TXT
Resolving slackware.telecoms.bg (slackware.telecoms.bg)... 217.79.83.103
Connecting to slackware.telecoms.bg (slackware.telecoms.bg)|217.79.83.103|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1576093 (1.5M) [text/plain]
Saving to: ‘/tmp/slackpkg.JmgOvh/FILELIST.TXT’

/tmp/slackpkg.JmgOvh/FILELIST.T 100%[=====================================================>]   1.50M  3.14MB/s    in 0.5s    

2023-12-24 16:52:57 (3.14 MB/s) - ‘/tmp/slackpkg.JmgOvh/FILELIST.TXT’ saved [1576093/1576093]

		Package descriptions
			Downloading https://mirrors.slackware.com/slackw...s/PACKAGES.TXT...
--2023-12-24 16:52:57--  https://mirrors.slackware.com/slackw...s/PACKAGES.TXT
Resolving mirrors.slackware.com (mirrors.slackware.com)... 207.223.116.213
Connecting to mirrors.slackware.com (mirrors.slackware.com)|207.223.116.213|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://mirror.telepoint.bg/slackwar...s/PACKAGES.TXT [following]
--2023-12-24 16:52:58--  https://mirror.telepoint.bg/slackwar...s/PACKAGES.TXT
Resolving mirror.telepoint.bg (mirror.telepoint.bg)... 79.124.67.90, 2a01:8740:ffff:fffc::11
Connecting to mirror.telepoint.bg (mirror.telepoint.bg)|79.124.67.90|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 68797 (67K) [text/plain]
Saving to: ‘/tmp/slackpkg.JmgOvh/patches-PACKAGES.TXT’

/tmp/slackpkg.JmgOvh/patches-PA 100%[=====================================================>]  67.18K  --.-KB/s    in 0.02s   

2023-12-24 16:52:58 (4.26 MB/s) - ‘/tmp/slackpkg.JmgOvh/patches-PACKAGES.TXT’ saved [68797/68797]

			Downloading https://mirrors.slackware.com/slackw...4/PACKAGES.TXT...
--2023-12-24 16:52:58--  https://mirrors.slackware.com/slackw...4/PACKAGES.TXT
Resolving mirrors.slackware.com (mirrors.slackware.com)... 207.223.116.213
Connecting to mirrors.slackware.com (mirrors.slackware.com)|207.223.116.213|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://mirrors.unixsol.org/slackware...0/PACKAGES.TXT [following]
--2023-12-24 16:52:58--  http://mirrors.unixsol.org/slackware...0/PACKAGES.TXT
Resolving mirrors.unixsol.org (mirrors.unixsol.org)... 193.110.159.35
Connecting to mirrors.unixsol.org (mirrors.unixsol.org)|193.110.159.35|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 864745 (844K) [text/plain]
Saving to: ‘/tmp/slackpkg.JmgOvh/slackware64-PACKAGES.TXT’

/tmp/slackpkg.JmgOvh/slackware6 100%[=====================================================>] 844.48K  2.93MB/s    in 0.3s    

2023-12-24 16:52:59 (2.93 MB/s) - ‘/tmp/slackpkg.JmgOvh/slackware64-PACKAGES.TXT’ saved [864745/864745]

			Downloading https://mirrors.slackware.com/slackw...a/PACKAGES.TXT...
--2023-12-24 16:52:59--  https://mirrors.slackware.com/slackw...a/PACKAGES.TXT
Resolving mirrors.slackware.com (mirrors.slackware.com)... 207.223.116.213
Connecting to mirrors.slackware.com (mirrors.slackware.com)|207.223.116.213|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://mirrors.netix.net/slackware/...a/PACKAGES.TXT [following]
--2023-12-24 16:52:59--  https://mirrors.netix.net/slackware/...a/PACKAGES.TXT
Resolving mirrors.netix.net (mirrors.netix.net)... 87.121.121.2, 2a00:1728:20::2
Connecting to mirrors.netix.net (mirrors.netix.net)|87.121.121.2|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 36565 (36K) [text/plain]
Saving to: ‘/tmp/slackpkg.JmgOvh/extra-PACKAGES.TXT’

/tmp/slackpkg.JmgOvh/extra-PACK 100%[=====================================================>]  35.71K  --.-KB/s    in 0.008s  

2023-12-24 16:52:59 (4.10 MB/s) - ‘/tmp/slackpkg.JmgOvh/extra-PACKAGES.TXT’ saved [36565/36565]

			Downloading https://mirrors.slackware.com/slackw...e/PACKAGES.TXT...
--2023-12-24 16:52:59--  https://mirrors.slackware.com/slackw...e/PACKAGES.TXT
Resolving mirrors.slackware.com (mirrors.slackware.com)... 207.223.116.213
Connecting to mirrors.slackware.com (mirrors.slackware.com)|207.223.116.213|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2163 (2.1K) [text/plain]
Saving to: ‘/tmp/slackpkg.JmgOvh/pasture-PACKAGES.TXT’

/tmp/slackpkg.JmgOvh/pasture-PA 100%[=====================================================>]   2.11K  --.-KB/s    in 0s      

2023-12-24 16:53:00 (3.23 GB/s) - ‘/tmp/slackpkg.JmgOvh/pasture-PACKAGES.TXT’ saved [2163/2163]

			Downloading https://mirrors.slackware.com/slackw...g/PACKAGES.TXT...
--2023-12-24 16:53:00--  https://mirrors.slackware.com/slackw...g/PACKAGES.TXT
Resolving mirrors.slackware.com (mirrors.slackware.com)... 207.223.116.213
Connecting to mirrors.slackware.com (mirrors.slackware.com)|207.223.116.213|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 727 [text/plain]
Saving to: ‘/tmp/slackpkg.JmgOvh/testing-PACKAGES.TXT’

/tmp/slackpkg.JmgOvh/testing-PA 100%[=====================================================>]     727  --.-KB/s    in 0s      

2023-12-24 16:53:01 (990 MB/s) - ‘/tmp/slackpkg.JmgOvh/testing-PACKAGES.TXT’ saved [727/727]

	Formatting lists to slackpkg style...
		Package List: using CHECKSUMS.md5 as source
		Package descriptions
it does not fetch anything from slackware.uk, i do not get it why
 
Old 12-24-2023, 09:24 AM   #6
0XBF
Member
 
Registered: Nov 2018
Distribution: Slackware
Posts: 770

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
What if you try removing the regex from this line:
Quote:
Originally Posted by glupa4e View Post
Code:
PKGS_PRIORITY=( alienbob:.* )
And make it look like this:
Quote:
Originally Posted by glupa4e View Post
Code:
PKGS_PRIORITY=( alienbob )
It's been a while since I've used slackpkgplus, but I dont recall seeing regex allowed to be used in the PKG_PRIORITY line. In the versions I've seen (14.2/slackpkg+-1.7.0 and 15.0/slackpkg+-1.8.0), there were no comments stating regex can be used there (although your conf file has comments about it). Might be worth a try.

Edit: I double checked on an old install and while it says regex can be used, it does not have an example using the .* wildcard, and says to reference an entire repo using the second method I've listed. Something seems off with your config file. Maybe this is from an older version? (pre 14.2?)

Last edited by 0XBF; 12-24-2023 at 09:40 AM.
 
1 members found this post helpful.
Old 12-24-2023, 10:39 AM   #7
Windu
Member
 
Registered: Aug 2021
Distribution: Arch Linux, Debian, Slackware
Posts: 591

Rep: Reputation: Disabled
maybe a stupid question, but have you actually installed the slackpkg+ package as add-on to slackpkg? The slackpkgplus.conf file seems OK but a possible reason for it not working could be that you created that file but did not actually install the package.
 
1 members found this post helpful.
Old 12-24-2023, 11:48 AM   #8
tkor
LQ Newbie
 
Registered: Feb 2022
Location: Athens/Greece
Distribution: Slackware-voidlinux
Posts: 19

Rep: Reputation: 11
I'm attaching my slackpkgplus.conf to find out the deference.im on current but you will get the point
Configuration for slackpkg+.
# Please read manpage: "man slackpkgplus.conf" and documentation /usr/doc/slackpkg+-*/README

# 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 always show the download bar
# set to '3' for a debug mode
VERBOSE=1

# Enable TERSE to use a smaller output in installpkg/upgradepkg
USETERSE=on

# Enable a smaller output for slackpkg search. It replace first column with one colorized
# on: [unin] uninstalled, [inst] installed, [upgr] upgrade, [mask] uninstalled/masked
# tiny: [-] uninstalled, [I] installed, [I] upgrade, [M] uninstalled/masked
# off: leave unchanged and black/white.
#TERSESEARCH=tiny
TERSESEARCH=on

# Use proxy. Leave commented to use system settings.
#PROXY=off
#PROXY=<host>:<port>

# 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 existing 64bit packages with relative 32bit package.
# Do not forget to install the multilibs.
ALLOW32BIT=off

# Enable (on) / Disable (off) the official slackpkg blacklist. May be useful to temporarily skip
# the slackware blacklist. You can also override it from command line:
# 'USEBL=off slackpkg upgrade-all'
USEBL=on

# Enable (on) / Disable (off) the legacy blacklist system ignoring the improvement
# from slackpkg 15. Some improvement are not useful with third party repositories
# Note that the legacy system does apply it as regex to the entire pkglist row
# repository, name, version, arch, build, fullname, series/path, extension.
LEGACYBL=off

# Add custom option to 'wget'.
# You can solve the repository unavailability problems by set a timeout here
# Also add "-q" for super terse output (useful with USETERSE=on)
WGETOPTS="--timeout=20 --tries=2"

# If you want replace wget with another downloader search DOWNLOADCMD in documentation
# at /usr/doc/slackpkg+-*/README
#DOWNLOADCMD="wget2 --progress=bar -O"

# Enable (on) / Disable (off) checking disk space to download and install packages. Default to "off"
#CHECKDISKSPACE=on

# Defines if the changelog of any third party repository must be searched in parent URL when not found in base URL.
# Can be set to "on" or "off" (default)
SEARCH_CLOG_INPARENT=on

# Use the cache for metadata files (CHECKSUMS.md5,...). Enable it (on) to speedup the slackpkg update
# process by downloading just new files (see README). Disabled by default (off)
CACHEUPDATE=on

# You can download-only by setting DOWNLOADONLY to 'on'. You may (you should) also use it in command line,
# for example: "DOWNLOADONLY=on slackpkg upgrade-all". Useful for large upgrades.
# You may also use 'slackpkg download' if you want to download few packages
#DOWNLOADONLY=off

# Enable (on) / Disable (off) notification events (see notifymsg.conf)
#ENABLENOTIFY=off

# Enable (on) / Disable (off) the greylist feature. See /etc/slackpkg/greylist
GREYLIST=on

# Defines if commands 'search' and 'file-search' are case-sensitive (on) or not (off). Default to "on"
SENSITIVE_SEARCH=off

# Defines if command 'file-search' does search Whole Word (on) or accept partial words (off). Note that
# you may obtains many many results searching a short partial word
WW_FILE_SEARCH=off

# Select the show order in dialog box. Available "package" "repository" "tag" "path" "arch"
SHOWORDER=package

# Allow to show more details of the package in 'slackpkg info <package>'. Accepts "none", "basic", "filelist"
DETAILED_INFO=basic

# Enable (on) / Disable (off) a Strict GPG Check. A repository should contains packages signed
# with the only original GPG-KEY. In some custom repository may be wanted to mix heterogeneous
# packages; to use that repository set Strict GPG Check to off. P.S: a repository can
# contain just ONE gpg-key; you may manually import the other.
STRICTGPG=on

# 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 )
# OR
#PKGS_PRIORITY=( myrepo )
#
# if you have two repositories to give priority you must set both in the same line
#PKGS_PRIORITY=( myrepo restricted:vlc )
#
#
# If you want a multilib system, uncomment the 'multilib' repository and set:
#PKGS_PRIORITY=( multilib )
#
# (Use /usr/doc/slackpkg+-*/setupmultilib.sh to setup a multilib configuration)

# Otherwise you can try to upgrade a package from a repository that contains a package with the
# same tag of the already installed package. Typically that means to upgrade a package from the
# same author of the already installed package.
# Note that this method may not works properly where two repositories contains a package with the
# same tag.
# Set TAG_PRIORITY to 'on' to enable this function
TAG_PRIORITY=off

# List repositories you want to use (defined below)
# remember to launch 'slackpkg update' if you modify this row.
#REPOPLUS=( slackpkgplus restricted alienbob )
REPOPLUS=( slackpkgplus alienbob restricted )


# Define mirrors (uncomment one or more mirror; remember to add it to REPOPLUS)
# GPG Note: after adding/renaming a repository, you must to run 'slackpkg update gpg';
# some repositories as salixos, have a partial GPG support;
# for that repositories you may need to run slackpkg with 'slackpkg -checkgpg=off ...'

# Slackware 15.0 - x86_64
#MIRRORPLUS['multilib']=https://slackware.nl/people/alien/multilib/15.0/
#MIRRORPLUS['alienbob']=https://slackware.nl/people/alien/sbrepos/15.0/x86_64
#MIRRORPLUS['restricted']=https://slackware.nl/people/alien/restricted_sbrepos/15.0/x86_64

# use this to keep the slackpkg+ package updated to the latest stable release
MIRRORPLUS['slackpkgplus']=https://slakfinder.org/slackpkg+15/
#MIRRORPLUS['alienbob']=https://slackware.nl/people/alien/sbrepos/current/x86_64/
MIRRORPLUS['alienbob']=https://slackware.nl/people/alien/sbrepos/current/x86_64/

MIRRORPLUS['restricted']=https://slackware.nl/people/alien/restricted_sbrepos/current/x86_64/
#
# use the development branch to use the mainline version and help develop by reporting bugs.
#MIRRORPLUS['slackpkgplus']=https://slakfinder.org/slackpkg+dev/


# Local repository:
#MIRRORPLUS['alienbob']=file://repositories/alien/sbrepos/15.0/x86/
#
# Local packages (you do not need metadata nor 'slackpkg update' command):
#MIRRORPLUS['myrepo']=dir://repositories/mypackages/
#
# Remote packages (you do not need metadata)
#MIRRORPLUS['slackpkgbeta']=httpsdir://slackpkg.org/beta/


# SBo SlackBuilds. Uncomment it to allow slackpkg to search SlackBuilds on SlackBuilds.org
# This does not replace sbopkg; slackpkg just report the package, version and url; you may
# download it via 'slackpkg download <packagename>' and build it yourself or via sbopkg.
#SBO['15.0']=https://www.slackbuilds.org/slackbuilds/15.0/
#SBO['current']=https://cgit.ponce.cc/slackbuilds/


# Plugin section:
# Here you can enable some optional feature. Please read documentation before enable it.
#
# ZLookKernel can help you to rebuild initrd and reinstall lilo/elilo/grub. This feature was
# removed in slackpkg-15.0. 'enable' this setting to enable it.
# read /usr/libexec/slackpkg/functions.d/zlookkernel.sh for more information
# It will ask confirmations at every step, unless you will set 'PLUGIN_ZLOOKKERNEL_PROMPT=off'
# It will manage /boot/vmlinuz by default; if you use kernel generic, please set
# the PLUGIN_ZLOOKKERNEL_IMAGE=/boot/vmlinuz-generic to manage it
#PLUGIN_ZLOOKKERNEL=disable
#PLUGIN_ZLOOKKERNEL_PROMPT=on
#PLUGIN_ZLOOKKERNEL_IMAGE=/boot/vmlinuz
#
# ZChangeLog track all repository changes everytime you run 'slackpkg update'
# It write the changelog at /var/lib/slackpkg/RepoChangeLog.txt
# 'enable' this setting to enable it. Also set 'PLUGIN_ZCHANGELOGS_SHOW=on' to print
# the changes in standard output at the end of 'update' process.
# read /usr/libexec/slackpkg/functions.d/zchangelog.sh for more information
#PLUGIN_ZCHANGELOG=disable
#PLUGIN_ZCHANGELOG_SHOW=off
#

#
# Supported Repositories (see /usr/doc/slackpkg+-* for details and notes):
#
#slackpkgplus: https://slakfinder.org/slackpkg+{dev,1.7,1.8,15}/
#multilib: https://slackware.nl/people/alien/multilib/{15.0,current}/
#
#alienbob: https://slackware.nl/people/alien/sbrepos/{15.0,current}/{x86,x86_64}/
#restricted: https://slackware.nl/people/alien/restricted_sbrepos/{15.0,current}/{x86,x86_64}/
#msb: https://slackware.uk/msb/{15.0,current}/latest/{x86,x86_64}/
#csb: https://slackware.uk/csb/{15.0,current}/{x86,x86_64}/
#slackers: https://slack.conraid.net/repository...are64-current/
#slackonly: https://packages.slackonly.com/pub/p...s/15.0-x86_64/
#slackel: http://www.slackel.gr/repo/{i486,x86_64}/current/
#slint: https://slackware.uk/slint/x86_64/slint-15.0/
#salixos: https://download.salixos.org/{i486,x86_64}/15.0/
#salixextra: https://download.salixos.org/{i486,x86_64}/extra-15.0/
 
1 members found this post helpful.
Old 12-24-2023, 12:44 PM   #9
glupa4e
Member
 
Registered: Jan 2011
Posts: 321

Original Poster
Rep: Reputation: 7
Quote:
Originally Posted by tkor View Post
I'm attaching my slackpkgplus.conf to find out the deference.im on current but you will get the point
Configuration for slackpkg+.
# Please read manpage: "man slackpkgplus.conf" and documentation /usr/doc/slackpkg+-*/README

# 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 always show the download bar
# set to '3' for a debug mode
VERBOSE=1

# Enable TERSE to use a smaller output in installpkg/upgradepkg
USETERSE=on

# Enable a smaller output for slackpkg search. It replace first column with one colorized
# on: [unin] uninstalled, [inst] installed, [upgr] upgrade, [mask] uninstalled/masked
# tiny: [-] uninstalled, [I] installed, [I] upgrade, [M] uninstalled/masked
# off: leave unchanged and black/white.
#TERSESEARCH=tiny
TERSESEARCH=on

# Use proxy. Leave commented to use system settings.
#PROXY=off
#PROXY=<host>:<port>

# 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 existing 64bit packages with relative 32bit package.
# Do not forget to install the multilibs.
ALLOW32BIT=off

# Enable (on) / Disable (off) the official slackpkg blacklist. May be useful to temporarily skip
# the slackware blacklist. You can also override it from command line:
# 'USEBL=off slackpkg upgrade-all'
USEBL=on

# Enable (on) / Disable (off) the legacy blacklist system ignoring the improvement
# from slackpkg 15. Some improvement are not useful with third party repositories
# Note that the legacy system does apply it as regex to the entire pkglist row
# repository, name, version, arch, build, fullname, series/path, extension.
LEGACYBL=off

# Add custom option to 'wget'.
# You can solve the repository unavailability problems by set a timeout here
# Also add "-q" for super terse output (useful with USETERSE=on)
WGETOPTS="--timeout=20 --tries=2"

# If you want replace wget with another downloader search DOWNLOADCMD in documentation
# at /usr/doc/slackpkg+-*/README
#DOWNLOADCMD="wget2 --progress=bar -O"

# Enable (on) / Disable (off) checking disk space to download and install packages. Default to "off"
#CHECKDISKSPACE=on

# Defines if the changelog of any third party repository must be searched in parent URL when not found in base URL.
# Can be set to "on" or "off" (default)
SEARCH_CLOG_INPARENT=on

# Use the cache for metadata files (CHECKSUMS.md5,...). Enable it (on) to speedup the slackpkg update
# process by downloading just new files (see README). Disabled by default (off)
CACHEUPDATE=on

# You can download-only by setting DOWNLOADONLY to 'on'. You may (you should) also use it in command line,
# for example: "DOWNLOADONLY=on slackpkg upgrade-all". Useful for large upgrades.
# You may also use 'slackpkg download' if you want to download few packages
#DOWNLOADONLY=off

# Enable (on) / Disable (off) notification events (see notifymsg.conf)
#ENABLENOTIFY=off

# Enable (on) / Disable (off) the greylist feature. See /etc/slackpkg/greylist
GREYLIST=on

# Defines if commands 'search' and 'file-search' are case-sensitive (on) or not (off). Default to "on"
SENSITIVE_SEARCH=off

# Defines if command 'file-search' does search Whole Word (on) or accept partial words (off). Note that
# you may obtains many many results searching a short partial word
WW_FILE_SEARCH=off

# Select the show order in dialog box. Available "package" "repository" "tag" "path" "arch"
SHOWORDER=package

# Allow to show more details of the package in 'slackpkg info <package>'. Accepts "none", "basic", "filelist"
DETAILED_INFO=basic

# Enable (on) / Disable (off) a Strict GPG Check. A repository should contains packages signed
# with the only original GPG-KEY. In some custom repository may be wanted to mix heterogeneous
# packages; to use that repository set Strict GPG Check to off. P.S: a repository can
# contain just ONE gpg-key; you may manually import the other.
STRICTGPG=on

# 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 )
# OR
#PKGS_PRIORITY=( myrepo )
#
# if you have two repositories to give priority you must set both in the same line
#PKGS_PRIORITY=( myrepo restricted:vlc )
#
#
# If you want a multilib system, uncomment the 'multilib' repository and set:
#PKGS_PRIORITY=( multilib )
#
# (Use /usr/doc/slackpkg+-*/setupmultilib.sh to setup a multilib configuration)

# Otherwise you can try to upgrade a package from a repository that contains a package with the
# same tag of the already installed package. Typically that means to upgrade a package from the
# same author of the already installed package.
# Note that this method may not works properly where two repositories contains a package with the
# same tag.
# Set TAG_PRIORITY to 'on' to enable this function
TAG_PRIORITY=off

# List repositories you want to use (defined below)
# remember to launch 'slackpkg update' if you modify this row.
#REPOPLUS=( slackpkgplus restricted alienbob )
REPOPLUS=( slackpkgplus alienbob restricted )


# Define mirrors (uncomment one or more mirror; remember to add it to REPOPLUS)
# GPG Note: after adding/renaming a repository, you must to run 'slackpkg update gpg';
# some repositories as salixos, have a partial GPG support;
# for that repositories you may need to run slackpkg with 'slackpkg -checkgpg=off ...'

# Slackware 15.0 - x86_64
#MIRRORPLUS['multilib']=https://slackware.nl/people/alien/multilib/15.0/
#MIRRORPLUS['alienbob']=https://slackware.nl/people/alien/sbrepos/15.0/x86_64
#MIRRORPLUS['restricted']=https://slackware.nl/people/alien/restricted_sbrepos/15.0/x86_64

# use this to keep the slackpkg+ package updated to the latest stable release
MIRRORPLUS['slackpkgplus']=https://slakfinder.org/slackpkg+15/
#MIRRORPLUS['alienbob']=https://slackware.nl/people/alien/sbrepos/current/x86_64/
MIRRORPLUS['alienbob']=https://slackware.nl/people/alien/sbrepos/current/x86_64/

MIRRORPLUS['restricted']=https://slackware.nl/people/alien/restricted_sbrepos/current/x86_64/
#
# use the development branch to use the mainline version and help develop by reporting bugs.
#MIRRORPLUS['slackpkgplus']=https://slakfinder.org/slackpkg+dev/


# Local repository:
#MIRRORPLUS['alienbob']=file://repositories/alien/sbrepos/15.0/x86/
#
# Local packages (you do not need metadata nor 'slackpkg update' command):
#MIRRORPLUS['myrepo']=dir://repositories/mypackages/
#
# Remote packages (you do not need metadata)
#MIRRORPLUS['slackpkgbeta']=httpsdir://slackpkg.org/beta/


# SBo SlackBuilds. Uncomment it to allow slackpkg to search SlackBuilds on SlackBuilds.org
# This does not replace sbopkg; slackpkg just report the package, version and url; you may
# download it via 'slackpkg download <packagename>' and build it yourself or via sbopkg.
#SBO['15.0']=https://www.slackbuilds.org/slackbuilds/15.0/
#SBO['current']=https://cgit.ponce.cc/slackbuilds/


# Plugin section:
# Here you can enable some optional feature. Please read documentation before enable it.
#
# ZLookKernel can help you to rebuild initrd and reinstall lilo/elilo/grub. This feature was
# removed in slackpkg-15.0. 'enable' this setting to enable it.
# read /usr/libexec/slackpkg/functions.d/zlookkernel.sh for more information
# It will ask confirmations at every step, unless you will set 'PLUGIN_ZLOOKKERNEL_PROMPT=off'
# It will manage /boot/vmlinuz by default; if you use kernel generic, please set
# the PLUGIN_ZLOOKKERNEL_IMAGE=/boot/vmlinuz-generic to manage it
#PLUGIN_ZLOOKKERNEL=disable
#PLUGIN_ZLOOKKERNEL_PROMPT=on
#PLUGIN_ZLOOKKERNEL_IMAGE=/boot/vmlinuz
#
# ZChangeLog track all repository changes everytime you run 'slackpkg update'
# It write the changelog at /var/lib/slackpkg/RepoChangeLog.txt
# 'enable' this setting to enable it. Also set 'PLUGIN_ZCHANGELOGS_SHOW=on' to print
# the changes in standard output at the end of 'update' process.
# read /usr/libexec/slackpkg/functions.d/zchangelog.sh for more information
#PLUGIN_ZCHANGELOG=disable
#PLUGIN_ZCHANGELOG_SHOW=off
#

#
# Supported Repositories (see /usr/doc/slackpkg+-* for details and notes):
#
#slackpkgplus: https://slakfinder.org/slackpkg+{dev,1.7,1.8,15}/
#multilib: https://slackware.nl/people/alien/multilib/{15.0,current}/
#
#alienbob: https://slackware.nl/people/alien/sbrepos/{15.0,current}/{x86,x86_64}/
#restricted: https://slackware.nl/people/alien/restricted_sbrepos/{15.0,current}/{x86,x86_64}/
#msb: https://slackware.uk/msb/{15.0,current}/latest/{x86,x86_64}/
#csb: https://slackware.uk/csb/{15.0,current}/{x86,x86_64}/
#slackers: https://slack.conraid.net/repository...are64-current/
#slackonly: https://packages.slackonly.com/pub/p...s/15.0-x86_64/
#slackel: http://www.slackel.gr/repo/{i486,x86_64}/current/
#slint: https://slackware.uk/slint/x86_64/slint-15.0/
#salixos: https://download.salixos.org/{i486,x86_64}/15.0/
#salixextra: https://download.salixos.org/{i486,x86_64}/extra-15.0/
i have copied that configuration but still i cannot find chromium package. i do have slackpkg+ installed in the version 1.8. I have also removed regex, still it is not usable in that configuration
 
Old 12-24-2023, 01:17 PM   #10
jayjwa
Member
 
Registered: Jul 2003
Location: NY
Distribution: Slackware, Termux
Posts: 786

Rep: Reputation: 250Reputation: 250Reputation: 250
Post

Quote:
MIRRORPLUS['alienbob']=https://slackware.uk/people/alien/sbrepos/15.0/x86_64/
I vaguely recall something about that mirror not being up anymore. Not sure, but I don't use any UK mirror for alienbob. I use NL. Could be wrong.

Code:
grep -E '^MIRRORPLUS' /etc/slackpkg/slackpkgplus.conf
MIRRORPLUS['alienbob']=https://slackware.nl/people/alien/sbrepos/current/x86_64/
MIRRORPLUS['restricted']=https://slackware.nl/people/alien/restricted_sbrepos/current/x86_64/
MIRRORPLUS['slackpkgplus']=https://slackware.nl/slackpkgplus15/
Code:
slackpkg search chromium

Looking for chromium in package list. Please wait... DONE

The list below shows all packages with name matching "chromium".

[unin] alienbob : chromium-120.0.6099.129-x86_64-1alien
[unin] alienbob : chromium-ungoogled-120.0.6099.129-x86_64-1alien
[unin] alienbob : chromium-widevine-plugin-4.10.2662.3-x86_64-1alien

You can search specific files using "slackpkg file-search file".
I'm on current, but here's my /etc/slackpkg/slackpkgplus.conf
Code:
# Configuration for slackpkg+.
# Please read manpage: "man slackpkgplus.conf" and documentation /usr/doc/slackpkg+-*/README

# 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 always show the download bar
# set to '3' for a debug mode
VERBOSE=1

# Enable TERSE to use a smaller output in installpkg/upgradepkg
USETERSE=on

# Enable a smaller output for slackpkg search. It replace first column with one colorized
# on:    [unin] uninstalled, [inst] installed, [upgr] upgrade, [mask] uninstalled/masked
# tiny:  [-] uninstalled, [I] installed, [I] upgrade, [M] uninstalled/masked
# off:   leave unchanged and black/white.
#TERSESEARCH=tiny
TERSESEARCH=on

# Use proxy. Leave commented to use system settings.
#PROXY=off
#PROXY=<host>:<port>

# 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 existing 64bit packages with relative 32bit package.
# Do not forget to install the multilibs.
ALLOW32BIT=off

# Enable (on) / Disable (off) the official slackpkg blacklist. May be useful to temporarily skip
# the slackware blacklist. You can also override it from command line:
# 'USEBL=off slackpkg upgrade-all'
USEBL=on

# Enable (on) / Disable (off) the legacy blacklist system ignoring the improvement
# from slackpkg 15. Some improvement are not useful with third party repositories
# Note that the legacy system does apply it as regex to the entire pkglist row
# repository, name, version, arch, build, fullname, series/path, extension.
LEGACYBL=off

# Add custom option to 'wget'.
# You can solve the repository unavailability problems by set a timeout here
# Also add "-q" for super terse output (useful with USETERSE=on)
WGETOPTS="--timeout=15 --tries=2"

# If you want replace wget with another downloader search DOWNLOADCMD in documentation
# at /usr/doc/slackpkg+-*/README
#DOWNLOADCMD="wget2 --progress=bar -O"

# Enable (on) / Disable (off) checking disk space to download and install packages. Default to "off"
#CHECKDISKSPACE=on

# Defines if the changelog of any third party repository must be searched in parent URL when not found in base URL.
# Can be set to "on" or "off" (default)
SEARCH_CLOG_INPARENT=on

# Use the cache for metadata files (CHECKSUMS.md5,...). Enable it (on) to speedup the slackpkg update
# process by downloading just new files (see README). Disabled by default (off)
CACHEUPDATE=off

# You can download-only by setting DOWNLOADONLY to 'on'. You may (you should) also use it in command line,
# for example: "DOWNLOADONLY=on slackpkg upgrade-all". Useful for large upgrades.
# You may also use 'slackpkg download' if you want to download few packages
#DOWNLOADONLY=off

# Enable (on) / Disable (off) notification events (see notifymsg.conf)
#ENABLENOTIFY=off

# Enable (on) / Disable (off) the greylist feature. See /etc/slackpkg/greylist
GREYLIST=on

# Defines if commands 'search' and 'file-search' are case-sensitive (on) or not (off). Default to "on"
SENSITIVE_SEARCH=off

# Defines if command 'file-search' does search Whole Word (on) or accept partial words (off). Note that
# you may obtains many many results searching a short partial word
WW_FILE_SEARCH=off

# Select the show order in dialog box. Available "package" "repository" "tag" "path" "arch"
SHOWORDER=package

# Allow to show more details of the package in 'slackpkg info <package>'. Accepts "none", "basic", "filelist"
DETAILED_INFO=basic

# Enable (on) / Disable (off) a Strict GPG Check. A repository should contains packages signed
# with the only original GPG-KEY. In some custom repository may be wanted to mix heterogeneous
# packages; to use that repository set Strict GPG Check to off. P.S: a repository can
# contain just ONE gpg-key; you may manually import the other.
STRICTGPG=on

# 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 )
# OR
#PKGS_PRIORITY=( myrepo )
# 
# if you have two repositories to give priority you must set both in the same line
#PKGS_PRIORITY=( myrepo restricted:vlc )
#
#
# If you want a multilib system, uncomment the 'multilib' repository and set:
#PKGS_PRIORITY=( multilib )
#
# (Use /usr/doc/slackpkg+-*/setupmultilib.sh to setup a multilib configuration)
PKGS_PRIORITY=( restricted )

# Otherwise you can try to upgrade a package from a repository that contains a package with the
# same tag of the already installed package. Typically that means to upgrade a package from the
# same author of the already installed package.
# Note that this method may not works properly where two repositories contains a package with the
# same tag.
# Set TAG_PRIORITY to 'on' to enable this function
TAG_PRIORITY=off

# List repositories you want to use (defined below)
# remember to launch 'slackpkg update' if you modify this row.
#REPOPLUS=( slackpkgplus restricted alienbob )
REPOPLUS=( alienbob restricted slackpkgplus )

# Define mirrors (uncomment one or more mirror; remember to add it to REPOPLUS)
# GPG Note: after adding/renaming a repository, you must to run 'slackpkg update gpg';
#           some repositories as salixos, have a partial GPG support;
#           for that repositories you may need to run slackpkg with 'slackpkg -checkgpg=off ...'

# Slackware 15.0 - x86_64
#MIRRORPLUS['multilib']=https://slackware.nl/people/alien/multilib/15.0/
#MIRRORPLUS['alienbob']=https://slackware.nl/people/alien/sbrepos/15.0/x86_64
#MIRRORPLUS['restricted']=https://slackware.nl/people/alien/restricted_sbrepos/15.0/x86_64

MIRRORPLUS['alienbob']=https://slackware.nl/people/alien/sbrepos/current/x86_64/
MIRRORPLUS['restricted']=https://slackware.nl/people/alien/restricted_sbrepos/current/x86_64/

# use this to keep the slackpkg+ package updated to the latest stable release
#MIRRORPLUS['slackpkgplus']=https://slakfinder.org/slackpkg+15/
#MIRRORPLUS['slackpkgplus']=https://slakfinder.org/slackpkg+1.8/
# This mirror might be AlienBob's new one: https://slackware.nl/slackpkgplus15/
MIRRORPLUS['slackpkgplus']=https://slackware.nl/slackpkgplus15/

# use the development branch to use the mainline version and help develop by reporting bugs.
#MIRRORPLUS['slackpkgplus']=https://slakfinder.org/slackpkg+dev/

# Local repository:
#MIRRORPLUS['alienbob']=file://repositories/alien/sbrepos/15.0/x86/
#
# Local packages (you do not need metadata nor 'slackpkg update' command):
#MIRRORPLUS['myrepo']=dir://repositories/mypackages/
#
# Remote packages (you do not need metadata)
#MIRRORPLUS['slackpkgbeta']=httpsdir://slackpkg.org/beta/


# SBo SlackBuilds. Uncomment it to allow slackpkg to search SlackBuilds on SlackBuilds.org
# This does not replace sbopkg; slackpkg just report the package, version and url; you may
# download it via 'slackpkg download <packagename>' and build it yourself or via sbopkg.
#SBO['15.0']=https://www.slackbuilds.org/slackbuilds/15.0/
#SBO['current']=https://cgit.ponce.cc/slackbuilds/


# Plugin section:
# Here you can enable some optional feature. Please read documentation before enable it.
#
# ZLookKernel can help you to rebuild initrd and reinstall lilo/elilo/grub. This feature was
# removed in slackpkg-15.0. 'enable' this setting to enable it.
# read /usr/libexec/slackpkg/functions.d/zlookkernel.sh for more information
# It will ask confirmations at every step, unless you will set 'PLUGIN_ZLOOKKERNEL_PROMPT=off'
# It will manage /boot/vmlinuz by default; if you use kernel generic, please set
# the PLUGIN_ZLOOKKERNEL_IMAGE=/boot/vmlinuz-generic to manage it
#PLUGIN_ZLOOKKERNEL=disable
#PLUGIN_ZLOOKKERNEL_PROMPT=on
#PLUGIN_ZLOOKKERNEL_IMAGE=/boot/vmlinuz
#
# ZChangeLog track all repository changes everytime you run 'slackpkg update'
# It write the changelog at /var/lib/slackpkg/RepoChangeLog.txt
# 'enable' this setting to enable it. Also set 'PLUGIN_ZCHANGELOGS_SHOW=on' to print
# the changes in standard output at the end of 'update' process.
# read /usr/libexec/slackpkg/functions.d/zchangelog.sh for more information
#PLUGIN_ZCHANGELOG=disable
#PLUGIN_ZCHANGELOG_SHOW=off
#

#
# Supported Repositories (see /usr/doc/slackpkg+-* for details and notes):
#
#slackpkgplus:  https://slakfinder.org/slackpkg+{dev,1.7,1.8,15}/
#multilib:      https://slackware.nl/people/alien/multilib/{15.0,current}/
#alienbob:      https://slackware.nl/people/alien/sbrepos/{15.0,current}/{x86,x86_64}/
#restricted:    https://slackware.nl/people/alien/restricted_sbrepos/{15.0,current}/{x86,x86_64}/
#msb:           https://slackware.uk/msb/{15.0,current}/latest/{x86,x86_64}/
#csb:           https://slackware.uk/csb/{15.0,current}/{x86,x86_64}/
#slackers:      https://slack.conraid.net/repository/slackware64-current/
#slackonly:     https://packages.slackonly.com/pub/packages/15.0-x86_64/
#slackel:       http://www.slackel.gr/repo/{i486,x86_64}/current/
#slint:         https://slackware.uk/slint/x86_64/slint-15.0/
#salixos:       https://download.salixos.org/{i486,x86_64}/15.0/
#salixextra:    https://download.salixos.org/{i486,x86_64}/extra-15.0/
You might want to open a browser and visit any potential mirror to make sure it contains what you think it does before you give it to slackpkg.
 
1 members found this post helpful.
Old 12-24-2023, 02:23 PM   #11
glupa4e
Member
 
Registered: Jan 2011
Posts: 321

Original Poster
Rep: Reputation: 7
Quote:
Originally Posted by jayjwa View Post
I vaguely recall something about that mirror not being up anymore. Not sure, but I don't use any UK mirror for alienbob. I use NL. Could be wrong.

Code:
grep -E '^MIRRORPLUS' /etc/slackpkg/slackpkgplus.conf
MIRRORPLUS['alienbob']=https://slackware.nl/people/alien/sbrepos/current/x86_64/
MIRRORPLUS['restricted']=https://slackware.nl/people/alien/restricted_sbrepos/current/x86_64/
MIRRORPLUS['slackpkgplus']=https://slackware.nl/slackpkgplus15/
Code:
slackpkg search chromium

Looking for chromium in package list. Please wait... DONE

The list below shows all packages with name matching "chromium".

[unin] alienbob : chromium-120.0.6099.129-x86_64-1alien
[unin] alienbob : chromium-ungoogled-120.0.6099.129-x86_64-1alien
[unin] alienbob : chromium-widevine-plugin-4.10.2662.3-x86_64-1alien

You can search specific files using "slackpkg file-search file".
I'm on current, but here's my /etc/slackpkg/slackpkgplus.conf
Code:
# Configuration for slackpkg+.
# Please read manpage: "man slackpkgplus.conf" and documentation /usr/doc/slackpkg+-*/README

# 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 always show the download bar
# set to '3' for a debug mode
VERBOSE=1

# Enable TERSE to use a smaller output in installpkg/upgradepkg
USETERSE=on

# Enable a smaller output for slackpkg search. It replace first column with one colorized
# on:    [unin] uninstalled, [inst] installed, [upgr] upgrade, [mask] uninstalled/masked
# tiny:  [-] uninstalled, [I] installed, [I] upgrade, [M] uninstalled/masked
# off:   leave unchanged and black/white.
#TERSESEARCH=tiny
TERSESEARCH=on

# Use proxy. Leave commented to use system settings.
#PROXY=off
#PROXY=<host>:<port>

# 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 existing 64bit packages with relative 32bit package.
# Do not forget to install the multilibs.
ALLOW32BIT=off

# Enable (on) / Disable (off) the official slackpkg blacklist. May be useful to temporarily skip
# the slackware blacklist. You can also override it from command line:
# 'USEBL=off slackpkg upgrade-all'
USEBL=on

# Enable (on) / Disable (off) the legacy blacklist system ignoring the improvement
# from slackpkg 15. Some improvement are not useful with third party repositories
# Note that the legacy system does apply it as regex to the entire pkglist row
# repository, name, version, arch, build, fullname, series/path, extension.
LEGACYBL=off

# Add custom option to 'wget'.
# You can solve the repository unavailability problems by set a timeout here
# Also add "-q" for super terse output (useful with USETERSE=on)
WGETOPTS="--timeout=15 --tries=2"

# If you want replace wget with another downloader search DOWNLOADCMD in documentation
# at /usr/doc/slackpkg+-*/README
#DOWNLOADCMD="wget2 --progress=bar -O"

# Enable (on) / Disable (off) checking disk space to download and install packages. Default to "off"
#CHECKDISKSPACE=on

# Defines if the changelog of any third party repository must be searched in parent URL when not found in base URL.
# Can be set to "on" or "off" (default)
SEARCH_CLOG_INPARENT=on

# Use the cache for metadata files (CHECKSUMS.md5,...). Enable it (on) to speedup the slackpkg update
# process by downloading just new files (see README). Disabled by default (off)
CACHEUPDATE=off

# You can download-only by setting DOWNLOADONLY to 'on'. You may (you should) also use it in command line,
# for example: "DOWNLOADONLY=on slackpkg upgrade-all". Useful for large upgrades.
# You may also use 'slackpkg download' if you want to download few packages
#DOWNLOADONLY=off

# Enable (on) / Disable (off) notification events (see notifymsg.conf)
#ENABLENOTIFY=off

# Enable (on) / Disable (off) the greylist feature. See /etc/slackpkg/greylist
GREYLIST=on

# Defines if commands 'search' and 'file-search' are case-sensitive (on) or not (off). Default to "on"
SENSITIVE_SEARCH=off

# Defines if command 'file-search' does search Whole Word (on) or accept partial words (off). Note that
# you may obtains many many results searching a short partial word
WW_FILE_SEARCH=off

# Select the show order in dialog box. Available "package" "repository" "tag" "path" "arch"
SHOWORDER=package

# Allow to show more details of the package in 'slackpkg info <package>'. Accepts "none", "basic", "filelist"
DETAILED_INFO=basic

# Enable (on) / Disable (off) a Strict GPG Check. A repository should contains packages signed
# with the only original GPG-KEY. In some custom repository may be wanted to mix heterogeneous
# packages; to use that repository set Strict GPG Check to off. P.S: a repository can
# contain just ONE gpg-key; you may manually import the other.
STRICTGPG=on

# 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 )
# OR
#PKGS_PRIORITY=( myrepo )
# 
# if you have two repositories to give priority you must set both in the same line
#PKGS_PRIORITY=( myrepo restricted:vlc )
#
#
# If you want a multilib system, uncomment the 'multilib' repository and set:
#PKGS_PRIORITY=( multilib )
#
# (Use /usr/doc/slackpkg+-*/setupmultilib.sh to setup a multilib configuration)
PKGS_PRIORITY=( restricted )

# Otherwise you can try to upgrade a package from a repository that contains a package with the
# same tag of the already installed package. Typically that means to upgrade a package from the
# same author of the already installed package.
# Note that this method may not works properly where two repositories contains a package with the
# same tag.
# Set TAG_PRIORITY to 'on' to enable this function
TAG_PRIORITY=off

# List repositories you want to use (defined below)
# remember to launch 'slackpkg update' if you modify this row.
#REPOPLUS=( slackpkgplus restricted alienbob )
REPOPLUS=( alienbob restricted slackpkgplus )

# Define mirrors (uncomment one or more mirror; remember to add it to REPOPLUS)
# GPG Note: after adding/renaming a repository, you must to run 'slackpkg update gpg';
#           some repositories as salixos, have a partial GPG support;
#           for that repositories you may need to run slackpkg with 'slackpkg -checkgpg=off ...'

# Slackware 15.0 - x86_64
#MIRRORPLUS['multilib']=https://slackware.nl/people/alien/multilib/15.0/
#MIRRORPLUS['alienbob']=https://slackware.nl/people/alien/sbrepos/15.0/x86_64
#MIRRORPLUS['restricted']=https://slackware.nl/people/alien/restricted_sbrepos/15.0/x86_64

MIRRORPLUS['alienbob']=https://slackware.nl/people/alien/sbrepos/current/x86_64/
MIRRORPLUS['restricted']=https://slackware.nl/people/alien/restricted_sbrepos/current/x86_64/

# use this to keep the slackpkg+ package updated to the latest stable release
#MIRRORPLUS['slackpkgplus']=https://slakfinder.org/slackpkg+15/
#MIRRORPLUS['slackpkgplus']=https://slakfinder.org/slackpkg+1.8/
# This mirror might be AlienBob's new one: https://slackware.nl/slackpkgplus15/
MIRRORPLUS['slackpkgplus']=https://slackware.nl/slackpkgplus15/

# use the development branch to use the mainline version and help develop by reporting bugs.
#MIRRORPLUS['slackpkgplus']=https://slakfinder.org/slackpkg+dev/

# Local repository:
#MIRRORPLUS['alienbob']=file://repositories/alien/sbrepos/15.0/x86/
#
# Local packages (you do not need metadata nor 'slackpkg update' command):
#MIRRORPLUS['myrepo']=dir://repositories/mypackages/
#
# Remote packages (you do not need metadata)
#MIRRORPLUS['slackpkgbeta']=httpsdir://slackpkg.org/beta/


# SBo SlackBuilds. Uncomment it to allow slackpkg to search SlackBuilds on SlackBuilds.org
# This does not replace sbopkg; slackpkg just report the package, version and url; you may
# download it via 'slackpkg download <packagename>' and build it yourself or via sbopkg.
#SBO['15.0']=https://www.slackbuilds.org/slackbuilds/15.0/
#SBO['current']=https://cgit.ponce.cc/slackbuilds/


# Plugin section:
# Here you can enable some optional feature. Please read documentation before enable it.
#
# ZLookKernel can help you to rebuild initrd and reinstall lilo/elilo/grub. This feature was
# removed in slackpkg-15.0. 'enable' this setting to enable it.
# read /usr/libexec/slackpkg/functions.d/zlookkernel.sh for more information
# It will ask confirmations at every step, unless you will set 'PLUGIN_ZLOOKKERNEL_PROMPT=off'
# It will manage /boot/vmlinuz by default; if you use kernel generic, please set
# the PLUGIN_ZLOOKKERNEL_IMAGE=/boot/vmlinuz-generic to manage it
#PLUGIN_ZLOOKKERNEL=disable
#PLUGIN_ZLOOKKERNEL_PROMPT=on
#PLUGIN_ZLOOKKERNEL_IMAGE=/boot/vmlinuz
#
# ZChangeLog track all repository changes everytime you run 'slackpkg update'
# It write the changelog at /var/lib/slackpkg/RepoChangeLog.txt
# 'enable' this setting to enable it. Also set 'PLUGIN_ZCHANGELOGS_SHOW=on' to print
# the changes in standard output at the end of 'update' process.
# read /usr/libexec/slackpkg/functions.d/zchangelog.sh for more information
#PLUGIN_ZCHANGELOG=disable
#PLUGIN_ZCHANGELOG_SHOW=off
#

#
# Supported Repositories (see /usr/doc/slackpkg+-* for details and notes):
#
#slackpkgplus:  https://slakfinder.org/slackpkg+{dev,1.7,1.8,15}/
#multilib:      https://slackware.nl/people/alien/multilib/{15.0,current}/
#alienbob:      https://slackware.nl/people/alien/sbrepos/{15.0,current}/{x86,x86_64}/
#restricted:    https://slackware.nl/people/alien/restricted_sbrepos/{15.0,current}/{x86,x86_64}/
#msb:           https://slackware.uk/msb/{15.0,current}/latest/{x86,x86_64}/
#csb:           https://slackware.uk/csb/{15.0,current}/{x86,x86_64}/
#slackers:      https://slack.conraid.net/repository/slackware64-current/
#slackonly:     https://packages.slackonly.com/pub/packages/15.0-x86_64/
#slackel:       http://www.slackel.gr/repo/{i486,x86_64}/current/
#slint:         https://slackware.uk/slint/x86_64/slint-15.0/
#salixos:       https://download.salixos.org/{i486,x86_64}/15.0/
#salixextra:    https://download.salixos.org/{i486,x86_64}/extra-15.0/
You might want to open a browser and visit any potential mirror to make sure it contains what you think it does before you give it to slackpkg.
i set everything up as suggested above, still getting
Code:
slackpkg search chromium

Looking for chromium in package list. Please wait... DONE

No package name matches the pattern.
 
1 members found this post helpful.
Old 12-24-2023, 05:00 PM   #12
tkor
LQ Newbie
 
Registered: Feb 2022
Location: Athens/Greece
Distribution: Slackware-voidlinux
Posts: 19

Rep: Reputation: 11
check here REPOPLUS=( slackpkgplus alienbob restricted )



and go and download from here the latest version https://sourceforge.net/projects/slackpkgplus/files/

Last edited by tkor; 12-24-2023 at 05:09 PM.
 
2 members found this post helpful.
Old 12-25-2023, 02:36 AM   #13
glupa4e
Member
 
Registered: Jan 2011
Posts: 321

Original Poster
Rep: Reputation: 7
apparently i was using a corrupted conf file, after i edited all my settings in the .new provided one i was finally able to upgrade chromium.
thanks to all who posted and Merry Christmas!
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] slackpkg+: how to keep one package in slackware being upgraded by a 3rd party repos? michaelslack Slackware 9 12-15-2014 06:28 AM
Adding 3rd Party Repositories to YUM? carlosinfl Red Hat 1 04-21-2009 10:23 AM
RHEL 5 and 3rd Party Repositories. zcrxsir88 Linux - Server 5 02-21-2008 04:20 AM
RHEL 5 and 3rd Party Repositories. zcrxsir88 Linux - Security 2 02-18-2008 07:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration