How to Install and Uninstall python2-opcodes Package on openSUSE Leap

Last updated: May 11,2024

1. Install "python2-opcodes" package

Learn how to install python2-opcodes on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-opcodes

2. Uninstall "python2-opcodes" package

Learn how to uninstall python2-opcodes on openSUSE Leap:

$ sudo zypper remove python2-opcodes

3. Information about the python2-opcodes package on openSUSE Leap

Information for package python2-opcodes:
----------------------------------------
Repository : Main Repository
Name : python2-opcodes
Version : 0.3.14-bp153.1.23
Arch : noarch
Vendor : openSUSE
Installed Size : 6,3 MiB
Installed : No
Status : not installed
Source package : python-opcodes-0.3.14-bp153.1.23.src
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