NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
s4mb4
Apr 25, 2013Aspirant
missing unrar in the new OS6
enable SSH. log in and add the following line to /etc/apt/sources.list deb http://ftp.us.debian.org/debian squeeze main non-free save it and then run apt-get update then just apt-get install...
mdgm-ntgr
Aug 30, 2015NETGEAR Employee Retired
# dpkg -l | grep unrar
Dave_Ams
Sep 24, 2015Tutor
All,
Sorry for not reacting any sooner, I found an other way to install the latest unrar:
http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/
# cd /tmp
Download from rarlab, check the version first
# wget http://www.rarlab.com/rar/rarlinux-x64-5.3.b4.tar.gz
Unpack
# tar -zxvf rarlinux-*.tar.gz
# cd rar
Check that this version runs and is the one you want (adding ./ before the command makes sure you execute the version in your current directory.
#./unrar
Backup your current rar and unrar versions:
# mv /usr/local/bin/unrar /usr/local/bin/unrar-old
# mv /usr/local/bin/rar /usr/local/bin/rar-old
Copy new version to bin
# cp rar unrar /usr/local/bin
# cd ~
You should now be able to run the new version from anywhere
# unrar
The reason I needed a new version was that unrar crashed as soon as I started to unpack the large multipart rar files I downloaded of the internet. A quick test this morning showed that the newly downloaded version works better.
Dave
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!