How To Install libwsman1 on Fedora 36

In this tutorial we learn how to install libwsman1 in Fedora 36. libwsman1 is Open source Implementation of WS-Management

Introduction

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

What is libwsman1

Openwsman library for packages dependent on openwsman.

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

Install libwsman1 on Fedora 36 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 Fedora 36 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 Fedora 36

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

sudo dnf remove libwsman1

libwsman1 Package Contents on Fedora 36

---
title: "How To Install libwsman1 on Fedora 36"
linkTitle: "libwsman1"
type: "docs"
description: "In this tutorial we learn how to install libwsman1 in Fedora 36. libwsman1 is Open source Implementation of WS-Management"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libwsman1-featured.png
---

## Introduction

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

### What is `libwsman1`

> Openwsman library for packages dependent on openwsman.  

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

## Install libwsman1 on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
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 Fedora 36 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 Fedora 36

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

sudo dnf remove libwsman1

libwsman1 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/0752f3a4b55d75c9cf5b921d1619600a392dd6
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/1ae722ad37a5b1d6f67a751123c952b1e0b9ec
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/704c7c9232723941fa43d7ecce85bb3cd7f2ba
/usr/lib/libwsman.so.1
/usr/lib/libwsman.so.1.0.0
/usr/lib/libwsman_client.so.5
/usr/lib/libwsman_client.so.5.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 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/03 /usr/lib/.build-id/03/22402c61ef3153d653d75728d1fb7f2159a269 /usr/lib/.build-id/39 /usr/lib/.build-id/39/024765472f33c6df6a58746e89db886d61e55a /usr/lib/.build-id/69 /usr/lib/.build-id/69/3f0a7fccc7593706c9256075842b4d12d6308a /usr/lib64/libwsman.so.1 /usr/lib64/libwsman.so.1.0.0 /usr/lib64/libwsman_client.so.5 /usr/lib64/libwsman_client.so.5.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


## References

* [libwsman1 website](http://www.openwsman.org/)

## Summary

In this tutorial we learn how to install `libwsman1` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).