LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 07-25-2015, 07:10 PM   #106
dslackw
Member
 
Registered: Aug 2014
Location: Orestiada, GR
Distribution: Slackware 15.0 x86_64 -stable
Posts: 158

Original Poster
Rep: Reputation: 44

Slpkg v2.6.6 just released and bring new features.
Homepage: https://github.com/dslackw/slpkg

In option tracking package dependencies we can drawing image map
like this:
pygraphviz required.

https://raw.githubusercontent.com/ds...lpkg/deps2.png
 
Old 08-02-2015, 07:53 PM   #107
r1w1s1
Member
 
Registered: Mar 2004
Location: São Paulo - Brazil
Distribution: Slackware
Posts: 65
Blog Entries: 1

Rep: Reputation: 39
nice project!
 
Old 08-02-2015, 09:26 PM   #108
dslackw
Member
 
Registered: Aug 2014
Location: Orestiada, GR
Distribution: Slackware 15.0 x86_64 -stable
Posts: 158

Original Poster
Rep: Reputation: 44
Quote:
Originally Posted by ricardson View Post
nice project!
Thank you
 
Old 11-16-2015, 11:31 PM   #109
dslackw
Member
 
Registered: Aug 2014
Location: Orestiada, GR
Distribution: Slackware 15.0 x86_64 -stable
Posts: 158

Original Poster
Rep: Reputation: 44
slpkg upgrade 442 packages and install 11, with successfully (include kernel) in -current release.

http://pastebin.com/p2ufxUgC
 
Old 11-17-2015, 09:40 AM   #110
travis82
Member
 
Registered: Feb 2014
Distribution: Bedrock
Posts: 437

Rep: Reputation: 231Reputation: 231Reputation: 231
Hi Dimitris

I have 2 question about package upgrade by slpkg

1. How to exclude slpkg from reinstalling updated dependencies?

2. How to treat slpkg so that it upgrade packages only from same repositories. I found out that some repos (mainly slackonly) tries to upgrade packages installed from other repos.

Thanks again for your great project

Last edited by travis82; 11-18-2015 at 12:59 AM.
 
Old 11-23-2015, 08:49 PM   #111
dslackw
Member
 
Registered: Aug 2014
Location: Orestiada, GR
Distribution: Slackware 15.0 x86_64 -stable
Posts: 158

Original Poster
Rep: Reputation: 44
Quote:
Originally Posted by travis82 View Post
Hi Dimitris

I have 2 question about package upgrade by slpkg

1. How to exclude slpkg from reinstalling updated dependencies?

2. How to treat slpkg so that it upgrade packages only from same repositories. I found out that some repos (mainly slackonly) tries to upgrade packages installed from other repos.

Thanks again for your great project
Hi travis82,

Replies:

1. This applies only to binary repositories. At present there is no choice.

2. Depository slackonly and sbo have the same packages. Slpkg check the packages installed by their name.
 
Old 12-30-2015, 03:56 AM   #112
dslackw
Member
 
Registered: Aug 2014
Location: Orestiada, GR
Distribution: Slackware 15.0 x86_64 -stable
Posts: 158

Original Poster
Rep: Reputation: 44
Hi travis82,
slpkg v3.0.4 released and solve your question 1

Thanks
 
1 members found this post helpful.
Old 12-30-2015, 10:58 AM   #113
travis82
Member
 
Registered: Feb 2014
Distribution: Bedrock
Posts: 437

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by dslackw View Post
Hi travis82,
slpkg v3.0.4 released and solve your question 1

Thanks
That's a nice improvement, thank you very much.
 
Old 12-30-2015, 11:39 AM   #114
travis82
Member
 
Registered: Feb 2014
Distribution: Bedrock
Posts: 437

Rep: Reputation: 231Reputation: 231Reputation: 231
Edit: sorry, the post was duplicated.

Last edited by travis82; 12-30-2015 at 11:40 AM.
 
Old 01-15-2016, 07:26 PM   #115
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Rep: Reputation: 47
I have just started using slpkg. I looks very good and user-friendly. I am trying to install a program named xoscope, but getting following error:

Quote:
root[cardio]# slpkg -F xoscope

Packages with name matching [ xoscope ]

+==============================================================================
| Repository Package Size
+==============================================================================
slonly xoscope-2.1-i486-1_slack.txz 164 K

Found summary
===============================================================================
Total found 1 packages in 1 repositories.

root[abcde]#
root[abcde]#
root[abcde]# slpkg -f xoscope

Packages with matching name [ xoscope ]

No such package xoscope: Can't find

root[abcde]#
root[abcde]# slpkg -i xoscope
Cannot install xoscope: file not found
root[abcde]#
Why slpkg is not installing this program?
 
Old 01-15-2016, 09:09 PM   #116
dslackw
Member
 
Registered: Aug 2014
Location: Orestiada, GR
Distribution: Slackware 15.0 x86_64 -stable
Posts: 158

Original Poster
Rep: Reputation: 44
Quote:
Originally Posted by rng View Post
I have just started using slpkg. I looks very good and user-friendly. I am trying to install a program named xoscope, but getting following error:


Why slpkg is not installing this program?

run
Code:
slpkg upgrade
or
Code:
slpkg update
and try again.

works on me.
 
Old 01-16-2016, 08:17 AM   #117
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Rep: Reputation: 47
Thanks. It did not work after 'slpkg update' but worked after 'slpkg upgrade' and with command 'slpkg -s slonly xoscope'

I want to clarify one more thing. Let us say I have 2 packages p1 and p2 installed, both of which depend on a dependency package d1. Then if I run following command:

Quote:
slpkg -r p1 --deps
will dependency package d1 be removed from the system (along with p1)? Because d1 is still needed by p2 and removing it will lead to a failure to package p2 to run.

Last edited by rng; 01-16-2016 at 08:22 AM.
 
Old 01-16-2016, 10:01 AM   #118
dslackw
Member
 
Registered: Aug 2014
Location: Orestiada, GR
Distribution: Slackware 15.0 x86_64 -stable
Posts: 158

Original Poster
Rep: Reputation: 44
Quote:
Originally Posted by rng View Post
Thanks. It did not work after 'slpkg update' but worked after 'slpkg upgrade' and with command 'slpkg -s slonly xoscope'

I want to clarify one more thing. Let us say I have 2 packages p1 and p2 installed, both of which depend on a dependency package d1. Then if I run following command:



will dependency package d1 be removed from the system (along with p1)? Because d1 is still needed by p2 and removing it will lead to a failure to package p2 to run.

You can control the dependencies with the command (provided they have been installed with slpkg):
Code:
slpkg deps-status
if you are not sure about the dependencies of the package that will remove, add the options "--check-deps" or "--checklist" to help you:

Code:
slpkg -r p1 --deps --check-deps
or

Code:
slpkg -r p1 --deps --checklist

Last edited by dslackw; 01-16-2016 at 10:02 AM.
 
Old 01-16-2016, 11:07 AM   #119
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Rep: Reputation: 47
Thanks and congratulations on building such good package manager. When can we expect a GUI version of slpkg?

Last edited by rng; 01-16-2016 at 10:49 PM.
 
Old 01-16-2016, 11:13 PM   #120
dslackw
Member
 
Registered: Aug 2014
Location: Orestiada, GR
Distribution: Slackware 15.0 x86_64 -stable
Posts: 158

Original Poster
Rep: Reputation: 44
Thank you,

I'm not a fan of GUI
 
  


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
Install Advanced Packaging Tool on a linux from scratch machine ledzepp4eva Linux - Newbie 7 12-16-2011 09:13 AM
Upgrading Slackware (packaging questions) jrdioko Slackware 5 08-17-2005 07:23 PM
Slackware packaging wombat53 Slackware - Installation 16 07-08-2005 11:44 AM
Packaging manager for Slackware 9.1 ??? Fernando534 Linux - Newbie 4 05-07-2004 02:26 PM

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

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