When I search for 7zip
in Ubuntu 23.04 packages, I find several results.
For example, package p7zip-full
contains the /usr/bin/7z
executable, while package 7zip
contains the /usr/bin/7zz
executable.
- Version of
7z
(inp7zip-full
) is:
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
- Version of
7zz
(in7zip
) is:
7-Zip (z) 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15
And they seem to provide similar functionality.
What is the difference between these two commands and why Ubuntu 23.04 provides several packages with different versions?
What is the recommended package to provide "7-Zip command-line" functionality (with the ability to save and restore UN*X permissions and other meta-file data)?
7zz
command in place of7z
(especially regarding the Posix support on handling meta-file info.)? – FedKad Apr 29 '23 at 13:37