How to Install and Uninstall upx Package on openSuSE Tumbleweed

Last updated: May 02,2024

1. Install "upx" package

This guide let you learn how to install upx on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install upx

2. Uninstall "upx" package

Learn how to uninstall upx on openSuSE Tumbleweed:

$ sudo zypper remove upx

3. Information about the upx package on openSuSE Tumbleweed

Information for package upx:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : upx
Version : 4.2.2-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.5 MiB
Installed : No
Status : not installed
Source package : upx-4.2.2-1.2.src
Upstream URL : https://upx.github.io/
Summary : The Ultimate Packer for eXecutables
Description :
UPX is a compressor for several different executable formats.
Programs receive a stub that makes them self-runnable. When run,
decompression either happens in memory in-place if possible, or to a
temporary file, the latter of which does not support setuid programs,
or the proper name in argv[0].