LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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
 
LinkBack Search this Thread
Old 07-30-2008, 07:24 PM   #1
annihilan
Member
 
Registered: Jul 2008
Posts: 57

Rep: Reputation: 15
Slapt-get, and Slackware pkg management?


I am curious what the package manager is in Slackware, is it KPackage?
If so, how do I add repositories to it so I can see packages I don't have installed?

Slapt-get, I cannot figure out how to install. None of it makes sense. Can someone help me? I'm new and trying to figure things out.
 
Old 07-30-2008, 07:55 PM   #2
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 1,376

Rep: Reputation: 128Reputation: 128
It's pkgtools
you can list the installed packages by doing
Code:
ls /var/log/packages
or go to pkgtools > view

use of repositories are included in third party package management like slapt-get, not in the official package manager that comes in Slackware
 
Old 07-30-2008, 08:11 PM   #3
andrew.46
Member
 
Registered: Oct 2007
Distribution: Slackware
Posts: 480

Rep: Reputation: 63
Hi,

Interesting:

Quote:
Originally Posted by willysr View Post
you can list the installed packages by doing
Code:
ls /var/log/packages
So this means on a fully functioning Slackware 12.0 xfce installation with some extra packages installed I have:

Code:
andrew@ilium~$  ls /var/log/packages | wc -l
798
just under 800 packages installed. How does that compare to others here?

To the OP I can echo the thoughts of willysr and perhaps advise that at least for the 'settling in' period with Slackware to forget the idea of a repository feeding you updates and packages and concentrate at least for the time being on pkgtool, removepkg, installpkg and upgradepkg. Oops (delving into the man pages) and also explodepkg.

Andrew

Last edited by andrew.46; 07-30-2008 at 08:15 PM. Reason: syntax
 
Old 07-30-2008, 10:12 PM   #4
annihilan
Member
 
Registered: Jul 2008
Posts: 57

Original Poster
Rep: Reputation: 15
Question, how do I open pkgtools? Does it have a GUI?
 
Old 07-30-2008, 10:27 PM   #5
hitest
Senior Member
 
Registered: Mar 2004
Location: Prince Rupert, B.C., Canada
Distribution: Slackware
Posts: 3,308

Rep: Reputation: 270Reputation: 270Reputation: 270
Smile

Quote:
Originally Posted by annihilan View Post
Question, how do I open pkgtools? Does it have a GUI?
At a root shell prompt type:

# pkgtool

http://i34.photobucket.com/albums/d1...st/pkgtool.jpg
 
Old 07-30-2008, 11:44 PM   #6
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 1,376

Rep: Reputation: 128Reputation: 128
mine is 833 (laptop)
Code:
willy@laptop:~$ ls /var/log/packages/ | wc -l
838
 
Old 07-30-2008, 11:55 PM   #7
Cuetzpallin
Member
 
Registered: Feb 2008
Location: Monterrey, MX
Distribution: Slackware since 3.4 and love it!!!
Posts: 162

Rep: Reputation: 31
Quote:
Originally Posted by annihilan View Post
Question, how do I open pkgtools? Does it have a GUI?
just run as root on a CLI
$ pkgtool

you could try slackpkg to keep your system updated

Quote:
Originally Posted by willysr View Post
mine is 833 (laptop)
Code:
willy@laptop:~$ ls /var/log/packages/ | wc -l
838
This is mine on a Desktop:
Code:
bash-3.1$ ls /var/log/packages | wc -l
976
 
Old 07-31-2008, 12:09 AM   #8
AceofSpades19
Danshell Admin
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: good ol' Slackware
Posts: 2,057

Rep: Reputation: 52
Mine:
Code:
bash-3.1$ ls /var/log/packages/ | wc -l
929
bash-3.1$
 
Old 07-31-2008, 03:16 AM   #9
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Laptop: Slackware 13.37 // Desktop: Slackware64 13.37 // Netbook: Slackware 13.37
Posts: 5,478
Blog Entries: 48

Rep: Reputation: 641Reputation: 641Reputation: 641Reputation: 641Reputation: 641Reputation: 641
Here's mine:

Code:
brian@BrisSGL:~$ ls /var/log/packages | wc -l
847
It's a desktop, recent reinstall.

Last edited by brianL; 07-31-2008 at 03:18 AM.
 
Old 07-31-2008, 08:22 AM   #10
hitest
Senior Member
 
Registered: Mar 2004
Location: Prince Rupert, B.C., Canada
Distribution: Slackware
Posts: 3,308

Rep: Reputation: 270Reputation: 270Reputation: 270
Smile

Code:
hitest@slackbox:~$ ls /var/log/packages/ | wc -l
832
Here's mine on my main desktop, recent re-install:-)
 
Old 08-03-2008, 07:15 PM   #11
dangold
LQ Newbie
 
Registered: Mar 2006
Posts: 17

Rep: Reputation: 0
few months in desktop use nothing special

goldan@buh:~/download/alli$ ls /var/log/packages | wc -l
713
 
Old 08-03-2008, 09:59 PM   #12
Romanus81
Member
 
Registered: Feb 2008
Posts: 201

Rep: Reputation: 31
su -c pkgtool

This is a lot simpler than logging out/in as root, or doing a regular su.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Slapt-get, package management, and stability? Romanus81 Slackware 6 07-30-2008 06:36 AM
Slackware 10.3(11?) and Slapt-Get SlackerDex Slackware 25 04-19-2006 09:33 PM
slapt-get error 404 on 1 pkg stops upgrade farpoint Slackware 2 05-11-2005 02:28 PM
Pkg Management without Swaret justaguynsrq Slackware 10 01-08-2005 09:33 PM
slapt-get on slackware 9.1 question versaulis Linux - Software 0 11-12-2003 09:46 PM


All times are GMT -5. The time now is 07:14 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration