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 08-04-2021, 06:00 AM   #16
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Original Poster
Rep: Reputation: Disabled

Code:
root@caitlyn:~# slackpkg update gpg

2021-08-04 05:58:10 URL: ftp://ftp.mirrorservice.org/sites/ftp.slackware.com/pub/slackware/slackware64-14.2/GPG-KEY [1572] -> "/tmp/slackpkg.JsHZkK/gpgkey" [1]
pub  1024D/40102233 2003-02-26 Slackware Linux Project <security@slackware.com>
sub  1024g/4E523569 2003-02-26 [expires: 2038-01-19]

2021-08-04 05:58:11 URL:https://slakfinder.org/slackpkg+1.7/GPG-KEY [1805/1805] -> "/tmp/slackpkg.JsHZkK/gpgkey-tmp-slackpkgplus" [1]
pub  2048R/ED123FBC 2011-01-01 Matteo Rossini <zerouno@slacky.it>
sub  2048R/2B41569A 2011-01-01
gpg: key ED123FBC: "Matteo Rossini <zerouno@slacky.it>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1


2021-08-04 05:58:12 URL:https://slackware.nl/people/alien/multilib/14.2/GPG-KEY [11137/11137] -> "/tmp/slackpkg.JsHZkK/gpgkey-tmp-multilib" [1]
pub  1024D/A75CBDA0 2003-01-17 Eric Hameleers (IBM Linux) <alien@linux.vnet.ibm.com>
uid                            Eric Hameleers (Thuis) <e.hameleers@chello.nl>
uid                            Eric Hameleers (IBM Linux) <alien@nl.ibm.com>
uid                            Eric Hameleers <eric.hameleers@int.greenpeace.org>
uid                            Eric Hameleers <alien@sox.homeip.net>
uid                            Eric Hameleers <alien@slackware.com>
uid                            [jpeg image of size 3054]
uid                            Eric Hameleers (SBo) <alien@slackbuilds.org>
sub  1792g/7CBDC819 2003-01-17
gpg: key A75CBDA0: "Eric Hameleers <alien@slackware.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

cp: cannot stat '/repositories/alien/sbrepos/14.2/x86/GPG-KEY': No such file or directory

                   !!! W A R N I N G !!!
    Repository 'alienbob' does NOT contain the GPG-KEY
    You SHOULD disable GPG check by setting 'CHECKGPG=off'
    in /etc/slackpkg/slackpkg.conf or use slackpkg with
    '-checkgpg=off' : 'slackpkg -checkgpg=off install packge'

rm: cannot remove '/tmp/slackpkg.JsHZkK/gpgkey-tmp-alienbob': No such file or directory

			Slackware Linux Project's GPG key added
As you can see, I'm still getting the error about Alien Bob...

Here's my config file:
Code:
root@caitlyn:~# cat /etc/slackpkg/slackpkgplus.conf
# Configuration for slackpkg+. See /usr/doc/slackpkg+-*/README for more details
# 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

# 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 existant 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=20 --tries=2"

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

# Defines if the changelog of any 3rd 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 commandline
# for example: "DOWNLOADONLY=on slackpkg upgrade-all". Useful for large upgrades.
#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=on

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

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

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

# 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=( patches:gcc multilib )
PKGS_PRIORITY=( multilib ) 
# if you have two reporitories to give priority you must set both in the same line
#PKGS_PRIORITY=( myrepo restricted:vlc )
#
# if you want to install 'ktown' repository you must set it here
#PKGS_PRIORITY=( ktown )
# and DO NOT MISS to read special instruction on /usr/doc/slackpkg+-*/repositories.txt
#
# 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)
#
# For both multilib and ktown set
#PKGS_PRIORITY=( multilib ktown )

# Otherwise you can try to upgrade a package from a repository that contains a package with the
# same tag of the already installed package. Tipically 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 that row.
#REPOPLUS=( slackpkgplus restricted alienbob slacky )
REPOPLUS=( 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 14.2 - x86_64
MIRRORPLUS['multilib']=http://slakfinder.org/slackpkg+-1.7/
#MIRRORPLUS['alienbob']=http://bear.alienbase.nl/mirrors/people/alien/sbrepos/14.2/x86_64/
#MIRRORPLUS['restricted']=http://bear.alienbase.nl/mirrors/people/alien/restricted_sbrepos/14.2/x86_64/
#MIRRORPLUS['slacky']=http://repository.slacky.eu/slackware64-14.2/

# use this to keep the slackpkg+ package updated
MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+1.7/

# use this if you are upgrading to slackware 15.0
#MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+15/

# Slackware current - x86_64
MIRRORPLUS['multilib']=https://slackware.nl/people/alien/multilib/14.2/

# Local repository:
MIRRORPLUS['alienbob']=file://repositories/alien/sbrepos/14.2/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 and notes):
#

#slackpkgplus:  http://slakfinder.org/slackpkg+{,dev,1.6,1.7}/
#multilib:      http://bear.alienbase.nl/mirrors/people/alien/multilib/{14.0,14.1,14.2,current}/
#alienbob:      http://bear.alienbase.nl/mirrors/people/alien/sbrepos/{14.0,14.1,14.2,current}/{x86,x86_64}/
#ktown:         http://bear.alienbase.nl/mirrors/alien-kde/{14.2,current}/5/{x86,x86_64}/
#restricted:    http://bear.alienbase.nl/mirrors/people/alien/restricted_sbrepos/{14.0,14.1,14.2,current}/{x86,x86_64}/
#slacky:        http://repository.slacky.eu/slackware{,64}-{14.0,14.1,14.2}/
#mleddesktop:   http://slackware.uk/microlinux/desktop-{14.1,14.2}-{32,64}bit/
#mledextras:    http://slackware.uk/microlinux/extras-{14.1,14.2}-{32,64}bit/
#mles:          http://slackware.uk/microlinux/server-{14.0,14.1,14.2}-{32,64}bit/
#msb:           http://slackware.uk/msb/{14.0,14.1,14.2,current}/{1.6,1.8,1.10,1.12,1.14,1.16,1.18,1.19,latest}/{x86,x86_64}/
#csb:           http://slackware.uk/csb/{14.1,14.2,current}/{x86,x86_64}/
#slackers:      http://slack.conraid.net/repository/slackware64-current/
#slacke18:      http://ngc891.blogdns.net/pub/slacke18/slackware{,64}-{14.1}/
#studioware:    http://slackware.uk/studioware/14.2
#slackonly:     http://packages.slackonly.com/pub/packages/{14.1,14.2,current}-{x86,x86_64}/
#rlworkman:     http://rlworkman.net/pkgs/{14.0,14.1,14.2,current}/
#slackel:       http://www.slackel.gr/repo/{i486,x86_64}/current/
#connochaetos:  http://connochaetos.org/slack-n-free/slack-n-free{,64}-{14.2}/
#slint:         http://slackware.uk/slint/{i586,x86_64}/slint-{14.2,testing}/
#salixos:       http://download.salixos.org/{i486,x86_64}/{14.0,14.1,14.2}/
#salixextra:    http://download.salixos.org/{i486,x86_64}/extra-{14.2}/
root@caitlyn:~#

Last edited by maschelsea; 08-04-2021 at 06:01 AM.
 
Old 08-04-2021, 07:04 AM   #17
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,975

Rep: Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551
From your slackpkgplus.conf file:
Code:
# Examples:
#PKGS_PRIORITY=( restricted:vlc )
# OR
PKGS_PRIORITY=( patches:gcc multilib )
PKGS_PRIORITY=( multilib )
Change to: (Note: the comment)
Code:
# Examples:
#PKGS_PRIORITY=( restricted:vlc )
# OR
PKGS_PRIORITY=( patches:gcc multilib )
#PKGS_PRIORITY=( multilib )
Your MIRRORPLUS['multilib'] is pointing to the wrong repository. "https://slackware.nl/people/alien/multilib/14.2/" will work for this.
Code:
# Slackware 14.2 - x86_64
MIRRORPLUS['multilib']=http://slakfinder.org/slackpkg+-1.7/
#MIRRORPLUS['alienbob']=http://bear.alienbase.nl/mirrors/people/alien/sbrepos/14.2/x86_64/
Your alienbob repository URL indicates you have a local mirror of this. Additionally in your first post you stated "I'm running Slackware 14.2-64 bit", the URL you have is for 32-bit (x86), it should be x86_64. How are you mirroring this locally?
Code:
# Local repository:
MIRRORPLUS['alienbob']=file://repositories/alien/sbrepos/14.2/x86/
 
Old 08-04-2021, 07:11 AM   #18
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Also,
Code:
REPOPLUS=( slackpkgplus )
means that none of the 3rd-party repositories you configured will actually be used, except the slackpkg+ repository itself.
 
Old 08-04-2021, 08:03 AM   #19
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Hello,

Quote:
Originally Posted by Alien Bob View Post
Also,
Code:
REPOPLUS=( slackpkgplus )
means that none of the 3rd-party repositories you configured will actually be used, except the slackpkg+ repository itself.
FYI, At runtime, the repositories specified by MIRRORPLUS not present in REPOPLUS are automatically appended to REPOPLUS.

--
SeB

Last edited by phenixia2003; 08-04-2021 at 08:12 AM.
 
1 members found this post helpful.
Old 08-04-2021, 05:35 PM   #20
Gerard Lally
Senior Member
 
Registered: Sep 2009
Location: Leinster, IE
Distribution: Slackware, NetBSD
Posts: 2,181

Rep: Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763
Quote:
Originally Posted by maschelsea View Post
Here is my /etc/slackpkg/slackpkgplus.conf file. I'm sorry, but I don't remember the syntax (or the tool) to remove comments.
To exclude lines beginning with # :

Code:
cat /etc/slackpkg/slackpkgplus.conf | grep -v ^# > /tmp/slackpkgplus-trimmed.conf
 
Old 08-05-2021, 02:11 AM   #21
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Original Poster
Rep: Reputation: Disabled
My trimmed file:
Code:
root@caitlyn:~# cat /tmp/slackpkgplus-trimmed.conf

SLACKPKGPLUS=on

VERBOSE=1

ALLOW32BIT=off

USEBL=1

WGETOPTS="--timeout=20 --tries=2"


SEARCH_CLOG_INPARENT=on

CACHEUPDATE=off



GREYLIST=on

SENSITIVE_SEARCH=on

WW_FILE_SEARCH=on

	SHOWORDER=package

DETAILED_INFO=none

STRICTGPG=on


PKGS_PRIORITY=( patches:gcc multilib )
PKGS_PRIORITY=( multilib )

TAG_PRIORITY=off

REPOPLUS=( slackpkgplus )



MIRRORPLUS['multilib']=http://slakfinder.org/slackpkg+-1.7/

MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+1.7/


MIRRORPLUS['multilib']=https://slackware.nl/people/alien/multilib/14.2/
I THINK I made all the suggested modifications. It's very late now, and I'm running on fumes as they say. Did I miss anything? When I ran slackpkg update it said something about gpg failing. Is this a problem? Can it be fixed?
 
Old 08-05-2021, 03:00 AM   #22
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Hello,

Quote:
Originally Posted by maschelsea View Post
My trimmed file:
Code:
SLACKPKGPLUS=on
VERBOSE=1
ALLOW32BIT=off
USEBL=1
WGETOPTS="--timeout=20 --tries=2"
SEARCH_CLOG_INPARENT=on
CACHEUPDATE=off
GREYLIST=on
SENSITIVE_SEARCH=on
WW_FILE_SEARCH=on
SHOWORDER=package
DETAILED_INFO=none
STRICTGPG=on

PKGS_PRIORITY=( patches:gcc multilib )
PKGS_PRIORITY=( multilib )

TAG_PRIORITY=off
REPOPLUS=( slackpkgplus )

MIRRORPLUS['multilib']=http://slakfinder.org/slackpkg+-1.7/
MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+1.7/
MIRRORPLUS['multilib']=https://slackware.nl/people/alien/multilib/14.2/
Remove the line in RED.

If you want pure 64-bit gcc from slackware, remove the line in MAGENTA. Otherwise (ie. you want multilib gcc), remove the line in BLUE.


Quote:
Originally Posted by maschelsea View Post
My trimmed file:

I THINK I made all the suggested modifications. It's very late now, and I'm running on fumes as they say. Did I miss anything? When I ran slackpkg update it said something about gpg failing. Is this a problem? Can it be fixed?
Once you applied the changes above, run the following. This should solve this issue :
Code:
$ slackpkg update gpg
$ slackpkg update
--
SeB
 
Old 08-05-2021, 06:02 AM   #23
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,454
Blog Entries: 7

Rep: Reputation: 2559Reputation: 2559Reputation: 2559Reputation: 2559Reputation: 2559Reputation: 2559Reputation: 2559Reputation: 2559Reputation: 2559Reputation: 2559Reputation: 2559
Quote:
Originally Posted by maschelsea View Post
And I desperately want multilib.
Have you heard of conty? https://github.com/Kron4ek/Conty

I'd guess you want multi-lib for wine? Well, if so, conty will let you run wine without multi-lib.
 
Old 08-10-2021, 12:42 AM   #24
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Original Poster
Rep: Reputation: Disabled
I don't use wine. I want multilib for steam.
 
Old 08-10-2021, 12:46 AM   #25
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Original Poster
Rep: Reputation: Disabled
Now, I only get a warning, after commenting out the red line:
Code:
root@caitlyn:~# slackpkg update gpg

2021-08-10 00:45:47 URL: ftp://ftp.mirrorservice.org/sites/ftp.slackware.com/pub/slackware/slackware64-14.2/GPG-KEY [1572] -> "/tmp/slackpkg.S9NIEx/gpgkey" [1]
pub  1024D/40102233 2003-02-26 Slackware Linux Project <security@slackware.com>
sub  1024g/4E523569 2003-02-26 [expires: 2038-01-19]

2021-08-10 00:45:49 URL:https://slakfinder.org/slackpkg+1.7/GPG-KEY [1805/1805] -> "/tmp/slackpkg.S9NIEx/gpgkey-tmp-slackpkgplus" [1]
pub  2048R/ED123FBC 2011-01-01 Matteo Rossini <zerouno@slacky.it>
sub  2048R/2B41569A 2011-01-01
gpg: key ED123FBC: "Matteo Rossini <zerouno@slacky.it>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1


https://slakfinder.org/slackpkg+-1.7/GPG-KEY:
2021-08-10 00:45:50 ERROR 404: Not Found.

                   !!! W A R N I N G !!!
    Repository 'multilib' does NOT contain the GPG-KEY
    You SHOULD disable GPG check by setting 'CHECKGPG=off'
    in /etc/slackpkg/slackpkg.conf or use slackpkg with
    '-checkgpg=off' : 'slackpkg -checkgpg=off install packge'


			Slackware Linux Project's GPG key added
 
Old 08-10-2021, 02:33 AM   #26
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Hello,

Quote:
Originally Posted by maschelsea View Post
Now, I only get a warning, after commenting out the red line:
Save your slackpkgplus.conf, and try with this one :

Code:
SLACKPKGPLUS=on
VERBOSE=1
ALLOW32BIT=off
USEBL=1
WGETOPTS="--timeout=20 --tries=2"
SEARCH_CLOG_INPARENT=on
CACHEUPDATE=off
GREYLIST=on
SENSITIVE_SEARCH=on
WW_FILE_SEARCH=on
SHOWORDER=package
DETAILED_INFO=none
STRICTGPG=on

PKGS_PRIORITY=( patches:gcc multilib )

TAG_PRIORITY=off
REPOPLUS=( slackpkgplus )

MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+1.7/
MIRRORPLUS['multilib']=https://slackware.nl/people/alien/multilib/14.2/
With this configuration, on a 14.2 VM, I get this :
  • Update gpg

    Code:
    $ slackpkg update gpg
    
    2021-08-10 09:27:43 URL:http://mirrors.slackware.com/slackware/slackware64-14.2/GPG-KEY [1572/1572] -> "/tmp/slackpkg.Dp2KbI/gpgkey" [1]
    pub  1024D/40102233 2003-02-26 Slackware Linux Project <security@slackware.com>
    sub  1024g/4E523569 2003-02-26 [expires: 2038-01-19]
    
    2021-08-10 09:27:44 URL:https://slakfinder.org/slackpkg+1.7/GPG-KEY [1805/1805] -> "/tmp/slackpkg.Dp2KbI/gpgkey-tmp-slackpkgplus" [1]
    pub  2048R/ED123FBC 2011-01-01 Matteo Rossini <zerouno@slacky.it>
    sub  2048R/2B41569A 2011-01-01
    gpg: key ED123FBC: "Matteo Rossini <zerouno@slacky.it>" not changed
    gpg: Total number processed: 1
    gpg:              unchanged: 1
    
    
    2021-08-10 09:27:44 URL:https://slackware.nl/people/alien/multilib/14.2/GPG-KEY [11137/11137] -> "/tmp/slackpkg.Dp2KbI/gpgkey-tmp-multilib" [1]
    pub  1024D/A75CBDA0 2003-01-17 Eric Hameleers (IBM Linux) <alien@linux.vnet.ibm.com>
    uid                            Eric Hameleers (Thuis) <e.hameleers@chello.nl>
    uid                            Eric Hameleers (IBM Linux) <alien@nl.ibm.com>
    uid                            Eric Hameleers <eric.hameleers@int.greenpeace.org>
    uid                            Eric Hameleers <alien@sox.homeip.net>
    uid                            Eric Hameleers <alien@slackware.com>
    uid                            [jpeg image of size 3054]
    uid                            Eric Hameleers (SBo) <alien@slackbuilds.org>
    sub  1792g/7CBDC819 2003-01-17
    gpg: key A75CBDA0: "Eric Hameleers <alien@slackware.com>" not changed
    gpg: Total number processed: 1
    gpg:              unchanged: 1
    
                            Slackware Linux Project's GPG key added
  • Update
    Code:
    $ slackpkg update
    
    pdating the package lists...
            Downloading...
                    ChangeLogs
    2021-08-10 09:28:34 URL:http://mirrors.slackware.com/slackware/slackware64-14.2/ChangeLog.txt [636584/636584] -> "/tmp/slackpkg.oTOqfp/ChangeLog.txt" [1]
                    Saving ChangeLog.txt from repository slackpkgplus ...
    
                    Saving ChangeLog.txt from repository multilib ...
    
    2021-08-10 09:28:37 URL:https://slakfinder.org/slackpkg+1.7/CHECKSUMS.md5 [2206/2206] -> "/tmp/slackpkg.oTOqfp/CHECKSUMS.md5-slackpkgplus" [1]
    2021-08-10 09:28:37 URL:https://slackware.nl/people/alien/multilib/14.2/CHECKSUMS.md5 [131564/131564] -> "/tmp/slackpkg.oTOqfp/CHECKSUMS.md5-multilib" [1]
    Files /var/lib/slackpkg/ChangeLog.txt and /tmp/slackpkg.oTOqfp/ChangeLog.txt differ
    
                    List of all files
    2021-08-10 09:28:45 URL:http://nephtys.lip6.fr/pub/linux/distributions/slackware/slackware64-14.2/patches/MANIFEST.bz2 [10612575/10612575] -> "/tmp/slackpkg.oTOqfp/patches-MANIFEST.bz2" [1]
    2021-08-10 09:28:49 URL:http://nephtys.lip6.fr/pub/linux/distributions/slackware/slackware64-14.2/slackware64/MANIFEST.bz2 [3139391/3139391] -> "/tmp/slackpkg.oTOqfp/slackware64-MANIFEST.bz2" [1]
    2021-08-10 09:28:50 URL:http://nephtys.lip6.fr/pub/linux/distributions/slackware/slackware64-14.2/extra/MANIFEST.bz2 [919974/919974] -> "/tmp/slackpkg.oTOqfp/extra-MANIFEST.bz2" [1]
    2021-08-10 09:28:54 URL:http://nephtys.lip6.fr/pub/linux/distributions/slackware/slackware64-14.2/pasture/MANIFEST.bz2 [2437542/2437542] -> "/tmp/slackpkg.oTOqfp/pasture-MANIFEST.bz2" [1]
    2021-08-10 09:28:54 URL:http://mirrors.slackware.com/slackware/slackware64-14.2/testing/MANIFEST.bz2 [2993/2993] -> "/tmp/slackpkg.oTOqfp/testing-MANIFEST.bz2" [1]
    2021-08-10 09:28:55 URL:https://slakfinder.org/slackpkg+1.7/MANIFEST.bz2 [576/576] -> "/tmp/slackpkg.oTOqfp/SLACKPKGPLUS_slackpkgplus-MANIFEST.bz2" [1]
    2021-08-10 09:28:56 URL:https://slackware.nl/people/alien/multilib/14.2/MANIFEST.bz2 [212418/212418] -> "/tmp/slackpkg.oTOqfp/SLACKPKGPLUS_multilib-MANIFEST.bz2" [1]
                    Checksums
    2021-08-10 09:28:58 URL:http://mirrors.slackware.com/slackware/slackware64-14.2/CHECKSUMS.md5 [988915/988915] -> "/tmp/slackpkg.oTOqfp/CHECKSUMS.md5" [1]
    2021-08-10 09:28:59 URL:http://mirrors.slackware.com/slackware/slackware64-14.2/CHECKSUMS.md5.asc [163/163] -> "/tmp/slackpkg.oTOqfp/CHECKSUMS.md5.asc" [1]
    2021-08-10 09:28:59 URL:https://slakfinder.org/slackpkg+1.7/CHECKSUMS.md5.asc [455/455] -> "/tmp/slackpkg.oTOqfp/CHECKSUMS.md5-slackpkgplus.asc" [1]
    2021-08-10 09:28:59 URL:https://slackware.nl/people/alien/multilib/14.2/CHECKSUMS.md5.asc [163/163] -> "/tmp/slackpkg.oTOqfp/CHECKSUMS.md5-multilib.asc" [1]
                    Package List
    2021-08-10 09:29:02 URL:http://nephtys.lip6.fr/pub/linux/distributions/slackware/slackware64-14.2/FILELIST.TXT [1308070/1308070] -> "/tmp/slackpkg.oTOqfp/FILELIST.TXT" [1]
                    Package descriptions
    2021-08-10 09:29:03 URL:http://nephtys.lip6.fr/pub/linux/distributions/slackware/slackware64-14.2/patches/PACKAGES.TXT [90910/90910] -> "/tmp/slackpkg.oTOqfp/patches-PACKAGES.TXT" [1]
    2021-08-10 09:29:05 URL:http://nephtys.lip6.fr/pub/linux/distributions/slackware/slackware64-14.2/PACKAGES.TXT [704195/704195] -> "/tmp/slackpkg.oTOqfp/slackware64-PACKAGES.TXT" [1]
    2021-08-10 09:29:06 URL:http://nephtys.lip6.fr/pub/linux/distributions/slackware/slackware64-14.2/extra/PACKAGES.TXT [32241/32241] -> "/tmp/slackpkg.oTOqfp/extra-PACKAGES.TXT" [1]
    2021-08-10 09:29:07 URL:http://mirrors.slackware.com/slackware/slackware64-14.2/pasture/PACKAGES.TXT [3834/3834] -> "/tmp/slackpkg.oTOqfp/pasture-PACKAGES.TXT" [1]
    2021-08-10 09:29:08 URL:http://mirrors.slackware.com/slackware/slackware64-14.2/testing/PACKAGES.TXT [1975/1975] -> "/tmp/slackpkg.oTOqfp/testing-PACKAGES.TXT" [1]
    2021-08-10 09:29:08 URL:https://slakfinder.org/slackpkg+1.7/PACKAGES.TXT [625/625] -> "/tmp/slackpkg.oTOqfp/SLACKPKGPLUS_slackpkgplus-PACKAGES.TXT" [1]
    2021-08-10 09:29:09 URL:https://slackware.nl/people/alien/multilib/14.2/PACKAGES.TXT [144621/144621] -> "/tmp/slackpkg.oTOqfp/SLACKPKGPLUS_multilib-PACKAGES.TXT" [1]
            Formatting lists to slackpkg style...
                    Package List: using CHECKSUMS.md5 as source
                    Package descriptions
  • Upgrade glibc

    Code:
    $ slackpkg upgrade glibc
    
    Checking local integrity... DONE
    Looking for glibc in package list. Please wait... DONE
    
    [ Repository               ] [ Package                                  ]
      multilib                     glibc-2.23_multilib-x86_64-4alien.txz
      multilib                     glibc-i18n-2.23_multilib-x86_64-4alien.txz
      multilib                     glibc-profile-2.23_multilib-x86_64-4alien.txz
      multilib                     glibc-solibs-2.23_multilib-x86_64-4alien.txz
      patches                      glibc-zoneinfo-2021a-noarch-1_slack14.2.txz
    
    Total package(s): 5
  • install multilib
    Code:
    $ slackpkg install multilib
    
    Looking for SLACKPKGPLUS_multilib in package list. Please wait... DONE
    
    [ Repository               ] [ Package                                  ]
      multilib                     aaa_elflibs-compat32-14.2-x86_64-23compat32.txz  
      multilib                     alsa-lib-compat32-1.1.1-x86_64-2compat32.txz  
    
    [...snip...]
    
      multilib                     xz-compat32-5.2.2-x86_64-1compat32.txz    
      multilib                     zlib-compat32-1.2.11-x86_64-1_slack14.2compat32.txz  
    
    Total package(s): 178
--
SeB

Last edited by phenixia2003; 08-10-2021 at 02:56 AM.
 
Old 08-10-2021, 03:02 AM   #27
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,454
Blog Entries: 7

Rep: Reputation: 2559Reputation: 2559Reputation: 2559Reputation: 2559Reputation: 2559Reputation: 2559Reputation: 2559Reputation: 2559Reputation: 2559Reputation: 2559Reputation: 2559
Quote:
Originally Posted by maschelsea View Post
I don't use wine. I want multilib for steam.
That's good, because Steam is built into Conty.

From the web page:

"Conty contains Steam, Lutris, PlayOnLinux, Wine-Staging-TkG and many more."

To start Steam on a straight 64 bit Slackware, all you need to do is download Conty, then run:

$ sh ./conty.sh steam

And it'll start right up. No multi-lib. No slackpkg hackery. No mess, no fuss.

It's a pre-built static Linux container, which was designed for gaming.

Enjoy!
 
1 members found this post helpful.
Old 08-10-2021, 03:24 AM   #28
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by phenixia2003 View Post
Hello,



Save your slackpkgplus.conf, and try with this one :

Code:
SLACKPKGPLUS=on
VERBOSE=1
ALLOW32BIT=off
USEBL=1
WGETOPTS="--timeout=20 --tries=2"
SEARCH_CLOG_INPARENT=on
CACHEUPDATE=off
GREYLIST=on
SENSITIVE_SEARCH=on
WW_FILE_SEARCH=on
SHOWORDER=package
DETAILED_INFO=none
STRICTGPG=on

PKGS_PRIORITY=( patches:gcc multilib )

TAG_PRIORITY=off
REPOPLUS=( slackpkgplus )

MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+1.7/
MIRRORPLUS['multilib']=https://slackware.nl/people/alien/multilib/14.2/
With this configuration, on a 14.2 VM, I get this :
  • Update gpg

    Code:
    $ slackpkg update gpg
    
    2021-08-10 09:27:43 URL:http://mirrors.slackware.com/slackware/slackware64-14.2/GPG-KEY [1572/1572] -> "/tmp/slackpkg.Dp2KbI/gpgkey" [1]
    pub  1024D/40102233 2003-02-26 Slackware Linux Project <security@slackware.com>
    sub  1024g/4E523569 2003-02-26 [expires: 2038-01-19]
    
    2021-08-10 09:27:44 URL:https://slakfinder.org/slackpkg+1.7/GPG-KEY [1805/1805] -> "/tmp/slackpkg.Dp2KbI/gpgkey-tmp-slackpkgplus" [1]
    pub  2048R/ED123FBC 2011-01-01 Matteo Rossini <zerouno@slacky.it>
    sub  2048R/2B41569A 2011-01-01
    gpg: key ED123FBC: "Matteo Rossini <zerouno@slacky.it>" not changed
    gpg: Total number processed: 1
    gpg:              unchanged: 1
    
    
    2021-08-10 09:27:44 URL:https://slackware.nl/people/alien/multilib/14.2/GPG-KEY [11137/11137] -> "/tmp/slackpkg.Dp2KbI/gpgkey-tmp-multilib" [1]
    pub  1024D/A75CBDA0 2003-01-17 Eric Hameleers (IBM Linux) <alien@linux.vnet.ibm.com>
    uid                            Eric Hameleers (Thuis) <e.hameleers@chello.nl>
    uid                            Eric Hameleers (IBM Linux) <alien@nl.ibm.com>
    uid                            Eric Hameleers <eric.hameleers@int.greenpeace.org>
    uid                            Eric Hameleers <alien@sox.homeip.net>
    uid                            Eric Hameleers <alien@slackware.com>
    uid                            [jpeg image of size 3054]
    uid                            Eric Hameleers (SBo) <alien@slackbuilds.org>
    sub  1792g/7CBDC819 2003-01-17
    gpg: key A75CBDA0: "Eric Hameleers <alien@slackware.com>" not changed
    gpg: Total number processed: 1
    gpg:              unchanged: 1
    
                            Slackware Linux Project's GPG key added
  • Update
    Code:
    $ slackpkg update
    
    pdating the package lists...
            Downloading...
                    ChangeLogs
    2021-08-10 09:28:34 URL:http://mirrors.slackware.com/slackware/slackware64-14.2/ChangeLog.txt [636584/636584] -> "/tmp/slackpkg.oTOqfp/ChangeLog.txt" [1]
                    Saving ChangeLog.txt from repository slackpkgplus ...
    
                    Saving ChangeLog.txt from repository multilib ...
    
    2021-08-10 09:28:37 URL:https://slakfinder.org/slackpkg+1.7/CHECKSUMS.md5 [2206/2206] -> "/tmp/slackpkg.oTOqfp/CHECKSUMS.md5-slackpkgplus" [1]
    2021-08-10 09:28:37 URL:https://slackware.nl/people/alien/multilib/14.2/CHECKSUMS.md5 [131564/131564] -> "/tmp/slackpkg.oTOqfp/CHECKSUMS.md5-multilib" [1]
    Files /var/lib/slackpkg/ChangeLog.txt and /tmp/slackpkg.oTOqfp/ChangeLog.txt differ
    
                    List of all files
    2021-08-10 09:28:45 URL:http://nephtys.lip6.fr/pub/linux/distributions/slackware/slackware64-14.2/patches/MANIFEST.bz2 [10612575/10612575] -> "/tmp/slackpkg.oTOqfp/patches-MANIFEST.bz2" [1]
    2021-08-10 09:28:49 URL:http://nephtys.lip6.fr/pub/linux/distributions/slackware/slackware64-14.2/slackware64/MANIFEST.bz2 [3139391/3139391] -> "/tmp/slackpkg.oTOqfp/slackware64-MANIFEST.bz2" [1]
    2021-08-10 09:28:50 URL:http://nephtys.lip6.fr/pub/linux/distributions/slackware/slackware64-14.2/extra/MANIFEST.bz2 [919974/919974] -> "/tmp/slackpkg.oTOqfp/extra-MANIFEST.bz2" [1]
    2021-08-10 09:28:54 URL:http://nephtys.lip6.fr/pub/linux/distributions/slackware/slackware64-14.2/pasture/MANIFEST.bz2 [2437542/2437542] -> "/tmp/slackpkg.oTOqfp/pasture-MANIFEST.bz2" [1]
    2021-08-10 09:28:54 URL:http://mirrors.slackware.com/slackware/slackware64-14.2/testing/MANIFEST.bz2 [2993/2993] -> "/tmp/slackpkg.oTOqfp/testing-MANIFEST.bz2" [1]
    2021-08-10 09:28:55 URL:https://slakfinder.org/slackpkg+1.7/MANIFEST.bz2 [576/576] -> "/tmp/slackpkg.oTOqfp/SLACKPKGPLUS_slackpkgplus-MANIFEST.bz2" [1]
    2021-08-10 09:28:56 URL:https://slackware.nl/people/alien/multilib/14.2/MANIFEST.bz2 [212418/212418] -> "/tmp/slackpkg.oTOqfp/SLACKPKGPLUS_multilib-MANIFEST.bz2" [1]
                    Checksums
    2021-08-10 09:28:58 URL:http://mirrors.slackware.com/slackware/slackware64-14.2/CHECKSUMS.md5 [988915/988915] -> "/tmp/slackpkg.oTOqfp/CHECKSUMS.md5" [1]
    2021-08-10 09:28:59 URL:http://mirrors.slackware.com/slackware/slackware64-14.2/CHECKSUMS.md5.asc [163/163] -> "/tmp/slackpkg.oTOqfp/CHECKSUMS.md5.asc" [1]
    2021-08-10 09:28:59 URL:https://slakfinder.org/slackpkg+1.7/CHECKSUMS.md5.asc [455/455] -> "/tmp/slackpkg.oTOqfp/CHECKSUMS.md5-slackpkgplus.asc" [1]
    2021-08-10 09:28:59 URL:https://slackware.nl/people/alien/multilib/14.2/CHECKSUMS.md5.asc [163/163] -> "/tmp/slackpkg.oTOqfp/CHECKSUMS.md5-multilib.asc" [1]
                    Package List
    2021-08-10 09:29:02 URL:http://nephtys.lip6.fr/pub/linux/distributions/slackware/slackware64-14.2/FILELIST.TXT [1308070/1308070] -> "/tmp/slackpkg.oTOqfp/FILELIST.TXT" [1]
                    Package descriptions
    2021-08-10 09:29:03 URL:http://nephtys.lip6.fr/pub/linux/distributions/slackware/slackware64-14.2/patches/PACKAGES.TXT [90910/90910] -> "/tmp/slackpkg.oTOqfp/patches-PACKAGES.TXT" [1]
    2021-08-10 09:29:05 URL:http://nephtys.lip6.fr/pub/linux/distributions/slackware/slackware64-14.2/PACKAGES.TXT [704195/704195] -> "/tmp/slackpkg.oTOqfp/slackware64-PACKAGES.TXT" [1]
    2021-08-10 09:29:06 URL:http://nephtys.lip6.fr/pub/linux/distributions/slackware/slackware64-14.2/extra/PACKAGES.TXT [32241/32241] -> "/tmp/slackpkg.oTOqfp/extra-PACKAGES.TXT" [1]
    2021-08-10 09:29:07 URL:http://mirrors.slackware.com/slackware/slackware64-14.2/pasture/PACKAGES.TXT [3834/3834] -> "/tmp/slackpkg.oTOqfp/pasture-PACKAGES.TXT" [1]
    2021-08-10 09:29:08 URL:http://mirrors.slackware.com/slackware/slackware64-14.2/testing/PACKAGES.TXT [1975/1975] -> "/tmp/slackpkg.oTOqfp/testing-PACKAGES.TXT" [1]
    2021-08-10 09:29:08 URL:https://slakfinder.org/slackpkg+1.7/PACKAGES.TXT [625/625] -> "/tmp/slackpkg.oTOqfp/SLACKPKGPLUS_slackpkgplus-PACKAGES.TXT" [1]
    2021-08-10 09:29:09 URL:https://slackware.nl/people/alien/multilib/14.2/PACKAGES.TXT [144621/144621] -> "/tmp/slackpkg.oTOqfp/SLACKPKGPLUS_multilib-PACKAGES.TXT" [1]
            Formatting lists to slackpkg style...
                    Package List: using CHECKSUMS.md5 as source
                    Package descriptions
  • Upgrade glibc

    Code:
    $ slackpkg upgrade glibc
    
    Checking local integrity... DONE
    Looking for glibc in package list. Please wait... DONE
    
    [ Repository               ] [ Package                                  ]
      multilib                     glibc-2.23_multilib-x86_64-4alien.txz
      multilib                     glibc-i18n-2.23_multilib-x86_64-4alien.txz
      multilib                     glibc-profile-2.23_multilib-x86_64-4alien.txz
      multilib                     glibc-solibs-2.23_multilib-x86_64-4alien.txz
      patches                      glibc-zoneinfo-2021a-noarch-1_slack14.2.txz
    
    Total package(s): 5
  • install multilib
    Code:
    $ slackpkg install multilib
    
    Looking for SLACKPKGPLUS_multilib in package list. Please wait... DONE
    
    [ Repository               ] [ Package                                  ]
      multilib                     aaa_elflibs-compat32-14.2-x86_64-23compat32.txz  
      multilib                     alsa-lib-compat32-1.1.1-x86_64-2compat32.txz  
    
    [...snip...]
    
      multilib                     xz-compat32-5.2.2-x86_64-1compat32.txz    
      multilib                     zlib-compat32-1.2.11-x86_64-1_slack14.2compat32.txz  
    
    Total package(s): 178
--
SeB
I copied /etc/slackpkg/slackpkgplus.conf into slackpkgplus.conf.bak, and then I pasted your code directly into a freshly created slackpkgplus.conf file. I didn't duplicate the order you used exactly. Here's my output:

Code:
root@caitlyn:/etc/slackpkg# slackpkg update gpg

2021-08-10 03:12:04 URL: ftp://ftp.mirrorservice.org/sites/ftp.slackware.com/pub/slackware/slackware64-14.2/GPG-KEY [1572] -> "/tmp/slackpkg.4DFmnt/gpgkey" [2]
pub  1024D/40102233 2003-02-26 Slackware Linux Project <security@slackware.com>
sub  1024g/4E523569 2003-02-26 [expires: 2038-01-19]

2021-08-10 03:12:05 URL:https://slakfinder.org/slackpkg+1.7/GPG-KEY [1805/1805] -> "/tmp/slackpkg.4DFmnt/gpgkey-tmp-slackpkgplus" [1]
pub  2048R/ED123FBC 2011-01-01 Matteo Rossini <zerouno@slacky.it>
sub  2048R/2B41569A 2011-01-01
gpg: key ED123FBC: "Matteo Rossini <zerouno@slacky.it>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1


2021-08-10 03:12:06 URL:https://slackware.nl/people/alien/multilib/14.2/GPG-KEY [11137/11137] -> "/tmp/slackpkg.4DFmnt/gpgkey-tmp-multilib" [1]
pub  1024D/A75CBDA0 2003-01-17 Eric Hameleers (IBM Linux) <alien@linux.vnet.ibm.com>
uid                            Eric Hameleers (Thuis) <e.hameleers@chello.nl>
uid                            Eric Hameleers (IBM Linux) <alien@nl.ibm.com>
uid                            Eric Hameleers <eric.hameleers@int.greenpeace.org>
uid                            Eric Hameleers <alien@sox.homeip.net>
uid                            Eric Hameleers <alien@slackware.com>
uid                            [jpeg image of size 3054]
uid                            Eric Hameleers (SBo) <alien@slackbuilds.org>
sub  1792g/7CBDC819 2003-01-17
gpg: key A75CBDA0: "Eric Hameleers <alien@slackware.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

			Slackware Linux Project's GPG key added

root@caitlyn:/etc/slackpkg# slackpkg install multilib

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

No packages match the pattern for install. Try:

	/usr/sbin/slackpkg reinstall|upgrade 


root@caitlyn:/etc/slackpkg# slackpkg update

Updating the package lists...
	Downloading...
                ChangeLogs
2021-08-10 03:13:09 URL: ftp://ftp.mirrorservice.org/sites/ftp.slackware.com/pub/slackware/slackware64-14.2/ChangeLog.txt [636584] -> "/tmp/slackpkg.G5gR22/ChangeLog.txt" [2]
                Saving ChangeLog.txt from repository slackpkgplus ...

                Saving ChangeLog.txt from repository multilib ...

2021-08-10 03:13:13 URL:https://slakfinder.org/slackpkg+1.7/CHECKSUMS.md5 [2206/2206] -> "/tmp/slackpkg.G5gR22/CHECKSUMS.md5-slackpkgplus" [1]
2021-08-10 03:13:15 URL:https://slackware.nl/people/alien/multilib/14.2/CHECKSUMS.md5 [131564/131564] -> "/tmp/slackpkg.G5gR22/CHECKSUMS.md5-multilib" [1]

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

		List of all files
2021-08-10 03:13:45 URL: ftp://ftp.mirrorservice.org/sites/ftp.slackware.com/pub/slackware/slackware64-14.2/patches/MANIFEST.bz2 [10612575] -> "/tmp/slackpkg.G5gR22/patches-MANIFEST.bz2" [2]
2021-08-10 03:13:48 URL: ftp://ftp.mirrorservice.org/sites/ftp.slackware.com/pub/slackware/slackware64-14.2/slackware64/MANIFEST.bz2 [3139391] -> "/tmp/slackpkg.G5gR22/slackware64-MANIFEST.bz2" [1]
2021-08-10 03:13:51 URL: ftp://ftp.mirrorservice.org/sites/ftp.slackware.com/pub/slackware/slackware64-14.2/extra/MANIFEST.bz2 [919974] -> "/tmp/slackpkg.G5gR22/extra-MANIFEST.bz2" [1]
2021-08-10 03:14:16 URL: ftp://ftp.mirrorservice.org/sites/ftp.slackware.com/pub/slackware/slackware64-14.2/pasture/MANIFEST.bz2 [2437542] -> "/tmp/slackpkg.G5gR22/pasture-MANIFEST.bz2" [2]
2021-08-10 03:14:18 URL: ftp://ftp.mirrorservice.org/sites/ftp.slackware.com/pub/slackware/slackware64-14.2/testing/MANIFEST.bz2 [2993] -> "/tmp/slackpkg.G5gR22/testing-MANIFEST.bz2" [1]
2021-08-10 03:14:19 URL:https://slakfinder.org/slackpkg+1.7/MANIFEST.bz2 [576/576] -> "/tmp/slackpkg.G5gR22/SLACKPKGPLUS_slackpkgplus-MANIFEST.bz2" [1]
2021-08-10 03:14:21 URL:https://slackware.nl/people/alien/multilib/14.2/MANIFEST.bz2 [212418/212418] -> "/tmp/slackpkg.G5gR22/SLACKPKGPLUS_multilib-MANIFEST.bz2" [1]
		Checksums
2021-08-10 03:14:46 URL: ftp://ftp.mirrorservice.org/sites/ftp.slackware.com/pub/slackware/slackware64-14.2/CHECKSUMS.md5 [988915] -> "/tmp/slackpkg.G5gR22/CHECKSUMS.md5" [2]
2021-08-10 03:15:31 URL:https://slakfinder.org/slackpkg+1.7/CHECKSUMS.md5.asc [455/455] -> "/tmp/slackpkg.G5gR22/CHECKSUMS.md5-slackpkgplus.asc" [1]
2021-08-10 03:15:32 URL:https://slackware.nl/people/alien/multilib/14.2/CHECKSUMS.md5.asc [163/163] -> "/tmp/slackpkg.G5gR22/CHECKSUMS.md5-multilib.asc" [1]

		ERROR: Verification of the  gpg signature on CHECKSUMS.md5
		       failed! This could mean that the file is out of date
		       or has been tampered with.
I have not tried updating glibc yet. Will try that next.
Code:
root@caitlyn:/etc/slackpkg# slackpkg upgrade glibc

Checking local integrity... DONE
Looking for glibc in package list. Please wait... DONE

No packages match the pattern for upgrade. Try:

	/usr/sbin/slackpkg install|reinstall 


root@caitlyn:/etc/slackpkg#
 
Old 08-10-2021, 04:29 AM   #29
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Do you by any chance have this string in your /etc/slackpkg/blacklist file?
Code:
[0-9]+alien
 
Old 08-10-2021, 11:52 PM   #30
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Original Poster
Rep: Reputation: Disabled
Yes. I commented it out and I'm trying those steps again.
 
  


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
[ANN] mk-slack64-multilib : A tool to create slackware64+multilib tree/iso phenixia2003 Slackware 5 12-28-2012 05:42 AM
upgrading slackware64 13.1 multilib to slackware64 -current multilib Cultist Slackware 4 03-12-2011 09:04 AM
[SOLVED] Broffice not compile on Slack64(multilib or no multilib);SlackBuild afreitascs Slackware 4 06-14-2010 07:16 AM
LFS-7.0-cross-lfs-20050902-x86_64-Multilib Basel Linux From Scratch 0 09-03-2005 05:03 AM
FC3, 64-bit multilib, with many yum update conflicts sgl Fedora 2 06-04-2005 09:42 PM

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

All times are GMT -5. The time now is 10:07 AM.

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