How To Install libwsman1 on Rocky Linux 8
Introduction
In this tutorial we learn how to install libwsman1 on Rocky Linux 8.
What is libwsman1
Openwsman library for packages dependent on openwsman.
We can use yum or dnf to install libwsman1 on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libwsman1.
Install libwsman1 on Rocky Linux 8 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libwsman1 using dnf by running the following command:
sudo dnf -y install libwsman1
Install libwsman1 on Rocky Linux 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
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 Rocky Linux 8
To uninstall only the libwsman1 package we can use the following command:
sudo dnf remove libwsman1
libwsman1 Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/d83f876cb0c46d1537be0c5b0a57258b1f5848
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/1b24b579def2c7a77f2b30b2e8331b1e81dbe5
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/60f7c83fefb500e3dc96b10ac41f5fbc18b72b
/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/54
/usr/lib/.build-id/54/2ad51c4576e7b740d13f033c6f549646c3f9a8
/usr/lib/.build-id/61
/usr/lib/.build-id/61/f9e4443c992fc53818985e200272df7da8af6a
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/f2b0eb7368a4fccf3c47f202c436de59a69806
/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 Rocky Linux 8 using yum and dnf.