![]() | 1 | initial version |
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