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.
|
 |
|
09-29-2011, 12:13 PM
|
#1
|
LQ Newbie
Registered: Sep 2011
Posts: 5
Rep: 
|
When run slackpkg update, it show
but when i check line 816 there only
plz tell me what wrong ?, ( I'm newbie)
when i check update it show
but at line 816 of /usr/libexec/slackpkg/core-functions.sh have only
who can tell me what wrong ? (I newbie)
Last edited by unSpawn; 09-29-2011 at 07:17 PM.
Reason: //Post merge after thread merge
|
|
|
09-29-2011, 12:30 PM
|
#2
|
Member
Registered: Apr 2010
Location: Geneva - Switzerland ( Bordeaux - France / Montreal - QC - Canada)
Distribution: Slackware 14.2 - 32/64bit
Posts: 609
|
It seems you didn't do a full install or something... We're missing some data: which version, on what situation, how was it installed ?
Edit: Btw didn't see, but use auto-completion in shell (tab) this will avoid typos like "verISon" instead of "verSIon"...
|
|
1 members found this post helpful.
|
09-29-2011, 12:32 PM
|
#3
|
Member
Registered: Mar 2011
Location: Klaipėda, Lithuania
Distribution: Slackware
Posts: 390
|
Post the output of these commands (executed as root):
Code:
which wget
echo $PATH
|
|
1 members found this post helpful.
|
09-29-2011, 12:34 PM
|
#4
|
LQ Newbie
Registered: Sep 2011
Posts: 5
Original Poster
Rep: 
|
my slackware is 13.1, slackpg is slackpkg-2.82.0-noarch-2.tgz
Quote:
installpkg slackpkg-2.82.0-noarch-2.tgz
|
it not true way install ? 
|
|
|
09-29-2011, 12:36 PM
|
#5
|
LQ Newbie
Registered: Sep 2011
Posts: 5
Original Poster
Rep: 
|
it post
Quote:
[~]# which wget
which: no wget in (/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin)
[~]# echo $PATH
/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin
[~]#
|
|
|
|
09-29-2011, 12:39 PM
|
#6
|
LQ Newbie
Registered: Sep 2011
Posts: 5
Original Poster
Rep: 
|
Quote:
Originally Posted by audriusk
Post the output of these commands (executed as root):
Code:
which wget
echo $PATH
|
thank, I forgot install wget 
|
|
|
09-29-2011, 12:42 PM
|
#7
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Your system is missing wget (which should be the standard for $DOWNLOADER), which leads to the conclusion that you may be didn't make the recommended full installation. Install wget, and hope that you are not missing more essential packages. Better way would be to make a full install, until you come to the point where you know which consequences may appear when you remove (or choose not to install) a package.
|
|
1 members found this post helpful.
|
09-29-2011, 12:50 PM
|
#8
|
Member
Registered: Jun 2011
Location: UK
Distribution: Slackware 13.1, Slackware 13.37
Posts: 92
Rep: 
|
Just install it with 'installpkg', it's in n/ on your cd/dvd.
|
|
1 members found this post helpful.
|
09-29-2011, 12:54 PM
|
#9
|
Member
Registered: Apr 2010
Location: Geneva - Switzerland ( Bordeaux - France / Montreal - QC - Canada)
Distribution: Slackware 14.2 - 32/64bit
Posts: 609
|
Again: it seems that you didn't do a full install... How did you installed Slackware? Full install or not? Version of slackpkg is nearly irrelevant in your problem, you miss the package with wget...
Also for "code" or "screen dumps" and commands, use [ CODE][/CODE ] instead of [ QUOTE][/QUOTE ] (*)...
(*) btw, I feel stupid, couldn't find anywhere how to escape a tag not to be processed as a tag (I missed a page on those forum or there aren't any page listing all formatting tags?)
Edit: Spend too much time trying to escape those format tags, so this answer is a bit redundant... Sorry for that.
Last edited by NoStressHQ; 09-29-2011 at 12:55 PM.
|
|
1 members found this post helpful.
|
09-29-2011, 01:03 PM
|
#10
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Quote:
Originally Posted by NoStressHQ
(*) btw, I feel stupid, couldn't find anywhere how to escape a tag not to be processed as a tag (I missed a page on those forum or there aren't any page listing all formatting tags?)
|
You have to use the [noparse] ... [/noparse] tags for that.
EDIT: You can see a list of bb codes for vBulletin here, but I don't know if all of them are enabled here.
Last edited by TobiSGD; 09-29-2011 at 01:06 PM.
|
|
2 members found this post helpful.
|
09-29-2011, 01:10 PM
|
#11
|
Member
Registered: Apr 2010
Location: Geneva - Switzerland ( Bordeaux - France / Montreal - QC - Canada)
Distribution: Slackware 14.2 - 32/64bit
Posts: 609
|
Quote:
Originally Posted by TobiSGD
You have to use the [noparse] ... [/noparse] tags for that.
|
Thanks man. Do you know where I could find a complete list of the tags on this site? I just found that it was "BB Codes" like there, but couldn't get the info here.
Edit: haha seems you answered me at the same time with the same link  ... Ok thanks.
Last edited by NoStressHQ; 09-29-2011 at 01:12 PM.
|
|
|
09-29-2011, 06:03 PM
|
#12
|
Senior Member
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690
|
EDIT: The thread that I posted in got merged with this thread and now my reply seems rather stupid.
I would try re-installing slackpkg
Code:
wget ftp://ftp.osuosl.org/pub/slackware/slackware-13.1/slackware/ap/slackpkg-2.81.1-noarch-1.tgz
upgradepkg slackpkg
Then check the configuration file, /etc/slackpkg/slackpkg.conf
Last edited by andrewthomas; 09-29-2011 at 07:35 PM.
|
|
|
09-29-2011, 06:18 PM
|
#13
|
Senior Member
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,278
|
Somebody earlier had the same problem. You most likely did not do a full install. You need to install wget. It's in the n/ series on the dvd.
|
|
|
09-29-2011, 06:40 PM
|
#14
|
Member
Registered: Apr 2010
Location: Geneva - Switzerland ( Bordeaux - France / Montreal - QC - Canada)
Distribution: Slackware 14.2 - 32/64bit
Posts: 609
|
Well your starting another thread with the same issue... It's quite obvious you didn't do a full install, and anyway we're missing too much context information to be able to help you.
|
|
|
09-29-2011, 06:45 PM
|
#15
|
Member
Registered: Apr 2010
Location: Geneva - Switzerland ( Bordeaux - France / Montreal - QC - Canada)
Distribution: Slackware 14.2 - 32/64bit
Posts: 609
|
Quote:
Originally Posted by trangtrau
plz tell me what wrong ?, ( I'm newbie)
|
What's wrong is if you're a n00b, you should just do a full install, and not try to do tricky things. Despite it's (wrong) reputation, Slackware is quite straightforward to install and use.
Btw, if you're configuring an headless server on some dedicated server provider that the kind of information you should explain... *Anything* that is special should be noted.
|
|
|
All times are GMT -5. The time now is 03:26 AM.
|
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
|
|