How to Unpack RAR Files in Linux

RAR is a common compression and archiving format. Unlike other common archive formats popular with Linux users, such as TGZ, RAR is a proprietary format developed and owned by Eugene Roshal. RAR support is not native to Linux. You can still unpack RAR files in Linux using the unrar command line tool, which you can download and install from most popular repositories.

Instructions

    • 1

      Download and install the unrar tool. If you have Debian or a Debian-based distribution such as Ubuntu or Knoppix, use the command "apt-get install unrar." With Red Hat or Fedora Linux distributions, use "yum install unrar." With Gentoo Linux use "emerge unrar." Each of these commands will search popular repositories, download the software package and install it to your machine.

    • 2

      Test the archive you wish to unpack with the command "unrar t archive.rar," substituting "archive.rar" with name of your RAR file.

    • 3

      Set the directory to which you wish to send the unpacked files with the command "cd /directory/subdirectory." If the directory does not already exist, use "mkdir /directory/subdirectory" to create it.

    • 4

      Unpack the RAR file with the command "unrar e archive.rar." Use the command "./ls" to view a list of the unpacked files.

Related Searches:

References

Comments

You May Also Like

  • How to Unpack Rar File Format

    The RAR format is a compressed archive format developed by Eugine Rorschal. It is used to store and compress files in an...

  • How to Unpack a Multi Rar File

    A "multi-RAR" file is a single computer file (or collection of computer files) that has been split up among multiple RAR archive...

  • How to Unzip Rar Files in Ubuntu

    The RAR format is a popular solution for compressing files and distributing them online, largely because of the success of the WinRAR...

  • How to Unzip Rar Files in Linux

    A RAR file is a compressed file format similar to a ZIP file. If you use the Linux operating system, you might...

  • How to Unpack a RAR File

    When downloading files from your e-mail or from the Internet, eventually you'll end up with a RAR file. A RAR file is...

  • How to Extract RAR Files on Linux

    RAR (Roshal Archive) is a file type used to compress large files to make them more manageable. RAR files, on average, are...

  • How to Unpack an MSI File

    MSI files contain data libraries, device drivers and other components necessary to install software applications. These files are executable in Windows, but...

  • How to Extract Zip Files in Ubuntu

    Ubuntu, along with its native window manager, Gnome, makes extracting Zip files easy. Zip (or .zip) files contain data that is compressed...

  • How to Open a Rar File in Linux

    RAR archive files are typically meant to be used with the Windows operating system. However, the Linux operating system can also understand...

  • How to Extract Files From a Broken RAR

    A .RAR file saves a large file into an archive. These archives save on disk space and create faster download times. Sometimes...

  • How to Open RAR Files!

    Got a .rar file and don't know what to do? Check this out...

  • How to Unpack a Passworded RAR File Without the Password

    RAR files are considered data containers which hold compressed (or zipped) files or folders. Many RAR software programs such as 7-Zip and...

  • How to Extract RAR Files With Freeware

    RAR is a file compression format similar to ZIP that offers more advanced features and better compression. Many large files available for...

  • How to Unzip RAR Files in Firefox

    A RAR file is a type of archive file commonly used to compress multiple files into a single compressed file. Similar to...

  • How to Install VLC Player in Red Hat Linux

    Red Hat Enterprise Linux is a Linux distribution designed for use in a business environment. A server version and a desktop version...

  • How to Open RAR Files

    RAR computer files are compressed files created on Linux systems and require decompression software to open them. Open RAR computer files with...

  • How to Unpack Zip Files

    Zip compression is a way to pack multiple files into one file, also known as an archive, typically reducing the size of...

  • How to Unpack Multiple Zip Files

    Zip files are a type of compressed file format that allows the user to pack many large files into one folder that...

  • How to Install Snort on Ubuntu

    Snort is an open-source intrusion prevention system (IPS) for Linux, UNIX, and Windows. This type of software monitors, alerts, and prevents malicious...

Related Ads

Featured