LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 01-04-2019, 03:38 AM   #16
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,979

Rep: Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556

Quote:
Originally Posted by zerouno View Post
slackpkg+-1.7.0-noarch-10mt.txz and slackpkg+-1.7.0d1-noarch-6mt.txz now allow to use new blacklist system, but only for install/upgrade/remove options (not search) and not for greylist.
Perfect! Thanks! I've been holding off on testing the slackpkg beta. I have installed slackpkg-2.84.0_beta3-noarch-1_rlw and slackpkg+-1.7.0-noarch-10mt, no issues so far.
 
Old 01-04-2019, 08:52 AM   #17
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Quote:
Originally Posted by FTIO View Post
This is the program that comes with Slackware that does things like...

Code:
pkgtool
or

Code:
installpkg
etc, correct?
No, it's the program that does things like:

Code:
slackpkg update
slackpkg install-new
slackpkg upgrade-all
etc.
It is a higher-level package management tool that downloads packages from a mirror, checks whether packages in your system are in need of upgrades, and other stuff like that.
 
2 members found this post helpful.
Old 01-04-2019, 09:58 PM   #18
FTIO
Member
 
Registered: Mar 2015
Location: Las Vegas, NV
Distribution: Slackware 15.0 x64, Slackware Live 15.0 x64
Posts: 618

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Ah, okay, thanks!
 
Old 06-17-2019, 07:04 PM   #19
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Original Poster
Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
I've been remiss in keeping this thread updated, but 2.84.0_beta5 is out. Get it here: https://slackpkg.org/beta/slackpkg-2...arch-1_rlw.txz
and here's the ChangeLog: https://slackpkg.org/beta/ChangeLog
High points are as follows (probably this would be considered "Release Notes"):
Code:
  - this leads to 2.84.0 ; notable changes include a backwards-incompatible
    fix for blacklisting entire package sets. I would have preferred to
    not do that (break back-compat), but this new syntax allows everything
    we previously allowed and then some.  Major changes are:
        - Use CHECKSUMS.md5.asc to determine ChangeLog newness
        - In doinst.sh, don't remove ChangeLog.txt upon upgrade/reinstall.
        - In doinst.sh, remove /var/lib/slackpkg/CHECKSUMS* when slackpkg
          itself is upgraded
        - Fix for /var/log/packages/ possibly being a symlink to elsewhere
        - Catch errors and return exit status 1 if they occur
        - Add support for listing .new files without PAGER
        - Add config option to allow *not* saving .orig configs
        - Mention possible stale mirror if CHECKSUMS.md5 gpg verify fails
        - Removed bjtu.edu.cn and switch.ch mirrors
        - Allow blacklisting of individual packages without collateral
          damage (e.g. glibc ---> glibc-*). This changes the prior behavior
          of the blacklist function; previously, adding "glibc" to the
          blacklist would cause glibc, glibc-profile, glibc-zoneinfo, et al
          to be ignored by slackpkg. The new behavior is that *only* the
          glibc package is ignored. If you want to blacklist all packages
          whose names begin with glibc, you would need to add "glibc.*" to
          the blacklist now.  Also note that any special characters, e.g. "+",
          will need to be escaped in the blacklist file.
        - Fix support for blacklisting entire package sets; blacklisted sets
          now need a trailing slash, e.g. kde/
 
Old 06-17-2019, 10:41 PM   #20
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
Hi. I do not understand if there are some diff with beta4 or if the beta5 just contain the cumulative changes (as a candidate for a stable release).
 
Old 06-18-2019, 02:59 AM   #21
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Original Poster
Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Good question. That's clearer in the https://slackpkg.org/beta/ChangeLog link -- the text I quoted in the post here is a summary of cumulative changes since 2.83.0.
 
1 members found this post helpful.
Old 08-05-2019, 11:28 AM   #22
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,377

Rep: Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757
Quote:
However, enhancement and fixing of existing functionality *is* desirable.
My suggestion for an enhancement is to add the date to the default cache path in slackpkg.conf.
Code:
TEMP=/var/cache/packages$(date +%Y%m%d)
The change would make no difference to anyone with the default of DELALL=on.
However, with DELALL=off, a directory with the date appended is created. This makes keeping a local archive easier. Also, the directory can be copied to one or more other machines, so that slackpkg can be run without needing to again download packages from the internet.
 
Old 08-05-2019, 05:44 PM   #23
ahlr
Member
 
Registered: Jun 2012
Distribution: Slackware-Current
Posts: 44

Rep: Reputation: Disabled
slackpkg check-updates error

Code:
root@Au-Au:/home/ahlr# slackpkg update

Updating the package lists...
        Downloading...
force to download ChangeLog
                ChangeLogs
'//mnt/sda3/Slackware/slackware64-current/ChangeLog.txt' -> '/tmp/slackpkg.l3lrWL/ChangeLog.txt'
                Saving ChangeLog.txt from repository slackpkgplus ...

                Saving ChangeLog.txt from repository alienbob ...

                Saving ChangeLog.txt from repository restricted ...

--2019-08-05 19:41:04--  http://slakfinder.org/slackpkg+/CHECKSUMS.md5
Resolving slakfinder.org (slakfinder.org)... 37.9.231.92
Connecting to slakfinder.org (slakfinder.org)|37.9.231.92|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2267 (2.2K) [text/plain]
Saving to: '/tmp/slackpkg.l3lrWL/CHECKSUMS.md5-slackpkgplus'

/tmp/slackpkg.l3lrWL/CHECKSUMS.md5-s 100%[====================================================================>]   2.21K  --.-KB/s    in 0s      

2019-08-05 19:41:05 (214 MB/s) - '/tmp/slackpkg.l3lrWL/CHECKSUMS.md5-slackpkgplus' saved [2267/2267]

--2019-08-05 19:41:05--  http://bear.alienbase.nl/mirrors/people/alien/sbrepos/current/x86_64/CHECKSUMS.md5
Resolving bear.alienbase.nl (bear.alienbase.nl)... 163.172.25.142
Connecting to bear.alienbase.nl (bear.alienbase.nl)|163.172.25.142|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 201638 (197K) [text/plain]
Saving to: '/tmp/slackpkg.l3lrWL/CHECKSUMS.md5-alienbob'

/tmp/slackpkg.l3lrWL/CHECKSUMS.md5-a 100%[====================================================================>] 196.91K   272KB/s    in 0.7s    

2019-08-05 19:41:06 (272 KB/s) - '/tmp/slackpkg.l3lrWL/CHECKSUMS.md5-alienbob' saved [201638/201638]

--2019-08-05 19:41:06--  http://bear.alienbase.nl/mirrors/people/alien/restricted_sbrepos/current/x86_64/CHECKSUMS.md5
Resolving bear.alienbase.nl (bear.alienbase.nl)... 163.172.25.142
Connecting to bear.alienbase.nl (bear.alienbase.nl)|163.172.25.142|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4146 (4.0K) [text/plain]
Saving to: '/tmp/slackpkg.l3lrWL/CHECKSUMS.md5-restricted'

/tmp/slackpkg.l3lrWL/CHECKSUMS.md5-r 100%[====================================================================>]   4.05K  --.-KB/s    in 0.004s  

2019-08-05 19:41:07 (1.05 MB/s) - '/tmp/slackpkg.l3lrWL/CHECKSUMS.md5-restricted' saved [4146/4146]

Files //var/lib/slackpkg/CHECKSUMS.md5.asc and /tmp/slackpkg.l3lrWL/CHECKSUMS.md5.asc differ
        Downloading...
                Done.

                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
'//mnt/sda3/Slackware/slackware64-current/patches/MANIFEST.bz2' -> '/tmp/slackpkg.l3lrWL/patches-MANIFEST.bz2'
'//mnt/sda3/Slackware/slackware64-current/slackware64/MANIFEST.bz2' -> '/tmp/slackpkg.l3lrWL/slackware64-MANIFEST.bz2'
'//mnt/sda3/Slackware/slackware64-current/extra/MANIFEST.bz2' -> '/tmp/slackpkg.l3lrWL/extra-MANIFEST.bz2'
'//mnt/sda3/Slackware/slackware64-current/testing/MANIFEST.bz2' -> '/tmp/slackpkg.l3lrWL/testing-MANIFEST.bz2'
--2019-08-05 19:41:09--  http://slakfinder.org/slackpkg+/MANIFEST.bz2
Resolving slakfinder.org (slakfinder.org)... 37.9.231.92
Connecting to slakfinder.org (slakfinder.org)|37.9.231.92|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 578 [application/x-bzip2]
Saving to: '/tmp/slackpkg.l3lrWL/SLACKPKGPLUS_slackpkgplus-MANIFEST.bz2'

/tmp/slackpkg.l3lrWL/SLACKPKGPLUS_sl 100%[====================================================================>]     578  --.-KB/s    in 0s      

2019-08-05 19:41:09 (51.1 MB/s) - '/tmp/slackpkg.l3lrWL/SLACKPKGPLUS_slackpkgplus-MANIFEST.bz2' saved [578/578]

--2019-08-05 19:41:09--  http://bear.alienbase.nl/mirrors/people/alien/sbrepos/current/x86_64/MANIFEST.bz2
Resolving bear.alienbase.nl (bear.alienbase.nl)... 163.172.25.142
Connecting to bear.alienbase.nl (bear.alienbase.nl)|163.172.25.142|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1564337 (1.5M) [application/x-bzip2]
Saving to: '/tmp/slackpkg.l3lrWL/SLACKPKGPLUS_alienbob-MANIFEST.bz2'

/tmp/slackpkg.l3lrWL/SLACKPKGPLUS_al 100%[====================================================================>]   1.49M   254KB/s    in 5.6s    

2019-08-05 19:41:15 (272 KB/s) - '/tmp/slackpkg.l3lrWL/SLACKPKGPLUS_alienbob-MANIFEST.bz2' saved [1564337/1564337]

--2019-08-05 19:41:15--  http://bear.alienbase.nl/mirrors/people/alien/restricted_sbrepos/current/x86_64/MANIFEST.bz2
Resolving bear.alienbase.nl (bear.alienbase.nl)... 163.172.25.142
Connecting to bear.alienbase.nl (bear.alienbase.nl)|163.172.25.142|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 31840 (31K) [application/x-bzip2]
Saving to: '/tmp/slackpkg.l3lrWL/SLACKPKGPLUS_restricted-MANIFEST.bz2'

/tmp/slackpkg.l3lrWL/SLACKPKGPLUS_re 100%[====================================================================>]  31.09K  76.5KB/s    in 0.4s    

2019-08-05 19:41:16 (76.5 KB/s) - '/tmp/slackpkg.l3lrWL/SLACKPKGPLUS_restricted-MANIFEST.bz2' saved [31840/31840]

                Checksums
'//mnt/sda3/Slackware/slackware64-current/CHECKSUMS.md5' -> '/tmp/slackpkg.l3lrWL/CHECKSUMS.md5'
'//mnt/sda3/Slackware/slackware64-current/CHECKSUMS.md5.asc' -> '/tmp/slackpkg.l3lrWL/CHECKSUMS.md5.asc'
--2019-08-05 19:41:16--  http://slakfinder.org/slackpkg+/CHECKSUMS.md5.asc
Resolving slakfinder.org (slakfinder.org)... 37.9.231.92
Connecting to slakfinder.org (slakfinder.org)|37.9.231.92|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 455 [text/plain]
Saving to: '/tmp/slackpkg.l3lrWL/CHECKSUMS.md5-slackpkgplus.asc'

/tmp/slackpkg.l3lrWL/CHECKSUMS.md5-s 100%[====================================================================>]     455  --.-KB/s    in 0s      

2019-08-05 19:41:17 (36.1 MB/s) - '/tmp/slackpkg.l3lrWL/CHECKSUMS.md5-slackpkgplus.asc' saved [455/455]

--2019-08-05 19:41:17--  http://bear.alienbase.nl/mirrors/people/alien/sbrepos/current/x86_64/CHECKSUMS.md5.asc
Resolving bear.alienbase.nl (bear.alienbase.nl)... 163.172.25.142
Connecting to bear.alienbase.nl (bear.alienbase.nl)|163.172.25.142|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 163 [text/plain]
Saving to: '/tmp/slackpkg.l3lrWL/CHECKSUMS.md5-alienbob.asc'

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

2019-08-05 19:41:17 (17.9 MB/s) - '/tmp/slackpkg.l3lrWL/CHECKSUMS.md5-alienbob.asc' saved [163/163]

--2019-08-05 19:41:17--  http://bear.alienbase.nl/mirrors/people/alien/restricted_sbrepos/current/x86_64/CHECKSUMS.md5.asc
Resolving bear.alienbase.nl (bear.alienbase.nl)... 163.172.25.142
Connecting to bear.alienbase.nl (bear.alienbase.nl)|163.172.25.142|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 163 [text/plain]
Saving to: '/tmp/slackpkg.l3lrWL/CHECKSUMS.md5-restricted.asc'

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

2019-08-05 19:41:18 (19.3 MB/s) - '/tmp/slackpkg.l3lrWL/CHECKSUMS.md5-restricted.asc' saved [163/163]

                Package List
'//mnt/sda3/Slackware/slackware64-current/FILELIST.TXT' -> '/tmp/slackpkg.l3lrWL/FILELIST.TXT'
                Package descriptions
'//mnt/sda3/Slackware/slackware64-current/patches/PACKAGES.TXT' -> '/tmp/slackpkg.l3lrWL/patches-PACKAGES.TXT'
'//mnt/sda3/Slackware/slackware64-current/slackware64/PACKAGES.TXT' -> '/tmp/slackpkg.l3lrWL/slackware64-PACKAGES.TXT'
'//mnt/sda3/Slackware/slackware64-current/extra/PACKAGES.TXT' -> '/tmp/slackpkg.l3lrWL/extra-PACKAGES.TXT'
'//mnt/sda3/Slackware/slackware64-current/testing/PACKAGES.TXT' -> '/tmp/slackpkg.l3lrWL/testing-PACKAGES.TXT'
--2019-08-05 19:41:18--  http://slakfinder.org/slackpkg+/PACKAGES.TXT
Resolving slakfinder.org (slakfinder.org)... 37.9.231.92
Connecting to slakfinder.org (slakfinder.org)|37.9.231.92|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 625 [text/plain]
Saving to: '/tmp/slackpkg.l3lrWL/SLACKPKGPLUS_slackpkgplus-PACKAGES.TXT'

/tmp/slackpkg.l3lrWL/SLACKPKGPLUS_sl 100%[====================================================================>]     625  --.-KB/s    in 0s      

2019-08-05 19:41:19 (60.4 MB/s) - '/tmp/slackpkg.l3lrWL/SLACKPKGPLUS_slackpkgplus-PACKAGES.TXT' saved [625/625]

--2019-08-05 19:41:19--  http://bear.alienbase.nl/mirrors/people/alien/sbrepos/current/x86_64/PACKAGES.TXT
Resolving bear.alienbase.nl (bear.alienbase.nl)... 163.172.25.142
Connecting to bear.alienbase.nl (bear.alienbase.nl)|163.172.25.142|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 252774 (247K) [text/plain]
Saving to: '/tmp/slackpkg.l3lrWL/SLACKPKGPLUS_alienbob-PACKAGES.TXT'

/tmp/slackpkg.l3lrWL/SLACKPKGPLUS_al 100%[====================================================================>] 246.85K   275KB/s    in 0.9s    

2019-08-05 19:41:20 (275 KB/s) - '/tmp/slackpkg.l3lrWL/SLACKPKGPLUS_alienbob-PACKAGES.TXT' saved [252774/252774]

--2019-08-05 19:41:20--  http://bear.alienbase.nl/mirrors/people/alien/restricted_sbrepos/current/x86_64/PACKAGES.TXT
Resolving bear.alienbase.nl (bear.alienbase.nl)... 163.172.25.142
Connecting to bear.alienbase.nl (bear.alienbase.nl)|163.172.25.142|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4399 (4.3K) [text/plain]
Saving to: '/tmp/slackpkg.l3lrWL/SLACKPKGPLUS_restricted-PACKAGES.TXT'

/tmp/slackpkg.l3lrWL/SLACKPKGPLUS_re 100%[====================================================================>]   4.30K  --.-KB/s    in 0s      

2019-08-05 19:41:20 (330 MB/s) - '/tmp/slackpkg.l3lrWL/SLACKPKGPLUS_restricted-PACKAGES.TXT' saved [4399/4399]

        Formatting lists to slackpkg style...
                Package List: using CHECKSUMS.md5 as source
                Package descriptions

root@Au-Au:/home/ahlr# slackpkg check-updates

Searching for updates... No news is good news


==============================================================================
  WARNING! One or more errors occurred while slackpkg was running
------------------------------------------------------------------------------
Repository 'slackpkgplus' FAILS the CHECKSUMS.md5 signature check.
Try to run 'slackpkg update gpg'

Repository 'alienbob' FAILS the CHECKSUMS.md5 signature check.
Try to run 'slackpkg update gpg'

Repository 'restricted' FAILS the CHECKSUMS.md5 signature check.
Try to run 'slackpkg update gpg'


root@Au-Au:/home/ahlr#
 
Old 08-05-2019, 06:35 PM   #24
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
You're using slackpkg+
This thread is for slackpkg beta.
Post your questions here:
http://www.linuxquestions.org/questi...ry-4175427364/

However try to run slackpkg update gpg
 
1 members found this post helpful.
Old 08-06-2019, 07:19 AM   #25
ahlr
Member
 
Registered: Jun 2012
Distribution: Slackware-Current
Posts: 44

Rep: Reputation: Disabled
Hello zerouno!

I had used slackpkg+ before and everything worked fine except slackpkg check-updates.
Interestingly, the error is in the repositories of AlienBob and slackpkgplus itself, even after slackpkg update gpg.
 
Old 08-06-2019, 07:26 AM   #26
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
Ok I will check as soon but continue discussion in the appropriate topic
 
Old 08-06-2019, 07:31 AM   #27
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
This should solve:

https://www.linuxquestions.org/quest...ml#post5920676
 
Old 08-06-2019, 04:06 PM   #28
ahlr
Member
 
Registered: Jun 2012
Distribution: Slackware-Current
Posts: 44

Rep: Reputation: Disabled
Quote:
Originally Posted by zerouno View Post



SOLVED
 
Old 08-06-2019, 10:21 PM   #29
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Original Poster
Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by allend View Post
My suggestion for an enhancement is to add the date to the default cache path in slackpkg.conf.
Code:
TEMP=/var/cache/packages$(date +%Y%m%d)
The change would make no difference to anyone with the default of DELALL=on.
However, with DELALL=off, a directory with the date appended is created. This makes keeping a local archive easier. Also, the directory can be copied to one or more other machines, so that slackpkg can be run without needing to again download packages from the internet.
As much as I can relate to the desire for a local archive, I don't like the idea of putting the date in there. I *might* be inclined to make a $date_like subdirectory in /var/cache/packages/ and store stuff there, but for the most part I think the "local archive" problem is better served elsewhere, i.e. rsync to a local directory and point slackpkg there.
 
1 members found this post helpful.
Old 08-07-2019, 09:42 AM   #30
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,377

Rep: Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757
Works for me, but I am not the rest of the ecosphere.
Thanks for replying.
As always, my humble respects for all the great work that you do.
 
  


Reply

Tags
slackpkg, testing



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
having trouble after upgrading 14.1 slackware using slackpkg and slackpkg+ [solved] slackartist Slackware 1 12-28-2015 07:28 AM
[SOLVED] Slackpkg, Slackpkg Plus, Slackware 14.1 x86_64 install.log delay or slow to write bamunds Slackware 7 04-22-2014 11:12 AM
Failed connect monit-5.5-1 to M/monit 3.0_beta1 shams2222 Linux - Server 2 06-16-2013 01:06 PM
[SOLVED] typos in latest /etc/slackpkg/mirrors(.new) [slackpkg-2.82.0-noarch-8.tgz] wailingwailer Slackware 4 09-22-2012 04:04 AM
Slackpkg: missing something in /usr/libexec/slackpkg/functions.d/dialog-functions.sh michelino Slackware 4 03-20-2007 12:22 PM

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

All times are GMT -5. The time now is 11:55 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