upx 4.2.4
Compression tool for executables
The Ultimate Packer for eXecutables (UPX) is an executable file compressor. UPX typically reduces the file size of programs and shared libraries by around 50%--70%, thus reducing disk space, network load times, download times, and other distribution and storage costs.
- Outputs:
out
- Website: https://upx.github.io/
- Licenses: GPL 2+
- Package source: gnu/packages/compression.scm
- Builds: See build status
- Issues: See known issues
Installation
Install upx 4.2.4
as follows:
guix install upx@4.2.4
Or install the latest version:
guix install upx
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.