How to Install and Uninstall python3-partd Package on openSUSE Leap

Last updated: November 23,2024

1. Install "python3-partd" package

In this section, we are going to explain the necessary steps to install python3-partd on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-partd

2. Uninstall "python3-partd" package

Please follow the instructions below to uninstall python3-partd on openSUSE Leap:

$ sudo zypper remove python3-partd

3. Information about the python3-partd package on openSUSE Leap

Information for package python3-partd:
--------------------------------------
Repository : Main Repository
Name : python3-partd
Version : 1.1.0-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 144.2 KiB
Installed : No
Status : not installed
Source package : python-partd-1.1.0-bp155.2.9.src
Upstream URL : https://github.com/mrocklin/partd/
Summary : Appendable key-value storage
Description :
Key-value byte store with appendable values
Partd stores key-value pairs.
Values are raw bytes.
We append on old values.
Partd excels at shuffling operations.