_7zz-rar

7zz 26.02

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" LicenseUnfree redistributable
main program: 7zzprograms: -
Platforms (48)
i686-windowssh4-linuxaarch64-freebsdmipsel-linuxarmv7a-linuxi686-netbsdpowerpc64-linuxpowerpc-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  _7zz-rar
];
Ad-hoc shell
nix-shell -p _7zz-rar
Flake (nix run)
nix run nixpkgs#_7zz-rar