How To Install libisds on Fedora 34

libisds is Library for accessing the Czech Data Boxes Library for accessing the Czech Data Boxes

Introduction

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

What is libisds

This is a library for accessing ISDS (Informační systém datových schránek / Data Box Information System) SOAP services as defined in Czech ISDS Act (300/2008 Coll.) and implied documents. libisds 0.11.1 2.fc34 x86_64 120 k libisds-0.11.1-2.fc34.src.rpm fedora Library for accessing the Czech Data Boxes http LGPLv3+ and GPLv3+ This is a library for accessing ISDS (Informační systém datových schránek / Data Box Information System) SOAP services as defined in Czech ISDS Act (300/2008 Coll.) and implied documents.

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

Install libisds 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 libisds using dnf by running the following command:

sudo dnf -y install libisds

Install libisds 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 libisds using yum by running the following command:

sudo yum -y install libisds

How To Uninstall libisds on Fedora 34

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

sudo dnf remove libisds

libisds Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/86430ca116f41871e8dae4215c88beb52e3730
/usr/lib/libisds.so.5
/usr/lib/libisds.so.5.4.0
/usr/share/doc/libisds
/usr/share/doc/libisds/AUTHORS
/usr/share/doc/libisds/NEWS
/usr/share/doc/libisds/README
/usr/share/doc/libisds/TODO
/usr/share/licenses/libisds
/usr/share/licenses/libisds/COPYING
/usr/share/locale/cs/LC_MESSAGES/libisds.mo
/usr/lib/.build-id
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/b1f6172d6823ecc6e0c26a8df90bfcfcf0556a
/usr/lib64/libisds.so.5
/usr/lib64/libisds.so.5.4.0
/usr/share/doc/libisds
/usr/share/doc/libisds/AUTHORS
/usr/share/doc/libisds/NEWS
/usr/share/doc/libisds/README
/usr/share/doc/libisds/TODO
/usr/share/licenses/libisds
/usr/share/licenses/libisds/COPYING
/usr/share/locale/cs/LC_MESSAGES/libisds.mo

References

Summary

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