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

Last updated: September 20,2024

1. Install "python3-biplist" package

Please follow the steps below to install python3-biplist on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-biplist

2. Uninstall "python3-biplist" package

In this section, we are going to explain the necessary steps to uninstall python3-biplist on openSUSE Leap:

$ sudo zypper remove python3-biplist

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

Information for package python3-biplist:
----------------------------------------
Repository : Main Repository
Name : python3-biplist
Version : 1.0.3-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 98.1 KiB
Installed : No
Status : not installed
Source package : python-biplist-1.0.3-bp155.2.11.src
Upstream URL : https://bitbucket.org/wooster/biplist
Summary : A library for reading/writing binary plists
Description :
biplist is a binary plist parser/generator for Python.
Binary Property List (plist) files provide a faster and smaller serialization
format for property lists on OS X. This is a library for generating binary
plists which can be read by OS X, iOS, or other clients.