Linux (Ubuntu)
Ubuntu: List RAR Archive
by admin on Oct.08, 2011, under Linux (Ubuntu)
Short tutorial of how to list a rar-archive in Linux without unpacking/extracting it. If you didn’t install unrar yet, you can do so by entering the following command into the terminal:
apt-get install unrar
This command is part of the Multiverse repositories. After unrar has been installed successfully, you should be able to view rar files using the command
unrar l myfile.rar