slapt-get?

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
elixir
Posts: 3
Joined: 2. Feb 2014, 10:34

slapt-get?

Post by elixir »

I am new to Salix and slackware. (I am a Crunchbang and debian user). And I thought how to download stuff was

Code: Select all

 sudo slapt-get update 
but whenever i enter that it says "slapt-get: command not found"

Anyone know why? Or am I using the wrong commands?
hugok
Posts: 382
Joined: 7. Dec 2011, 22:44

Re: slapt-get?

Post by hugok »

To update just go to Gslapt application, its the gui for slapt-get.
if you want to do a update in the terminal first write:

Code: Select all

su -
or

Code: Select all

su
an then

Code: Select all

slapt-get update
or

Code: Select all

slapt-get -u
Hugo Carvalho
Portuguese translator

https://github.com/hugok79
Post Reply