LinuxQuestions.org
Visit Jeremy's Blog.
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 02-19-2020, 07:51 AM   #61
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,976

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553

Quote:
Originally Posted by phenixia2003 View Post
Which version of slackpkg+ ?
slackpkg+-1.7.0-noarch-10mt.txz

Quote:
Originally Posted by zerouno View Post
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!
 
Old 02-19-2020, 08:51 AM   #62
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,976

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
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'.
 
Old 02-19-2020, 09:42 AM   #63
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Original Poster
Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
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.
Old 02-20-2020, 04:04 AM   #64
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,976

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
Quote:
Originally Posted by zerouno View Post
Both should work but SLACKPKGPLUS_alienbob should be most secure.
Thanks, SLACKPKGPLUS_repository it is.
 
Old 02-23-2020, 04:42 PM   #65
Paulo2
Member
 
Registered: Aug 2012
Distribution: Slackware64 15.0 (started with 13.37). Testing -current in a spare partition.
Posts: 931

Rep: Reputation: 519Reputation: 519Reputation: 519Reputation: 519Reputation: 519Reputation: 519
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'.
Attached Thumbnails
Click image for larger version

Name:	imagem1.jpg
Views:	36
Size:	20.8 KB
ID:	32628  
 
1 members found this post helpful.
Old 02-23-2020, 05:04 PM   #66
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Original Poster
Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
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 .
 
Old 02-24-2020, 12:39 AM   #67
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,976

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
Quote:
Originally Posted by zerouno View Post
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.
 
Old 02-24-2020, 05:11 PM   #68
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Original Poster
Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
Quote:
Originally Posted by Paulo2 View Post
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.
Old 02-24-2020, 05:28 PM   #69
Paulo2
Member
 
Registered: Aug 2012
Distribution: Slackware64 15.0 (started with 13.37). Testing -current in a spare partition.
Posts: 931

Rep: Reputation: 519Reputation: 519Reputation: 519Reputation: 519Reputation: 519Reputation: 519
Quote:
Originally Posted by zerouno View Post
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.
 
Old 02-24-2020, 05:33 PM   #70
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Original Poster
Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
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.
 
Old 02-25-2020, 02:56 AM   #71
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,477
Blog Entries: 2

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
@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
 
Old 02-25-2020, 03:23 AM   #72
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Original Poster
Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
Quote:
Originally Posted by Paulo2 View Post
But it goes up to 55% not 100%, is this right?
redownload and retry now.
 
Old 02-25-2020, 06:27 AM   #73
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,976

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
Quote:
Originally Posted by Paulo2 View Post
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%.

 
Old 02-25-2020, 04:39 PM   #74
Paulo2
Member
 
Registered: Aug 2012
Distribution: Slackware64 15.0 (started with 13.37). Testing -current in a spare partition.
Posts: 931

Rep: Reputation: 519Reputation: 519Reputation: 519Reputation: 519Reputation: 519Reputation: 519
Quote:
Originally Posted by zerouno View Post
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 04:44 PM.
 
Old 02-25-2020, 04:41 PM   #75
tramtrist
Member
 
Registered: Jul 2018
Location: Cincinnati USA
Distribution: Slackware
Posts: 542

Rep: Reputation: 328Reputation: 328Reputation: 328Reputation: 328
A little confused... Is there an official new release of slackpkg+ out or is it still being tested?
Sorry for being such a newb
 
  


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] [ENCHANCEMENT] slackpkg+: do not show the notices "pkglist is older than 24h..." and "remember to re-run 'slackpkg update''..."... yars Slackware 1 01-09-2016 09:56 AM
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
[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 06:06 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