Saturday, April 18, 2009

How to Fix Backtrack 3 Slapt-Get package installer

The installed version of Backtrack 3 is missing some files which are needed to use slapt-get and the gslapt gui front-end package managers.

I had to go looking for the files but you can find them here:(right click "save as")
1. gnupg-1.4.7-i486-1.tgz
2. gpgme-1.1.4-i486-1.tgz
3. libassuan-1.0.1-i486-1.tgz

Once they have all been downloaded to your home directory, issue these commands to install each package one by one.

installpkg gnupg-1.4.7-i486-1.tgz

installpkg gpgme-1.1.4-i486-1.tgz

installpkg libassuan-1.0.1-i486-1.tgz

Once you have installed all of them you should be able to use slapt-get, so start by updating the package cache and then upgrade the system:

slapt-get --update

slapt-get --upgrade

You are now ready to install whatever you need from the repos. I'll talk about the different repositories in another post. Poople who are accustomed to Debian's 18,000 packages seem to believe that Slackware doesn't have access to all those lovely applications. Wrong! There are are loads of repos and Slackware package builds of practically every major/known software applications, including Desktop Environments. But i'll save that for later.

2 comments:

  1. i can't download the packages
    when i right-click it doesn't appear the "save as" button but only "save link as"

    ReplyDelete
  2. "save link as" is the same thing.

    ReplyDelete

If you liked a post, please leave a comment.