How To Install libwsman1 on Fedora 34

libwsman1 is Open source Implementation of WS-Management Open source Implementation of WS-Management

Introduction

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

What is libwsman1

Openwsman library for packages dependent on openwsman. libwsman1 2.6.8 19.fc34 x86_64 140 k openwsman-2.6.8-19.fc34.src.rpm fedora Open source Implementation of WS-Management http BSD Openwsman library for packages dependent on openwsman.

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

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

sudo dnf -y install libwsman1

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

sudo yum -y install libwsman1

How To Uninstall libwsman1 on Fedora 34

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

sudo dnf remove libwsman1

libwsman1 Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/e6102ea8b6320fd70a5163d24bfa36c6eaf539
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/ddd4740d52b2e8b1d05ea7e472099a17f5e8a8
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/c22bef76ff8e9354d2bff5b2890c841ab4df90
/usr/lib64/libwsman.so.1
/usr/lib64/libwsman.so.1.0.0
/usr/lib64/libwsman_client.so.4
/usr/lib64/libwsman_client.so.4.0.0
/usr/lib64/libwsman_curl_client_transport.so.1
/usr/lib64/libwsman_curl_client_transport.so.1.0.0
/usr/share/doc/libwsman1
/usr/share/doc/libwsman1/AUTHORS
/usr/share/doc/libwsman1/COPYING
/usr/share/doc/libwsman1/ChangeLog
/usr/share/doc/libwsman1/README.md
/usr/share/doc/libwsman1/TODO
/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/fd2ffcd6c72b7fbc7d98d9d6bfe004a3ca3d6b
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/9db3f3acd15c18e290b39cbcd286b14e9f5051
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/ee2c4b96dd0ba7036ac744d6687d81b873c907
/usr/lib/libwsman.so.1
/usr/lib/libwsman.so.1.0.0
/usr/lib/libwsman_client.so.4
/usr/lib/libwsman_client.so.4.0.0
/usr/lib/libwsman_curl_client_transport.so.1
/usr/lib/libwsman_curl_client_transport.so.1.0.0
/usr/share/doc/libwsman1
/usr/share/doc/libwsman1/AUTHORS
/usr/share/doc/libwsman1/COPYING
/usr/share/doc/libwsman1/ChangeLog
/usr/share/doc/libwsman1/README.md
/usr/share/doc/libwsman1/TODO

References

Summary

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