' apt-get update '
' apt-cache search unrar ' == Reveals unrar and unrar-free.

--You'll have less problems with strange dependencies if you install "native" debs:
' apt-get install unrar '

Quote Originally Posted by angor
Try "apt-get install libstdc++6", as your (un)rar seems to need it. There may be further problems if your (originally RPM)
package detects other dependencies not met by your system. "ldd /usr/bin/unrar" will show you what libraries unrar expects
to find.