Slackware This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
10-10-2014, 12:11 PM
|
#1
|
Member
Registered: Oct 2014
Distribution: distrohopper
Posts: 76
Rep:
|
No /etc/slackpg/mirrors on new install...
and...
slackpkg : command not found
I did install Full and a,d,l,n,x,xfce...
|
|
|
10-10-2014, 12:17 PM
|
#2
|
Member
Registered: Dec 2013
Location: Moscow, Russia
Distribution: Slackware, EndeavourOS
Posts: 91
Rep:
|
Quote:
Originally Posted by BeaStiE35
slackpkg : command not found
I did install Full and a,d,l,n,x,xfce...
|
slackpkg is in ap/ series.
|
|
|
10-10-2014, 01:32 PM
|
#3
|
Member
Registered: Oct 2014
Distribution: distrohopper
Posts: 76
Original Poster
Rep:
|
another way to install packages? installpkg?
|
|
|
10-10-2014, 01:38 PM
|
#4
|
LQ Addict
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,146
Rep:
|
Yes. But why leave out the ap/ series?
You can also run "installpkg slackpkg", of course
PS Welcome to LQ.
|
|
|
10-10-2014, 01:39 PM
|
#5
|
Member
Registered: Dec 2013
Location: Moscow, Russia
Distribution: Slackware, EndeavourOS
Posts: 91
Rep:
|
Quote:
Originally Posted by BeaStiE35
another way to install packages? installpkg?
|
Yes. Actually, slackpkg is just a wrapper for installpkg, upgradepkg, removepkg... You can download it from any slackware mirror and install it using installpkg.
|
|
|
10-10-2014, 02:15 PM
|
#6
|
Member
Registered: Oct 2014
Distribution: distrohopper
Posts: 76
Original Poster
Rep:
|
thanks!
Last edited by BeaStiE35; 10-10-2014 at 02:17 PM.
|
|
|
10-10-2014, 02:58 PM
|
#7
|
Member
Registered: Oct 2014
Distribution: distrohopper
Posts: 76
Original Poster
Rep:
|
Quote:
Originally Posted by Didier Spaier
Yes. But why leave out the ap/ series?
You can also run "installpkg slackpkg", of course
PS Welcome to LQ.
|
cannot install slackpkg: file not found
|
|
|
10-10-2014, 02:59 PM
|
#8
|
Member
Registered: Dec 2013
Location: Moscow, Russia
Distribution: Slackware, EndeavourOS
Posts: 91
Rep:
|
Quote:
Originally Posted by BeaStiE35
cannot install slackpkg: file not found
|
Did you download it from a mirror?
|
|
|
10-10-2014, 03:08 PM
|
#9
|
LQ Addict
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,146
Rep:
|
Also, you should type the full name of the package. For instance
Code:
installpkg slackpkg-2.82.0-noarch-12.tgz
|
|
|
10-10-2014, 03:09 PM
|
#10
|
Member
Registered: Oct 2014
Distribution: distrohopper
Posts: 76
Original Poster
Rep:
|
Quote:
Originally Posted by fsLeg
Did you download it from a mirror?
|
what do you mean?
|
|
|
10-10-2014, 03:12 PM
|
#11
|
LQ Addict
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,146
Rep:
|
Quote:
Originally Posted by BeaStiE35
what do you mean?
|
installpkg doesn't download the packages for you. Either access it locally (for instance mounting the DVD) or download it from a Slackware mirror.
Again, installing all package series (but maybe kdei/) would save you this kind of hassle.
Last edited by Didier Spaier; 10-10-2014 at 03:27 PM.
|
|
|
10-10-2014, 03:16 PM
|
#12
|
Member
Registered: Dec 2013
Location: Moscow, Russia
Distribution: Slackware, EndeavourOS
Posts: 91
Rep:
|
Quote:
Originally Posted by BeaStiE35
what do you mean?
|
Nevermind... I tend to forget that I am among those few perv... people that always do netinstall. Insert your installation medium and issue something like
Code:
installpkg /media/cdrom/slackware/ap/slackpkg*.tgz
The exact path to the slackpkg package depends on your medium and your architecture.
Quote:
Originally Posted by Didier Spaier
Again, installing all packagea series (but maybe kdei/) would save you this kind of hassle.
|
Agree. Full install is always recommended.
Last edited by fsLeg; 10-10-2014 at 03:21 PM.
|
|
|
10-10-2014, 03:21 PM
|
#13
|
Member
Registered: Oct 2014
Distribution: distrohopper
Posts: 76
Original Poster
Rep:
|
Quote:
Originally Posted by Didier Spaier
Also, you should type the full name of the package. For instance
Code:
installpkg slackpkg-2.82.0-noarch-12.tgz
|
Cannot install slackpkg ########## : file not found !
|
|
|
10-10-2014, 03:26 PM
|
#14
|
LQ Addict
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,146
Rep:
|
Quote:
Originally Posted by BeaStiE35
Cannot install slackpkg ########## : file not found !
|
Issue this command from the directory where lies the package, or give the full path to the package, as in the example given by fsLeg.
|
|
|
10-10-2014, 03:34 PM
|
#15
|
Member
Registered: Oct 2014
Distribution: distrohopper
Posts: 76
Original Poster
Rep:
|
Installed by slint net-install!
|
|
|
All times are GMT -5. The time now is 09:31 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|