How To Install openwsman-client.x86_64 on Amazon Linux 2
In this tutorial we learn how to install openwsman-client.x86_64 in Amazon Linux 2. openwsman-client.x86_64 is Openwsman Client libraries
Introduction
In this tutorial we learn how to install openwsman-client.x86_64 on Amazon Linux 2.
What is openwsman-client.x86_64
Openwsman Client libraries
We can use yum to install openwsman-client.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install openwsman-client.x86_64.
Install openwsman-client.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install openwsman-client.x86_64 using yum by running the following command:
sudo yum -y install openwsman-client.x86_64
How To Uninstall openwsman-client.x86_64 on Amazon Linux 2
To uninstall only the openwsman-client.x86_64 package we can use the following command:
sudo yum remove openwsman-client.x86_64
openwsman-client.x86_64 Package Contents on Amazon Linux 2
/etc/openwsman/openwsman_client.conf
/usr/lib64/libwsman_clientpp.so.1
/usr/lib64/libwsman_clientpp.so.1.0.0
/usr/share/doc/openwsman-client-2.6.3
/usr/share/doc/openwsman-client-2.6.3/AUTHORS
/usr/share/doc/openwsman-client-2.6.3/COPYING
/usr/share/doc/openwsman-client-2.6.3/ChangeLog
/usr/share/doc/openwsman-client-2.6.3/README.md
References
Summary
In this tutorial we learn how to install openwsman-client.x86_64 on Amazon Linux 2 using yum.