unrar-free:
unrar-free is in the unstable (sid) repositories, not in sarge. if you want to use unrar-free, add the unstable repositories to your /etc/apt/sources.list file. for detailed instructions, read this:
http://www.debian.org/doc/manuals/ap...basico.en.html
this is the relevant part from my sources.list file. this will work for you as well but you'll probably want to use a mirror closer to you for faster download speed:
then run
apt-get update and
apt-get install unrar-free
then remove or comment (#) the above two lines in your sources.list. if you don't you'll upgrade to unstable the next time you run apt-get (dist-)upgrade which is probably not a good idea.
-------
unrar:
unrar is in the sarge repository, but in the "non-free" section, not in "main". if you want to use unrar (non-free), modify your sources.list file to read something like this:
note the non-free arguments at the end of the line. again, you will probably not use the same mirror as I do.
then run
apt-get update and
apt-get install unrar
good luck
stimpy