Hi,
Just a note, if anyone knows of the top of their head why this might happen, I upgraded backtrack using slapt-get --upgrade and now after a reboot startx won't work.
Any Ideas
Thanks
Thanks bofh28 you were spot on,
I downloaded the packages from http:||packages.slackware.it and it worked beautifully.
Thanks mate
Hi,
Just a note, if anyone knows of the top of their head why this might happen, I upgraded backtrack using slapt-get --upgrade and now after a reboot startx won't work.
Any Ideas
Thanks
try xconf I had to do that after update
Here is how I fixed mine, very easy fix
I went in and deleted slapt-get
Went to FastTrack, and installed slapt-get from FastTrack, and updated it
Works Great
Look here...
hi
I had the terrible trouble getting slapt to work i did the following. I am not saying this is all the answers but it might help someone. I kept getting an error, and because gslapt depends on slapt. it will not work either.
pjottrr said download this but as a newbie what do i do next so after some research.I worked it out.
(the url is in a previous post.I have not posted on this forum enough and it will not let me copy the url..) look for pjottrr post.
Then doubleclicked it and extracted the file to a folder.
Open a termial and goto where you placed the folder.
Make
Make install
cd /etc/slapt-get
cp slapt-getrc.new slapt-getrc
Then I slapt-get --update and it works great.
gishaust![]()
worked perfectly... thanks!
hello!!!
Does any one knows how what I have to do to configure slapt and gslapt to use them via a proxy?
Thx
idiot proof guide ..
# fix SOURCE ..
cat /etc/slapt-get/slapt-getrc | grep -v SOURCE > tmp
echo SOURCE=http://linuxpackages.inode.at/Slackware-12.0/ >> tmp
mv tmp /etc/slapt-get/slapt-getrc
wget 'http://distro.ibiblio.org/pub/linux/distributions/zenwalk/i486/current/n/gnupg-1.4.7-i486-1.tgz'
wget 'http://riksun.riken.go.jp/pub/pub/Linux/slackware/slackware-12.0/slackware/n/gpgme-1.1.4-i486-1.tgz'
wget 'http://riksun.riken.go.jp/pub/pub/Linux/slackware/slackware-12.0/slackware/n/libassuan-1.0.1-i486-1.tgz'
wget 'http://www.software-mirror.com/linuxpackages/Slackware-10.2/jasorg/slapt-get/slapt-get-0.9.12c-i386-1.tgz'
installpkg gnupg-1.4.7-i486-1.tgz
installpkg gpgme-1.1.4-i486-1.tgz
installpkg libassuan-1.0.1-i486-1.tgz
installpkg slapt-get-0.9.12c-i386-1.tgz
slapt-get --update
slapt-get --search slapt
# install everything for slapt that is not installed!! in my example ...
slapt-get -i slapt-get-0.9.12d-i486-1as --no-md5
slapt-get -i gslapt-0.3.19a-i486-1as --no-md5
# add keys so it does not bail on MD5 check
slapt-get --add-keys
slapt -get -install gslapt --no-md5
slapt-get -i WHATEVERYOUWANTTOINSTALL --no-md5
# use --search string to find what you need