How To Install mosquitto-devel on Fedora 36

In this tutorial we learn how to install mosquitto-devel in Fedora 36. mosquitto-devel is Development files for mosquitto

Introduction

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

What is mosquitto-devel

Development headers and libraries for mosquitto.

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

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

sudo dnf -y install mosquitto-devel

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

sudo yum -y install mosquitto-devel

How To Uninstall mosquitto-devel on Fedora 36

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

sudo dnf remove mosquitto-devel

mosquitto-devel Package Contents on Fedora 36

/usr/include/mosquitto.h
/usr/include/mosquitto_broker.h
/usr/include/mosquitto_plugin.h
/usr/include/mosquittopp.h
/usr/include/mqtt_protocol.h
/usr/lib/libmosquitto.so
/usr/lib/libmosquittopp.so
/usr/lib/pkgconfig/libmosquitto.pc
/usr/lib/pkgconfig/libmosquittopp.pc
/usr/share/man/man3/libmosquitto.3.gz

References

Summary

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


title: “How To Install mosquitto-devel on Fedora 36” linkTitle: “mosquitto-devel” type: “docs” description: “In this tutorial we learn how to install mosquitto-devel in Fedora 36. mosquitto-devel is Development files for mosquitto” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/mosquitto-devel-featured.png

Introduction

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

What is mosquitto-devel

Development headers and libraries for mosquitto.

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

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

sudo dnf -y install mosquitto-devel

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

sudo yum -y install mosquitto-devel

How To Uninstall mosquitto-devel on Fedora 36

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

sudo dnf remove mosquitto-devel

mosquitto-devel Package Contents on Fedora 36

/usr/include/mosquitto.h
/usr/include/mosquitto_broker.h
/usr/include/mosquitto_plugin.h
/usr/include/mosquittopp.h
/usr/include/mqtt_protocol.h
/usr/lib64/libmosquitto.so
/usr/lib64/libmosquittopp.so
/usr/lib64/pkgconfig/libmosquitto.pc
/usr/lib64/pkgconfig/libmosquittopp.pc
/usr/share/man/man3/libmosquitto.3.gz

References

Summary

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