is it true that winrar cannot delete files inside tar file?

0

Can you please confirm that winrar cannot manipulate files inside tar?

Which program can I use it to delete files inside tar without unarchiving it?

user98645

Posted 2011-11-18T20:11:54.330

Reputation:

Answers

1

www.7-zip.org is a good option. Of course there's tar. Please stop using rar post-haste (especially as it relates to torrents) thanks.

Oh, because tar was for magnetic tapes, it didn't used to support deleting files from the tape archive. Gnu tar previously linked does support it with --delete. If this tar-file is compressed with gzip or bzip2 you'll need to use the flag -z or -j and also have those ported tools on your system.

dlamblin

Posted 2011-11-18T20:11:54.330

Reputation: 9 293