Skip to content

Instantly share code, notes, and snippets.

@wasimosmanhome
Last active October 15, 2021 20:55
Show Gist options
  • Save wasimosmanhome/80d650bc1996e67df41420bbe39df908 to your computer and use it in GitHub Desktop.
Save wasimosmanhome/80d650bc1996e67df41420bbe39df908 to your computer and use it in GitHub Desktop.
7zip installation
# https://snapcraft.io/install/p7zip-desktop/raspbian
sudo apt update
sudo apt install snapd
sudo reboot
sudo snap install core
sudo snap install p7zip-desktop
# sudo 7z e filename.r00 (this is the file that should be unpacked)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment