How to Install and Uninstall libczmq4 Package on openSUSE Leap

Last updated: May 02,2024

1. Install "libczmq4" package

Please follow the steps below to install libczmq4 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libczmq4

2. Uninstall "libczmq4" package

This is a short guide on how to uninstall libczmq4 on openSUSE Leap:

$ sudo zypper remove libczmq4

3. Information about the libczmq4 package on openSUSE Leap

Information for package libczmq4:
---------------------------------
Repository : Main Repository
Name : libczmq4
Version : 4.2.1-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 470.5 KiB
Installed : No
Status : not installed
Source package : czmq-4.2.1-bp155.2.10.src
Upstream URL : https://github.com/zeromq/czmq
Summary : Shared library of czmq
Description :
CZMQ is a higher-level binding for the ZeroMQ core API.
* It wraps the ZeroMQ core API in semantics that lead to shorter,
more readable applications.
* It hides, as far as possible, the differences between different
versions of ZeroMQ (2.x, 3.x, 4.x).
* It provides a space for development of more sophisticated API
semantics.
* It wraps the ZeroMQ security features with high-level tools and
APIs.
* It is the basis for other language bindings built on top of CZMQ.