Search found 4 matches

by harroxelas
9. Jan 2012, 13:25
Forum: Problems
Topic: sudo: slapt-get: command not found
Replies: 7
Views: 3774

Re: sudo: slapt-get: command not found

/me taps his forehead. *Stupid!*

Cheers, gapan. Thanks for the help.
by harroxelas
9. Jan 2012, 11:28
Forum: Problems
Topic: sudo: slapt-get: command not found
Replies: 7
Views: 3774

Re: sudo: slapt-get: command not found

gapan,

Sorry for not making myself clear. Here's what I did:

1) Logged as root
2) Edited .bashrc on the root dir
3) Added the line you provided on the end of the .bashrc
4) Closed the terminal and opened a new one (as .bashrc is executed on every new terminal session)
5) Got the same error message ...
by harroxelas
9. Jan 2012, 10:06
Forum: Problems
Topic: sudo: slapt-get: command not found
Replies: 7
Views: 3774

Re: sudo: slapt-get: command not found

Thanks for the responses.

How can I fix this? How can I add /usr/sbin/ to the paths that my regular user account is able to access?
You can add a line to set it in your ~/.bashrc. You might also want to add /sbin and /usr/local/sbin

PATH=/sbin:/usr/sbin:/usr/local/sbin:$PATH

gapan, that didn ...
by harroxelas
8. Jan 2012, 23:28
Forum: Problems
Topic: sudo: slapt-get: command not found
Replies: 7
Views: 3774

sudo: slapt-get: command not found

Hi all,

I've been using Debian on my main laptop and PC for some time so I decided I wanted to try something new on my even older laptop. Looked around and Salix OS XFCE seemed like a good choice. Never used Slackware or anything based on it before so I figured using Salix would be a good place to ...