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 06-28-2018, 09:35 PM   #1
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Slackpkg


Ok here we go a wonderful blob of scripts that will break a distro upgrade to the usres that just want it to work.
upgrade slackpkg and you need to do a slackpkg update HOW manY times.

Script is nice enough to not! remove mirrors and blacklist.
but to ask for another update wow looking at this come on it is already done and now people run in circles.

wonderful tool that will break a distro upgrade. simple as slackpkg update slackpkg install-new slackpkg upgrade all.
took what 7 years or more before Pat let it in.
So bro fix the issue you do not need to update it the script does not need to delete the update. it is a script not a data base. The mirror is the same. fix your blob.

Slackpkg updates to another version should not cause this break down.
Oh!!! when installing my package I deleted something ??? mmmmm.
a slacker beginner knows a little but do not stress them fix what your package deletes. Big jump to 15.0 think simple.
or we just are left with
~~~
#!/bin/sh
for dir in a ap d e f k kde l n t tcl x xap xfce y ; do
( cd $dir ; upgradepkg --install-new *.t?z )
done
~~~
insatll
echo slackpkg version update.

echo slackpkg version update must run slackpkg update "again"
sleep 5
this is old news watching to see how you handle this for a while.

Last edited by Drakeo; 06-28-2018 at 09:41 PM.
 
Old 06-28-2018, 09:37 PM   #2
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,504

Rep: Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461
If you don't like it, don't use it.
 
10 members found this post helpful.
Old 06-28-2018, 09:46 PM   #3
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716

Original Poster
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Quote:
Originally Posted by volkerdi View Post
If you don't like it, don't use it.
Thank you
 
Old 06-28-2018, 09:48 PM   #4
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
If you do use it, use it like this.
 
1 members found this post helpful.
Old 06-28-2018, 09:54 PM   #5
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,504

Rep: Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461
Quote:
Originally Posted by Drakeo View Post
Thank you
You're welcome. I'm always willing to fix bugs, but could not parse any sensible bug reports in your rant.
 
3 members found this post helpful.
Old 06-28-2018, 10:53 PM   #6
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
There's also slackroll.
 
Old 06-28-2018, 11:28 PM   #7
linuxtinker
Member
 
Registered: Dec 2013
Location: NJ / USA
Distribution: Slackware 64 -Current
Posts: 232

Rep: Reputation: 99
Are you using slackware-current ?
 
Old 06-29-2018, 08:43 AM   #8
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,969

Rep: Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548
slackpkg is smart enough these days to simply run as (root):

You should always check the log first.

Normally only needed with first time.
# slackpkg update gpg

Sync with the mirror.
# slackpkg update

Install new 'Added' Slackware packages. Rare with stable versions.
# slackpkg install-new.

Upgrade everything (Slackware packages only) that is installed. The tools used for slackpkg are upgraded first. If slackpkg is upgraded, it will be first and slackpkg will exit with instructions to run again.
# slackpkg upgrade-all

Clean out removed Slackware packages and those 'non-slack' packages not in blacklist.
# slackpkg clean-system
 
Old 06-29-2018, 09:20 AM   #9
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
The first time that I run slackpkg on a new installation I issue the following command: slackpkg update gpg

Then:

slackpkg update
slackpkg install-new
slackpkg upgrade-all
 
Old 06-29-2018, 10:43 AM   #10
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,220

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
@Drakeo, you'd probably get more useful help (if you're looking for that?) without the stream-of-consciousness style posting.
 
Old 06-29-2018, 12:28 PM   #11
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
Quote:
Originally Posted by Drakeo View Post
this is old news watching to see how you handle this for a while.
You really need to stop this. If you want anyone to still treat you as a serious person, you need to start giving us:
  1. Actual commandlines you executed
  2. The (error) results
  3. What did you modify in slackpkg.conf, mirrors and blacklist files?
  4. Are you using the slackpkg+ extension
  5. And what again was the OS? slackware-current?
  6. ET CETERA!
Then we can talk. Until that time, boo hoo.
 
3 members found this post helpful.
Old 06-29-2018, 05:52 PM   #12
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716

Original Poster
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
good Job Pat solved
 
  


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-2.83.0-noarch-3 broke slackpkg+, sorry zerouno Slackware 20 06-16-2018 08:24 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:46 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