How to Install and Uninstall libcbor0_8 Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "libcbor0_8" package

In this section, we are going to explain the necessary steps to install libcbor0_8 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libcbor0_8

2. Uninstall "libcbor0_8" package

This guide covers the steps necessary to uninstall libcbor0_8 on openSuSE Tumbleweed:

$ sudo zypper remove libcbor0_8

3. Information about the libcbor0_8 package on openSuSE Tumbleweed

Information for package libcbor0_8:
-----------------------------------
Repository : @System
Name : libcbor0_8
Version : 0.8.0-1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 101,3 KiB
Installed : Yes (automatically)
Status : up-to-date
Source package : libcbor-0.8.0-1.5.src
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.