Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
02-19-2020, 08:51 AM
|
#61
|
Senior Member
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 3,310
|
Quote:
Originally Posted by phenixia2003
Which version of slackpkg+ ?
|
slackpkg+-1.7.0-noarch-10mt.txz
Quote:
Originally Posted by zerouno
slackpkg+ 1.7.0 ignore the blacklist due a bug (introduced 4 years ago), not as a feature.
In effect was a bug, not a feature
If you want to skip blacklist use USEBL=0
|
Rats! The dreaded feature that is a bug thing. Hate when that happens. 
Been using that bug of a feature since "Thu Jan 3 12:32:53 CET 2019" or thereabouts.
I've gotten quite used to that bug, it is going to be hard to reprogram my fingers.
Oh well. Moving on... Were there is a will there is a way. Alias!
Still say slackpkg+ is the greatest thing since sliced bread!
Maraming salamat po!
|
|
|
02-19-2020, 09:51 AM
|
#62
|
Senior Member
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 3,310
|
A 'greylist' question.
Quote:
# Also you may want to greylist ALL slackpkgplus repository;
# useful if you want to run slackpkg install alienbob and select
# only the wanted package (instead de-select all unwanted):
#SLACKPKGPLUS_.*
|
I have already figure out 'SLACKPKGPLUS_.alienbob' does not work.
Both of these do:
'alienbob'
'SLACKPKGPLUS_alienbob'
Which is the correct way to greylist only one repository?
Reason: alienbob has a boat load (Preparing list [203/344]) of packages, when using 'slackpkg install'.
|
|
|
02-19-2020, 10:42 AM
|
#63
|
Member
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983
Original Poster
|
Both should work but SLACKPKGPLUS_alienbob should be most secure.
However I will do some changes (I don't know what or when) in greylist since slackpkg 2.84 did some changes in blacklist.
|
|
1 members found this post helpful.
|
02-20-2020, 05:04 AM
|
#64
|
Senior Member
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 3,310
|
Quote:
Originally Posted by zerouno
Both should work but SLACKPKGPLUS_alienbob should be most secure.
|
Thanks, SLACKPKGPLUS_repository it is.
|
|
|
02-23-2020, 05:42 PM
|
#65
|
Member
Registered: Aug 2012
Distribution: Slackware64 15.0 (started with 13.37). Testing -current in a spare partition.
Posts: 961
|
I'm running slackpkg+-1.7.0d1-noarch-7mt. I tested it only with the normal
routine 'slackpkg install-new|upgrade-all|clean-system'.
It is working ok, I didn't get any error messages or problem when installing,
upgrading or removing.
The new progress indicator is very nice. The spinning bar is nice too and
traditional, but the percentage indicator gives a better information about
what is happening, also the packages counter.
These are nice additions  thanks (and terse output too).
There is a problem with the percentage indicator when running
'slackpkg install-new', I think it is showing the packages number instead.
It is in the attached image.
Another thing, this is just cosmetic, could be nice to hide the cursor while
showing percentage indicator, maybe with 'tput civis' and put it back with
'tput cnorm'.
|
|
1 members found this post helpful.
|
02-23-2020, 06:04 PM
|
#66
|
Member
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983
Original Poster
|
Thankyou for testing.
install-new (as install, upgrade, remove) in slackpkg+ can't know how many packages to analize.
Terse output was added to pkgtools  ; it is not a slackpkg+ feature (I just added the option to slackpkg+ configuration file)
Code:
# export TERSE=0
# SLACKPKGPLUS=off slackpkg upgrade-all
and you will have the terse output.
tput is a reason for which I dislike the spinning. tput can create some inconsistence in terminal output in some circumstance. To make slackpkg+ working with spinning correctly I had to write some porkaround  .
|
|
|
02-24-2020, 01:39 AM
|
#67
|
Senior Member
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 3,310
|
Quote:
Originally Posted by zerouno
tput is a reason for which I dislike the spinning. tput can create some inconsistence in terminal output in some circumstance. To make slackpkg+ working with spinning correctly I had to write some porkaround  .
|
slackpkg - version 2.84.0_beta6 / slackpkg+ 1.7.0d1
Hehe, I miss that spinner thingy, really I do....
Can you give us an option to bring it back?
Nah, just kidding. On the bringing it back part. Improvise, Adapt, Overcome
Thanks for the great job on this.
Testing it on two of my machines, all working well.
|
|
|
02-24-2020, 06:11 PM
|
#68
|
Member
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983
Original Poster
|
Quote:
Originally Posted by Paulo2
There is a problem with the percentage indicator when running
'slackpkg install-new', I think it is showing the packages number instead.
|
download latest and retry
Code:
wget -O /usr/libexec/slackpkg/functions.d/slackpkgplus.sh https://raw.githubusercontent.com/zuno/slackpkgplus/master/src/slackpkgplus.sh
|
|
1 members found this post helpful.
|
02-24-2020, 06:28 PM
|
#69
|
Member
Registered: Aug 2012
Distribution: Slackware64 15.0 (started with 13.37). Testing -current in a spare partition.
Posts: 961
|
Quote:
Originally Posted by zerouno
download latest and retry
Code:
wget -O /usr/libexec/slackpkg/functions.d/slackpkgplus.sh https://raw.githubusercontent.com/zuno/slackpkgplus/master/src/slackpkgplus.sh
|
Yes, that fixed it  'install-new' now has a percentage indicator.
But it goes up to 55% not 100%, is this right? Maybe because there isn't
any new 'Added' package to make the list to install.
|
|
|
02-24-2020, 06:33 PM
|
#70
|
Member
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983
Original Poster
|
No. The counter should start before the packages database check.
My tests reach 100%
Tomorrow I will tell you some test to do.
bash -x slackpkg install-new 2>slackpkg.txt
may help the analysis.
|
|
|
02-25-2020, 03:56 AM
|
#71
|
Senior Member
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,497
|
@zerouno,
I thank You so much for slackpkgplus and all the effort it saves us the regular uses!
Big kudos to all that help and keep up the good work 
|
|
|
02-25-2020, 04:23 AM
|
#72
|
Member
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983
Original Poster
|
Quote:
Originally Posted by Paulo2
But it goes up to 55% not 100%, is this right?
|
redownload and retry now.
|
|
|
02-25-2020, 07:27 AM
|
#73
|
Senior Member
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 3,310
|
Quote:
Originally Posted by Paulo2
Yes, that fixed it  'install-new' now has a percentage indicator.
But it goes up to 55% not 100%, is this right? Maybe because there isn't
any new 'Added' package to make the list to install.
|
I've been following along with this, saw the same. Downloaded the updated versions of slackpkgplus.sh. Tested with no "Added." packages and with "Added." packages, it now goes to 100%.

|
|
|
02-25-2020, 05:39 PM
|
#74
|
Member
Registered: Aug 2012
Distribution: Slackware64 15.0 (started with 13.37). Testing -current in a spare partition.
Posts: 961
|
Quote:
Originally Posted by zerouno
redownload and retry now.
|
It's working  I'm running the rworkman's slackpkg beta
and slackpkg+ dev is working ok.
edit- I didn't run with packages for upgrade, remove or install,
but I think it will work ok with new changes in the ChangeLog.
Last edited by Paulo2; 02-25-2020 at 05:44 PM.
|
|
|
02-25-2020, 05:41 PM
|
#75
|
Member
Registered: Jul 2018
Location: Nagoya Japan
Distribution: Slackware
Posts: 558
|
A little confused... Is there an official new release of slackpkg+ out or is it still being tested?
Sorry for being such a newb
|
|
|
All times are GMT -5. The time now is 10:46 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|