How to manualy decrypt / unpack a package

Posted in: Linux
By dePoPo
Mar 10, 2009 - 12:53:54 PM

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



Visitor Comments