How To Install libwsman-devel on Fedora 36

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

Introduction

In this tutorial we learn how to install libwsman-devel on Fedora 36.

What is libwsman-devel

Development files for openwsman.

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

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

sudo dnf -y install libwsman-devel

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

sudo yum -y install libwsman-devel

How To Uninstall libwsman-devel on Fedora 36

To uninstall only the libwsman-devel package we can use the following command:

sudo dnf remove libwsman-devel

libwsman-devel Package Contents on Fedora 36

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

## Introduction

In this tutorial we learn how to install `libwsman-devel` on Fedora 36.

### What is `libwsman-devel`

> Development files for openwsman.  

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

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

sudo dnf -y install libwsman-devel

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

sudo yum -y install libwsman-devel

How To Uninstall libwsman-devel on Fedora 36

To uninstall only the libwsman-devel package we can use the following command:

sudo dnf remove libwsman-devel

libwsman-devel Package Contents on Fedora 36

/usr/include/openwsman
/usr/include/openwsman/cim
/usr/include/openwsman/cim/cim-interface.h
/usr/include/openwsman/cpp
/usr/include/openwsman/cpp/Exception.h
/usr/include/openwsman/cpp/OpenWsmanClient.h
/usr/include/openwsman/cpp/WsmanClient.h
/usr/include/openwsman/cpp/WsmanEPR.h
/usr/include/openwsman/cpp/WsmanFilter.h
/usr/include/openwsman/cpp/WsmanOptions.h
/usr/include/openwsman/u
/usr/include/openwsman/u/base64.h
/usr/include/openwsman/u/buf.h
/usr/include/openwsman/u/carpal.h
/usr/include/openwsman/u/debug.h
/usr/include/openwsman/u/debug_internal.h
/usr/include/openwsman/u/gettimeofday.h
/usr/include/openwsman/u/hash.h
/usr/include/openwsman/u/iniparser.h
/usr/include/openwsman/u/libu.h
/usr/include/openwsman/u/list.h
/usr/include/openwsman/u/lock.h
/usr/include/openwsman/u/log.h
/usr/include/openwsman/u/logprv.h
/usr/include/openwsman/u/md5.h
/usr/include/openwsman/u/memory.h
/usr/include/openwsman/u/misc.h
/usr/include/openwsman/u/os.h
/usr/include/openwsman/u/pthreadx.h
/usr/include/openwsman/u/strings.h
/usr/include/openwsman/u/syslog.h
/usr/include/openwsman/u/uerr.h
/usr/include/openwsman/u/uoption.h
/usr/include/openwsman/u/uri.h
/usr/include/openwsman/u/uuid.h
/usr/include/openwsman/wsman-api.h
/usr/include/openwsman/wsman-cimindication-processor.h
/usr/include/openwsman/wsman-client-api.h
/usr/include/openwsman/wsman-client-transport.h
/usr/include/openwsman/wsman-client.h
/usr/include/openwsman/wsman-debug.h
/usr/include/openwsman/wsman-declarations.h
/usr/include/openwsman/wsman-dispatcher.h
/usr/include/openwsman/wsman-epr.h
/usr/include/openwsman/wsman-event-pool.h
/usr/include/openwsman/wsman-faults.h
/usr/include/openwsman/wsman-filter.h
/usr/include/openwsman/wsman-key-value.h
/usr/include/openwsman/wsman-names.h
/usr/include/openwsman/wsman-server-api.h
/usr/include/openwsman/wsman-soap-envelope.h
/usr/include/openwsman/wsman-soap-message.h
/usr/include/openwsman/wsman-soap.h
/usr/include/openwsman/wsman-subscription-repository.h
/usr/include/openwsman/wsman-types.h
/usr/include/openwsman/wsman-xml-api.h
/usr/include/openwsman/wsman-xml-binding.h
/usr/include/openwsman/wsman-xml-serialize.h
/usr/include/openwsman/wsman-xml-serializer.h
/usr/include/openwsman/wsman-xml.h
/usr/lib64/libwsman.so
/usr/lib64/libwsman_client.so
/usr/lib64/libwsman_clientpp.so
/usr/lib64/libwsman_curl_client_transport.so
/usr/lib64/libwsman_server.so
/usr/lib64/pkgconfig/openwsman++.pc
/usr/lib64/pkgconfig/openwsman-server.pc
/usr/lib64/pkgconfig/openwsman.pc
/usr/share/doc/libwsman-devel
/usr/share/doc/libwsman-devel/AUTHORS
/usr/share/doc/libwsman-devel/COPYING
/usr/share/doc/libwsman-devel/ChangeLog
/usr/share/doc/libwsman-devel/README.md

References

Summary

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

/usr/include/openwsman /usr/include/openwsman/cim /usr/include/openwsman/cim/cim-interface.h /usr/include/openwsman/cpp /usr/include/openwsman/cpp/Exception.h /usr/include/openwsman/cpp/OpenWsmanClient.h /usr/include/openwsman/cpp/WsmanClient.h /usr/include/openwsman/cpp/WsmanEPR.h /usr/include/openwsman/cpp/WsmanFilter.h /usr/include/openwsman/cpp/WsmanOptions.h /usr/include/openwsman/u /usr/include/openwsman/u/base64.h /usr/include/openwsman/u/buf.h /usr/include/openwsman/u/carpal.h /usr/include/openwsman/u/debug.h /usr/include/openwsman/u/debug_internal.h /usr/include/openwsman/u/gettimeofday.h /usr/include/openwsman/u/hash.h /usr/include/openwsman/u/iniparser.h /usr/include/openwsman/u/libu.h /usr/include/openwsman/u/list.h /usr/include/openwsman/u/lock.h /usr/include/openwsman/u/log.h /usr/include/openwsman/u/logprv.h /usr/include/openwsman/u/md5.h /usr/include/openwsman/u/memory.h /usr/include/openwsman/u/misc.h /usr/include/openwsman/u/os.h /usr/include/openwsman/u/pthreadx.h /usr/include/openwsman/u/strings.h /usr/include/openwsman/u/syslog.h /usr/include/openwsman/u/uerr.h /usr/include/openwsman/u/uoption.h /usr/include/openwsman/u/uri.h /usr/include/openwsman/u/uuid.h /usr/include/openwsman/wsman-api.h /usr/include/openwsman/wsman-cimindication-processor.h /usr/include/openwsman/wsman-client-api.h /usr/include/openwsman/wsman-client-transport.h /usr/include/openwsman/wsman-client.h /usr/include/openwsman/wsman-debug.h /usr/include/openwsman/wsman-declarations.h /usr/include/openwsman/wsman-dispatcher.h /usr/include/openwsman/wsman-epr.h /usr/include/openwsman/wsman-event-pool.h /usr/include/openwsman/wsman-faults.h /usr/include/openwsman/wsman-filter.h /usr/include/openwsman/wsman-key-value.h /usr/include/openwsman/wsman-names.h /usr/include/openwsman/wsman-server-api.h /usr/include/openwsman/wsman-soap-envelope.h /usr/include/openwsman/wsman-soap-message.h /usr/include/openwsman/wsman-soap.h /usr/include/openwsman/wsman-subscription-repository.h /usr/include/openwsman/wsman-types.h /usr/include/openwsman/wsman-xml-api.h /usr/include/openwsman/wsman-xml-binding.h /usr/include/openwsman/wsman-xml-serialize.h /usr/include/openwsman/wsman-xml-serializer.h /usr/include/openwsman/wsman-xml.h /usr/lib/libwsman.so /usr/lib/libwsman_client.so /usr/lib/libwsman_clientpp.so /usr/lib/libwsman_curl_client_transport.so /usr/lib/libwsman_server.so /usr/lib/pkgconfig/openwsman++.pc /usr/lib/pkgconfig/openwsman-server.pc /usr/lib/pkgconfig/openwsman.pc /usr/share/doc/libwsman-devel /usr/share/doc/libwsman-devel/AUTHORS /usr/share/doc/libwsman-devel/COPYING /usr/share/doc/libwsman-devel/ChangeLog /usr/share/doc/libwsman-devel/README.md


## References

* [libwsman-devel website](http://www.openwsman.org/)

## Summary

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