LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   slapt-get (https://www.linuxquestions.org/questions/linux-software-2/slapt-get-334890/)

paul62 06-18-2005 10:32 AM

slapt-get
 
Cou,dld anyone tell me what is the easiest way to use slapt-get to install aspell and gtkspell on my slackware 10.0

comprookie2000 06-18-2005 10:44 AM

What happens when you
Code:

apt-get update
apt-get install aspell gtkspell


Linux~Powered 06-18-2005 11:20 AM

If slapt-get is giving you problems you can get the packages here. gtkspell
aspell

Randall Slack 06-18-2005 01:19 PM

i've been using slapt-get for a few weeks now, and i love it, had not a single problem with it yet.

first you need to tell it what mirror to look at. you do this by editing

/etc/slapt-get/slapt-getrc
mine reads:
SOURCE=ftp://ftp.bit.nl/mirror/slackware/slackware-current/

this is a mirror close by to me (netherlands) that hosts slackware, and i prefer to update from slackware current, you can use the slackware 10.1 instead as well, whatever you prefer.
please pick a mirror from where you live (not the deafult slackware.com, this one is slow)

after you did this you do as root:
" slapt-get --update " this tells it to look at the mirror and see what packages are there

then you do:
" slapt-get --search aspell " then it will show you what packages are there with the name aspell in it.

when did this it said:
aspell 0.60.2-i486-1 [inst-no] aspell-en 6.0._0-noarch-3 [inst=no]

then you do:
"slapt-get --install aspell 0.60.2-i486-1 "

and thats it, it will download and install the package for you, just what till it says done.

hope its clear!!


All times are GMT -5. The time now is 05:52 AM.