_7zz
7zz 26.02
Command line version of the 7-Zip archiver utility
https://7-zip.orgGNU Library General Public License v2 or laterBSD 3-clause "New" or "Revised" License
main program: 7zzprograms: 7zz
Platforms (48)
armv6l-linuxx86_64-windowsarmv7l-linuxarc-linuxx86_64-cygwinmips64el-linuxriscv32-linuxi686-netbsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ _7zz ];
Ad-hoc shell
nix-shell -p _7zz
Flake (nix run)
nix run nixpkgs#_7zz