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

Last updated: July 02,2024

1. Install "python310-opcodes" package

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

$ sudo zypper refresh $ sudo zypper install python310-opcodes

2. Uninstall "python310-opcodes" package

Please follow the step by step instructions below to uninstall python310-opcodes on openSuSE Tumbleweed:

$ sudo zypper remove python310-opcodes

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

Information for package python310-opcodes:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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