LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 03-30-2013, 04:36 PM   #1
Dman58
Member
 
Registered: Nov 2010
Location: The Danger Zone
Distribution: Slackware & everything else in a VM
Posts: 294

Rep: Reputation: 31
installing package final step on slackbuilds doesnt work


I've done this numerous times before but for some reason when I get to the last step of installing a slackbuild package it's not going through.

Code:
slackware No packages match the pattern for install Try:

        /usr/sbin/slackpkg install|reinstall
I have one mirror uncommented & tried different mirrors as well.

Is there a certain config file that needs to be changed for Slackware 14 because I previously used 13.37 and never had these issues.
 
Old 03-30-2013, 04:51 PM   #2
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Quote:
Is there a certain config file that needs to be changed for Slackware 14 because I previously used 13.37 and never had these issues.
Yes: /etc/slackpkg/mirrors

Ensure the only uncommented line is pointing to a 14.0 mirror or local repo and not to 13.37.
 
Old 03-30-2013, 05:02 PM   #3
Dman58
Member
 
Registered: Nov 2010
Location: The Danger Zone
Distribution: Slackware & everything else in a VM
Posts: 294

Original Poster
Rep: Reputation: 31
Well I have Slack 14 installed and in the /etc/slackpkg/mirrors file Slack 14 & current are there 13.37 isn't an option so thats not the issue i'm facing.
 
Old 03-30-2013, 05:14 PM   #4
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,096

Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
which package are you trying to install? can you please make an example?
 
Old 03-30-2013, 05:29 PM   #5
Dman58
Member
 
Registered: Nov 2010
Location: The Danger Zone
Distribution: Slackware & everything else in a VM
Posts: 294

Original Poster
Rep: Reputation: 31
It seems to be any package. I tried several all from different catagories. These are my steps:

1. download source and slackbuild into build dir
2. untar slackbuild tarball & mv source tarball into slackbuild untared folder
3. cd to slackbuild folder and change version if applicable
4. chmod +x slackbuild then execute with ./ *as root
5. cd /tmp & slackpkg install whichever *as root

outputs

Code:
slackware No packages match the pattern for install Try:

        /usr/sbin/slackpkg install|reinstall
All steps work flawlessy except the final 1
 
Old 03-30-2013, 05:36 PM   #6
narz
Member
 
Registered: May 2007
Location: US
Distribution: slackware
Posts: 186

Rep: Reputation: 37
Isn't "slackpkg install" for downloading packages and installing them? Try installpkg?
 
Old 03-30-2013, 05:43 PM   #7
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,096

Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
slackpkg is for installing the official slackware packages, downloading them from a mirror.

as narz suggested, use installpkg with the packages you build yourself from slackbuilds.org's scripts.
 
Old 03-30-2013, 06:55 PM   #8
Dman58
Member
 
Registered: Nov 2010
Location: The Danger Zone
Distribution: Slackware & everything else in a VM
Posts: 294

Original Poster
Rep: Reputation: 31
That was it, thanks ponce & narz!
 
Old 03-31-2013, 05:55 AM   #9
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761
@Dman58: FWIW slackpkg is actually just a nice extra, not the main Slackware package manager or to put it another way it is not an essential component of pkgtools like installpkg, upgradepkg, removepkg and makepkg are (IMHO).

In fact, if you have a full install and run stable you could easily do without slackpkg (if you so desired) since its primary use in such a scenario is simply fetching updates (patches). I rarely use it and instead use my own script that simply fetches patches for those programs I have installed. When I upgrade Slackware, I use an official DVD (since I have a subscription) with upgradepkg and removepkg.

Slackpkg is most useful when you track -current and/or if you have a minimal install and occasionally want to add apps over the network, without maintaining a local mirror.
 
Old 03-31-2013, 07:31 AM   #10
Dman58
Member
 
Registered: Nov 2010
Location: The Danger Zone
Distribution: Slackware & everything else in a VM
Posts: 294

Original Poster
Rep: Reputation: 31
Thumbs up

Quote:
Originally Posted by ruario View Post
FWIW slackpkg is actually just a nice extra, not the main Slackware package manager or to put it another way it is not an essential component of pkgtools like installpkg, upgradepkg, removepkg and makepkg are (IMHO).

In fact, if you have a full install and run stable you could easily do without slackpkg (if you so desired) since its primary use in such a scenario is simply fetching updates (patches). I rarely use it and instead use my own script that simply fetches patches for those programs I have installed. When I upgrade Slackware, I use an official DVD (since I have a subscription) with upgradepkg and removepkg.

Slackpkg is most useful when you track -current and/or if you have a minimal install and occasionally want to add apps over the network, without maintaining a local mirror.
Thanks, I'll try to keep that in mind. I'm sure I read that somewhere before but after reading sooo many different guides, tutorials, howtos, etc. I guess certain things just slip away in the distance until they are directly needed again.

I appreciate all the feedback here at LQ and I'm humble on my Linux journey!
 
Old 03-31-2013, 07:36 AM   #11
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761
Best place to get info these days is probably SlackDocs. Here is the article on package management.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
rhel9 wireless and ndiswrapper final step - what is it? Bad_Mouse Red Hat 11 01-21-2008 02:51 AM
installing Ubuntu doesnt work Amir Menesy Linux - Newbie 2 08-04-2007 09:55 AM
KnoppMyth Keyboard Doesnt Work When Installing gblasius Linux - Newbie 0 12-29-2005 05:09 AM
final step to wifi? unholy Linux - Wireless Networking 8 12-19-2004 10:14 AM
The Fourth and Final Step... Plz Hlp kaz4u2dig Linux - Newbie 4 05-05-2004 12:22 AM

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

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