How to Install and Uninstall python39-opcodes Package on openSuSE Tumbleweed

Last updated: June 18,2024

1. Install "python39-opcodes" package

In this section, we are going to explain the necessary steps to install python39-opcodes on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-opcodes

2. Uninstall "python39-opcodes" package

Please follow the steps below to uninstall python39-opcodes on openSuSE Tumbleweed:

$ sudo zypper remove python39-opcodes

3. Information about the python39-opcodes package on openSuSE Tumbleweed

Information for package python39-opcodes:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-opcodes
Version : 0.3.14-2.19
Arch : noarch
Vendor : openSUSE
Installed Size : 6.3 MiB
Installed : No
Status : not installed
Source package : python-opcodes-0.3.14-2.19.src
Upstream URL : https://github.com/Maratyszcza/Opcodes
Summary : Database of Processor Instructions/Opcodes
Description :
The goal of this project is to document instruction sets in a format convenient
for tools development. An instruction set is represented by three files:
- An XML file that describes instructions
- An XSD file that describes the structure of the XML file
- A Python module that reads the XML file and represents it as a set of Python
objects
This project is a spin-off from