Extract 7z file in Linux
- Install p7zip
sudo apt update && sudo apt install --assume-yes p7zip-full
- Extract using 7z command
7z x ~/archive.7z
sudo apt update && sudo apt install --assume-yes p7zip-full
7z x ~/archive.7z