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 |
Related entries:
Installing Oracle Java 14 w Ubuntu 18.04 and 20.04
Offset show applications at Ubuntu dock to start
Scanning the server for viruses using ClamAV in Ubuntu
Microsoft Edge browser available for Linux Installation in Ubuntu / Debian / Centos
The following tutorial describes a very quick change of the terminal that starts by default on Ubuntu 20.04





