How to Install and Uninstall python3-opcodes Package on openSUSE Leap
Last updated: March 15,2025
1. Install "python3-opcodes" package
Please follow the steps below to install python3-opcodes on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-opcodes
Copied
2. Uninstall "python3-opcodes" package
This tutorial shows how to uninstall python3-opcodes on openSUSE Leap:
$
sudo zypper remove
python3-opcodes
Copied
3. Information about the python3-opcodes package on openSUSE Leap
Information for package python3-opcodes:
----------------------------------------
Repository : Main Repository
Name : python3-opcodes
Version : 0.3.14-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 6.3 MiB
Installed : No
Status : not installed
Source package : python-opcodes-0.3.14-bp155.2.12.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
----------------------------------------
Repository : Main Repository
Name : python3-opcodes
Version : 0.3.14-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 6.3 MiB
Installed : No
Status : not installed
Source package : python-opcodes-0.3.14-bp155.2.12.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