How to Install and Uninstall upx Package on openSUSE Leap

Last updated: May 02,2024

1. Install "upx" package

This guide let you learn how to install upx on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install upx

2. Uninstall "upx" package

This guide covers the steps necessary to uninstall upx on openSUSE Leap:

$ sudo zypper remove upx

3. Information about the upx package on openSUSE Leap

Information for package upx:
----------------------------
Repository : Main Repository
Name : upx
Version : 4.0.2-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.3 MiB
Installed : No
Status : not installed
Source package : upx-4.0.2-bp155.1.6.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].