Last active
October 15, 2021 20:55
-
-
Save wasimosmanhome/80d650bc1996e67df41420bbe39df908 to your computer and use it in GitHub Desktop.
7zip installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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