Sunday, May 5, 2024
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 57919  / 2 Years ago, thu, january 6, 2022, 11:54:24

GUI-based applications like PKZIP and winzip (and the GUI version of 7z/7zip) let us browse around our directories and create a compressed file that contains lots of different directories and files, complete with [partial or full] paths.



What is the equivalent on Ubuntu Linux (specifically, 64-bit Ubuntu 12.04)?


More From » software-recommendation

 Answers
2

The default archive manager for Gnome is called file-roller, that should be installed in your distribution. Otherwise you can install it typing in a terminal:



sudo apt-get install file-roller


For 7z archives you'll need p7zip package installed too:



sudo apt-get install p7zip*


With those two tools you can also encrypt, put a password to your compressed files.



Alternative: xarchiver



sudo apt-get install xarchiver

[#37368] Saturday, January 8, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
avilyexplor

Total Points: 20
Total Questions: 102
Total Answers: 120

Location: Maldives
Member since Mon, Jun 21, 2021
3 Years ago
;