Results 1 to 2 of 2

Thread: how can i deflate/uncompress files keeping them in the container?

  1. #1
    Join Date
    Apr 2006
    Location
    usa
    Beans
    377
    Distro
    Ubuntu Gnome 14.10 Utopic Unicorn

    Question how can i deflate/uncompress files keeping them in the container?

    How can I deflate compressed files preserving the container, with these being held in the container? zip, 7zip, rar?

    Its not imporant if I need to extract them, I want the container deflated.

  2. #2
    Join Date
    Aug 2011
    Location
    52.5° N 6.4° E
    Beans
    6,821
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: how can i deflate/uncompress files keeping them in the container?

    It depends on the archive format used. Very common on Linux is .tar.gz (or .tar.bz2, using different compression) format, which is an archive (the .tar file) that as been compressed (to a .gz file). So you can just use gunzip to uncompress it back to a .tar file and you've got an uncompressed archive. .zip files are different. .zip is not a compressed archive of files, but an archive of compressed files, so that means unpacking and uncompressing the archive and then repacking as an uncompressed archive. There may be tools that can do these steps at once.

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
  •