The Computer Oracle

How to open .rar file in fedora 23

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Puzzle4

--

Chapters
00:00 How To Open .Rar File In Fedora 23
01:01 Answer 1 Score 3
01:24 Accepted Answer Score 21
01:51 Answer 3 Score 0
02:01 Thank you

--

Full question
https://superuser.com/questions/1072342/...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#linux #fedora #rar

#avk47



ACCEPTED ANSWER

Score 21


Install the unar package.

$ dnf info unar
...
Name        : unar
Arch        : x86_64
Epoch       : 0
Version     : 1.10.1
Release     : 1.fc24
Size        : 4.6 M
Repo        : @System
From repo   : updates
Summary     : Multi-format extractor
URL         : http://unarchiver.c3.cx/commandline
License     : LGPLv2+
Description : The command-line utilities lsar and unar are capable of listing
            : and extracting files respectively in several formats including
            : RARv3. unar can serve as a free and open source replacement of
            : unrar.
$ sudo dnf install unar

The Archive Manager (gui application) will be able to open .rar files.




ANSWER 2

Score 3


.rar is the extension used by Winrar to compress files and they are like Zip files but in a different format. Many other programs can decompress it and you should download the free 7-Zip which is amongst the best from here http://www.7-zip.org/download.html, choose your flavor of operating system in your case Fedora, install and use that to unrar your file




ANSWER 3

Score 0


Fedora 25 Xfce:

sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install unrar