Q: How to manualy decrypt / unpack a package
Old type packages:
- rename the package to .tar.gz
- gunzip thefile.tar.gz
- tar -xf thefile.tar
New type packages: (Qube3 only)
- gpg --decrypt Qube3-en-Update-1.0.pkg update.pkg
- rename the file to .tar.gz
- gunzip thefile.tar.gz
- tar -xf thefile.tar