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

Last updated: May 19,2024

1. Install "python2-hexdump" package

Here is a brief guide to show you how to install python2-hexdump on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-hexdump

2. Uninstall "python2-hexdump" package

This is a short guide on how to uninstall python2-hexdump on openSUSE Leap:

$ sudo zypper remove python2-hexdump

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

Information for package python2-hexdump:
----------------------------------------
Repository : Main Repository
Name : python2-hexdump
Version : 3.3-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 55,0 KiB
Installed : No
Status : not installed
Source package : python-hexdump-3.3-bp153.1.14.src
Summary : Python tool to dump binary data
Description :
This utility converts between the raw representation and a
byte-based hexdump representation.
The display is equivalent to the output of the `hexdump -C` command, but
it requires a Python runtime.