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

Last updated: May 19,2024

1. Install "python2-anyjson" package

This guide let you learn how to install python2-anyjson on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-anyjson

2. Uninstall "python2-anyjson" package

This tutorial shows how to uninstall python2-anyjson on openSUSE Leap:

$ sudo zypper remove python2-anyjson

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

Information for package python2-anyjson:
----------------------------------------
Repository : Main Repository
Name : python2-anyjson
Version : 0.3.3-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 23,2 KiB
Installed : No
Status : not installed
Source package : python-anyjson-0.3.3-bp153.1.15.src
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/)