How to Install and Uninstall python310-biplist Package on openSuSE Tumbleweed

Last updated: June 16,2024

1. Install "python310-biplist" package

This is a short guide on how to install python310-biplist on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-biplist

2. Uninstall "python310-biplist" package

This guide let you learn how to uninstall python310-biplist on openSuSE Tumbleweed:

$ sudo zypper remove python310-biplist

3. Information about the python310-biplist package on openSuSE Tumbleweed

Information for package python310-biplist:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-biplist
Version : 1.0.3-5.1
Arch : noarch
Vendor : openSUSE
Installed Size : 71.0 KiB
Installed : No
Status : not installed
Source package : python-biplist-1.0.3-5.1.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.