
7-Zip is a file archiver with a high compression ratio. On the following window, select the file types you want WinRAR to support, then hit Ok and Done.7-ZipPortable is a portable version of the popular 7-Zip application. In the installation wizard, click Install. Run the WinRAR installer using Wine as follows: wine winrar-*.exe Save the file to a preferred location then navigate to that directory using the cd command: cd Downloads Select Windows as the Platform and download the 64-bit version. Once installed, the next step is to download the WinRAR installation EXE file from the official website.

You can install Wine on RHEL and Fedora with the following command: sudo dnf install wine On Arch Linux and its derivatives: sudo pacman -S wine On Ubuntu and Debian, you can do so by running: sudo apt install wine To begin, first, install Wine on your Linux machine. You must be wondering whether Linux can run Windows EXE files. There is a way to graphically use WinRAR on Linux, though you'll need to install Wine, a compatibility layer software used to run Windows apps on Linux. As a result, there's no official package labeled WinRAR GUI or the like. The developers of WinRAR haven't developed a native GUI version of the software for Linux. The basic command to create a RAR file is: rar a archive.rar file1 file2 file3 The unrar command is installed with rar, which is the command used for creating archives. To get command-line help related to the program, run: man rar Extract an Archive Using rar on LinuxĬontrary to what you might think, the program to extract a RAR file is unrar, and not rar.

Once installed, you can extract and create RAR archives by typing rar in the terminal. On Fedora, RHEL, and other RPM-based Linux distros, issue the following command: sudo dnf install rarĮnter y when prompted to confirm the installation.

To install rar on Arch Linux: sudo pacman -S rar On Ubuntu and other Debian-based distros, run: sudo apt install rar It's available in most Linux distro's official repositories and you can install it using the default package manager. Installing WinRAR CLI, or rar on Linux is pretty straightforward. But that doesn't mean you can't use the good old graphical WinRAR on your Linux desktop. But the only "natively supported" WinRAR Linux client is a CLI app called rar.
