How To Install mythes-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install mythes-devel
on Rocky Linux 8.
What is mythes-devel
Includes and definitions for developing with mythes
We can use yum
or dnf
to install mythes-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install mythes-devel.
Install mythes-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 mythes-devel
using dnf
by running the following command:
sudo dnf -y install mythes-devel
Install mythes-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 mythes-devel
using yum
by running the following command:
sudo yum -y install mythes-devel
How To Uninstall mythes-devel on Rocky Linux 8
To uninstall only the mythes-devel
package we can use the following command:
sudo dnf remove mythes-devel
mythes-devel Package Contents on Rocky Linux 8
/usr/bin/th_gen_idx.pl
/usr/include/mythes.hxx
/usr/lib/libmythes-1.2.so
/usr/lib/pkgconfig/mythes.pc
/usr/share/doc/mythes-devel
/usr/share/doc/mythes-devel/data_layout.txt
/usr/bin/th_gen_idx.pl
/usr/include/mythes.hxx
/usr/lib64/libmythes-1.2.so
/usr/lib64/pkgconfig/mythes.pc
/usr/share/doc/mythes-devel
/usr/share/doc/mythes-devel/data_layout.txt
References
Summary
In this tutorial we learn how to install mythes-devel
on Rocky Linux 8 using yum and dnf.