how uncompress 7z file
how uncompress 7z file on fedora ?!
how uncompress 7z file on fedora ?!
I just needed 7Zip on my Fedora 22 machine, and all I had to do is:
sudo dnf install p7zip
(version 15.09, release 9.fc22)
7zip, or let's say the Linux port (p7zip) is part of the official repository - no need to have rpmfusion enabled.
After installing it, Gnome's Archiver (File Roller) also understands how to deal with .7z files. No need to install the p7zip-plugins
For cli use: 7za x <file.7z>
or 7za e <file.7z>
Use p7zip:
yum install p7zip
You need root privileges to run this install command
when run yum install p7zip give me this err :
Loaded plugins: langpacks
Repository fedora-yum-fast-downloader is listed more than once in the configuration
Repository fedora-yum-fast-downloader-source is listed more than once in the configuration
No package p7zip available.
Error: Nothing to do
Hmm, that's odd. The file is listed here:
http://rpmfind.net/linux/rpm2html/search.php?query=p7zip
You can download a suitable RPM for your system from there if necessary.
when i want to install package 7zip with terminal give me some err for dependency ! but when i click on package ! software manager run ! and when i press button install after some minute 7zip installed and i can uncompress .7z file ! but why terminal need Dependency ?! and software updater don't say something that ?!
Have you Installed RPMFusion, free and non-free repository
yum -y localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpmhttp://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
I had none problem to install 7zip using terminal, but then looks like it isn't there. right click on a .rar file and no 7zip nowhere. Do I have to reboot fedora?
Hi I'm running Fedora 22 I needed 7z So I installed
dnf install p7zip
To check the binary name I ran
rpm -ql p7zip | grep bin
Which gave me
/usr/bin/7za
to extract a 7z file I used the following command
7za e <file>
Hope this helps
Asked: 2015-02-25 04:11:27 -0600
Seen: 23,639 times
Last updated: Mar 11 '16