What is the easiest way to install packages on slackware?
SlackwareThis 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.
What is the easiest way to install packages on slackware?
What is the easiest way to install packages on slackware?
root@slack:~# up2date
-bash: up2date: command not found
root@slack:~# apt-get install perl
-bash: apt-get: command not found
root@slack:~# yum install perl
-bash: yum: command not found
root@slack:~#
Try pkgtool on the command line. There is also installpkg, upgradepkg, and removepkg, but you might want to check out the man pages for these first. If you are looking for something more automagical, google swaret or slapt-get.
Re: What is the easiest way to install packages on slackware?
Quote:
Originally posted by abefroman What is the easiest way to install packages on slackware?
root@slack:~# up2date
-bash: up2date: command not found
root@slack:~# apt-get install perl
-bash: apt-get: command not found
root@slack:~# yum install perl
-bash: yum: command not found
root@slack:~#
slackware does not use up2date
slackware does not use apt-get
slackware does not use yum
From my experience, I'd say the easiest way to install software in Slackware is to compile it yourself. I don't think I've ever ran into dependency hell, this isn't redhat, ya know
There is also slapt-get, a slack version of apt-get. It's pretty user-friendly, but the repositories are not as enormous as apt-get (but I haven't seen any that compare with aptget).
Use rsync to keep up to date with changes that Pat makes to stable/current/whatever. Then use upgradepkg to install. That way you have control, not some program.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.