How to Install and Uninstall libcbor-doc Package on openSuSE Tumbleweed

Last updated: January 23,2025

1. Install "libcbor-doc" package

Please follow the step by step instructions below to install libcbor-doc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libcbor-doc

2. Uninstall "libcbor-doc" package

This tutorial shows how to uninstall libcbor-doc on openSuSE Tumbleweed:

$ sudo zypper remove libcbor-doc

3. Information about the libcbor-doc package on openSuSE Tumbleweed

Information for package libcbor-doc:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libcbor-doc
Version : 0.10.2-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 39.9 KiB
Installed : No
Status : not installed
Source package : libcbor-doc-0.10.2-1.3.src
Upstream URL : https://github.com/PJK/libcbor
Summary : Library for parsing Concise Binary Object Representation (CBOR)
Description :
libcbor is a C99 library for parsing and generating CBOR (RFC 7049),
a general-purpose schema-less binary data format.
It supports flexible memory management, UTF-8, streams & incremental
processing, and has a layered architecture.