_7zz

7zz 26.01

Command line version of the 7-Zip archiver utility

https://7-zip.org
GNU Library General Public License v2 or laterBSD 3-clause "New" or "Revised" License
main program: 7zzprograms: 7zz
Platforms (49)
m68k-linuxarmv7l-netbsdm68k-netbsdx86_64-redoxloongarch64-linuxpowerpc64le-linuxmipsel-netbsdaarch64-linux
View source on NixOS/nixpkgs →

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