How To Install libwbxml on Fedora 34

libwbxml is Library and tools to parse, encode and handle WBXML documents Library and tools to parse, encode and handle WBXML documents

Introduction

In this tutorial we learn how to install libwbxml on Fedora 34.

What is libwbxml

The WBXML Library (libwbxml) contains a library and its associated tools to parse, encode and handle WBXML documents. The WBXML format is a binary representation of XML, defined by the Wap Forum, and used to reduce bandwidth in mobile communications. libwbxml 0.11.7 4.fc34 x86_64 109 k libwbxml-0.11.7-4.fc34.src.rpm fedora Library and tools to parse, encode and handle WBXML documents https LGPLv2+ The WBXML Library (libwbxml) contains a library and its associated tools to parse, encode and handle WBXML documents. The WBXML format is a binary representation of XML, defined by the Wap Forum, and used to reduce bandwidth in mobile communications.

We can use yum or dnf to install libwbxml on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libwbxml.

Install libwbxml on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libwbxml using dnf by running the following command:

sudo dnf -y install libwbxml

Install libwbxml on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libwbxml using yum by running the following command:

sudo yum -y install libwbxml

How To Uninstall libwbxml on Fedora 34

To uninstall only the libwbxml package we can use the following command:

sudo dnf remove libwbxml

libwbxml Package Contents on Fedora 34

/usr/bin/wbxml2xml
/usr/bin/xml2wbxml
/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/b667fce3e62b3d8a945a5b9ba817fae4bcdc78
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/d6639d5561a7b5d67ab1b05656552684e15a40
/usr/lib/.build-id/74
/usr/lib/.build-id/74/58fa44ac3ad2c68c79cf7e97b163469ce21e71
/usr/lib/libwbxml2.so.1
/usr/lib/libwbxml2.so.1.0.7
/usr/share/doc/libwbxml
/usr/share/doc/libwbxml/BUGS
/usr/share/doc/libwbxml/ChangeLog
/usr/share/doc/libwbxml/README
/usr/share/doc/libwbxml/References
/usr/share/doc/libwbxml/THANKS
/usr/share/doc/libwbxml/TODO
/usr/share/licenses/libwbxml
/usr/share/licenses/libwbxml/COPYING
/usr/share/licenses/libwbxml/GNU-LGPL
/usr/bin/wbxml2xml
/usr/bin/xml2wbxml
/usr/lib/.build-id
/usr/lib/.build-id/95
/usr/lib/.build-id/95/86e42ba43fa265ee74402963e64f941d325f6b
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/870c57cd80c3a2d3ae816a17548a51f7a570c8
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/89b8938e53b1e159b45b502c6fd3b83a99e4fa
/usr/lib64/libwbxml2.so.1
/usr/lib64/libwbxml2.so.1.0.7
/usr/share/doc/libwbxml
/usr/share/doc/libwbxml/BUGS
/usr/share/doc/libwbxml/ChangeLog
/usr/share/doc/libwbxml/README
/usr/share/doc/libwbxml/References
/usr/share/doc/libwbxml/THANKS
/usr/share/doc/libwbxml/TODO
/usr/share/licenses/libwbxml
/usr/share/licenses/libwbxml/COPYING
/usr/share/licenses/libwbxml/GNU-LGPL

References

Summary

In this tutorial we learn how to install libwbxml on Fedora 34 using yum and dnf.