How To Install loudmouth-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install loudmouth-devel
on Rocky Linux 8.
What is loudmouth-devel
The loudmouth-devel package contains libraries and header files for developing applications that use loudmouth.
We can use yum
or dnf
to install loudmouth-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install loudmouth-devel.
Install loudmouth-devel 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 loudmouth-devel
using dnf
by running the following command:
sudo dnf -y install loudmouth-devel
Install loudmouth-devel 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 loudmouth-devel
using yum
by running the following command:
sudo yum -y install loudmouth-devel
How To Uninstall loudmouth-devel on Rocky Linux 8
To uninstall only the loudmouth-devel
package we can use the following command:
sudo dnf remove loudmouth-devel
loudmouth-devel Package Contents on Rocky Linux 8
/usr/include/loudmouth-1.0
/usr/include/loudmouth-1.0/loudmouth
/usr/include/loudmouth-1.0/loudmouth/lm-connection.h
/usr/include/loudmouth-1.0/loudmouth/lm-error.h
/usr/include/loudmouth-1.0/loudmouth/lm-message-handler.h
/usr/include/loudmouth-1.0/loudmouth/lm-message-node.h
/usr/include/loudmouth-1.0/loudmouth/lm-message.h
/usr/include/loudmouth-1.0/loudmouth/lm-proxy.h
/usr/include/loudmouth-1.0/loudmouth/lm-ssl.h
/usr/include/loudmouth-1.0/loudmouth/lm-utils.h
/usr/include/loudmouth-1.0/loudmouth/loudmouth.h
/usr/lib64/libloudmouth-1.so
/usr/lib64/pkgconfig/loudmouth-1.0.pc
/usr/share/gtk-doc/html/loudmouth
/usr/share/gtk-doc/html/loudmouth/ch01.html
/usr/share/gtk-doc/html/loudmouth/home.png
/usr/share/gtk-doc/html/loudmouth/index.html
/usr/share/gtk-doc/html/loudmouth/left-insensitive.png
/usr/share/gtk-doc/html/loudmouth/left.png
/usr/share/gtk-doc/html/loudmouth/loudmouth-LmConnection.html
/usr/share/gtk-doc/html/loudmouth/loudmouth-LmError.html
/usr/share/gtk-doc/html/loudmouth/loudmouth-LmMessage.html
/usr/share/gtk-doc/html/loudmouth/loudmouth-LmMessageHandler.html
/usr/share/gtk-doc/html/loudmouth/loudmouth-LmMessageNode.html
/usr/share/gtk-doc/html/loudmouth/loudmouth-LmProxy.html
/usr/share/gtk-doc/html/loudmouth/loudmouth-LmSSL.html
/usr/share/gtk-doc/html/loudmouth/loudmouth-Miscellaneous-Utility-Functions.html
/usr/share/gtk-doc/html/loudmouth/loudmouth.devhelp2
/usr/share/gtk-doc/html/loudmouth/right-insensitive.png
/usr/share/gtk-doc/html/loudmouth/right.png
/usr/share/gtk-doc/html/loudmouth/style.css
/usr/share/gtk-doc/html/loudmouth/up-insensitive.png
/usr/share/gtk-doc/html/loudmouth/up.png
References
Summary
In this tutorial we learn how to install loudmouth-devel
on Rocky Linux 8 using yum and dnf.