How to Install and Uninstall python312-pybcj Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python312-pybcj" package

This is a short guide on how to install python312-pybcj on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pybcj

2. Uninstall "python312-pybcj" package

Here is a brief guide to show you how to uninstall python312-pybcj on openSuSE Tumbleweed:

$ sudo zypper remove python312-pybcj

3. Information about the python312-pybcj package on openSuSE Tumbleweed

Information for package python312-pybcj:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pybcj
Version : 1.0.2-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 111.9 KiB
Installed : No
Status : not installed
Source package : python-pybcj-1.0.2-1.4.src
Upstream URL : https://codeberg.org/miurahr/pybcj
Summary : A bcj filter library
Description :
In data compression, BCJ, short for Branch-Call-Jump, refers to a technique that
improves the compression of machine code of executable binaries by replacing
relative branch addresses with absolute ones. This allows a LZMA compressor to
identify duplicate targets and archive higher compression rate.
BCJ is used in 7-zip compression utility as default filter for executable binaries.
pybcj is a python bindings with BCJ implementation by C language. The C codes are
derived from p7zip, portable 7-zip implementation. pybcj support Intel/Amd
x86/x86_64, Arm/Arm64, ArmThumb, Sparc, PPC, and IA64.