Or do I allways have to unpack, add new files, compress again?

link|improve this question
feedback

1 Answer

up vote 4 down vote accepted

That depends on the type of compressed archive.

If it's an archive of files that is subsequently compressed (like a gzipped tar file) then you will have to decompress, add the file(s) and recompress.

If it's a compressed archive format (like ZIP or RAR) then they generally have an option to add files to the archive without unpacking the entire archive first.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.