command line to the rescue…again.

Content Management Systems UNIX

While upgrading a client’s web site to XOOPS 2.0.14 I ran into some issues with the XOOPS 2.0.14 package file (a tar.gz file). Stuffit Expander would only extract a few folders, then report an error and quit. After a few attempts, and all failures, I had to chose to turn to the command line and bingo, no problems! So, if you ever have any issues with Stuffit Expander and need to uncompress a .tar.gz file, the following commands will come in handy:

  • To uncompress a gz file: gunzip file.gz
  • To uncompress a tar file:
    tar [tar options (usually xvf)] file.tar
  • To uncompress a .tar.gz file: tar xzvf file.tar.gz

Questions? Check out the man pages for tar and gunzip.
[tags]XOOPS, gunzip, tar[/tags]

Leave a Reply

Your email address will not be published.
*
*

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Life Music TV

Random Points of Interest

I have been completely swamped with work for the last week, but I wanted to share some random points of interest that I have stumbled upon over the last few days. I sat down to relax after a long day of coding to watch a great show on the History Channel called: Hooked: Illegal Drugs […]

Serenity Now!

Fun With Email and Mail.app

I learned something today that I cannot believe I did not know/use before today…if you click on the replied, forwarded, etc icons within mail.app message list, it will open up the email that you sent in response, forward, etc. How very handy! How did I not pay attention to this for the last six years? […]