16
Ubuntu / Zubuntu Help
« on: March 20, 2009, 03:47:49 am »Quote from: jfv
tar -xvzf /path/to/filename.tar.gz .
There is a space and a "dot" at the end and they are part of the command. The dot means here and will untar the file in the current directory, so make sure you are on the root directory of the card. /path/to/ is the full path to the directory where you saved the file. It's probably going to be something like /home/whykick/Desktop/ for example.
Post the error message you are getting, if any. Make sure the card is mounted also.
Make sure you are untarring as "root" or use "sudo tar -xvzf /path/to/filename.tar.gz ."