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

Last updated: May 22,2024

1. Install "python3-anyjson" package

Learn how to install python3-anyjson on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-anyjson

2. Uninstall "python3-anyjson" package

Learn how to uninstall python3-anyjson on openSUSE Leap:

$ sudo zypper remove python3-anyjson

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

Information for package python3-anyjson:
----------------------------------------
Repository : Main Repository
Name : python3-anyjson
Version : 0.3.3-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 21.7 KiB
Installed : No
Status : not installed
Source package : python-anyjson-0.3.3-bp155.2.10.src
Upstream URL : https://bitbucket.org/runeh/anyjson
Summary : Wrapper for the best available JSON implementation available in a common interface
Description :
Anyjson loads whichever is the fastest JSON module installed and provides
a uniform API regardless of which JSON implementation is used.
Originally part of carrot (http://github.com/ask/carrot/)