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

Last updated: July 01,2024

1. Install "python312-opcodes" package

Please follow the instructions below to install python312-opcodes on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-opcodes

2. Uninstall "python312-opcodes" package

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

$ sudo zypper remove python312-opcodes

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

Information for package python312-opcodes:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-opcodes
Version : 0.3.14-2.19
Arch : noarch
Vendor : openSUSE
Installed Size : 6.4 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