Closed Thread
Results 1 to 3 of 3

Thread: How to open compressed files on a Linux OS?

  1. #1
    EGS
    EGS is offline Programmer
    Join Date
    Feb 2008
    Posts
    116
    Rep Power
    0

    Question How to open compressed files on a Linux OS?

    Hello.

    I was thinking to myself, how to open compressed files on a Linux OS?

    I get a lot of files that are emailed to me, and most of them are ZIP and RAR files. Does Linux support 7 Zip? I see that the software has an unofficial release or unsupported version for Linux called p7zip - does this work?

    I'd like to be able to compress and extract ZIP, RAR, TAR, and GZ files - what applications can do this on Linux?

    Thank you.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42
    tar!

    Most distributions come with tar, and many distributions also have GUI for handling the program. It's run through the terminal, so it can sometimes be hard to use, if you don't know how to use it. Through GUI, you can handle it easily with right-clicks on files, etc.

  4. #3
    Tor
    Tor is offline Programming Expert
    Join Date
    Oct 2007
    Posts
    488
    Rep Power
    0
    You also probably have the unzip and unrar commands already installed on Linux.

    Code:
    unzip file.zip
    Tar.gz
    Code:
    tar -zxvf file.tar.gz

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Open/edit/save MS Office files outside browser
    By Meteor in forum HTML Programming
    Replies: 2
    Last Post: 07-27-2010, 09:52 AM
  2. Replies: 1
    Last Post: 07-21-2010, 09:45 PM
  3. Open Files In C++
    By Hunter100 in forum C and C++
    Replies: 3
    Last Post: 03-12-2010, 10:58 PM
  4. Batch file to open multiple text files at once using Notepad
    By terrylau in forum General Programming
    Replies: 3
    Last Post: 07-06-2009, 12:23 AM
  5. Replies: 0
    Last Post: 05-04-2008, 03:37 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts