How to Unzip a .gz File

$ gzip -d compressed_file.gz

Tags: ,

One Response to “How to Unzip a .gz File”

  1. Alex Says:

    I found unp package, it works with most packages and all you need in most of cases is to type “unp filename”
    to install sudo apt-get install unp

Leave a Reply