Installing Unrar in AlmaLinux 8
The following tutorial describes how to install Unrar in AlmaLinux 8.
The whole thing is done in a few seconds using the console and a few simple commands.
First, we run the terminal and download the repository:
1 | sudo dnf install --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm -y |
We install the repository:
1 | sudo dnf install --nogpgcheck https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-8.noarch.rpm -y |
We install unrar:
1 | sudo dnf install unrar |
After typing the command
1 | unrar |
We will see a list of available functions.
To extract the file, we will use the command below:
1 | unrar e nazwapliku.rar |