How To Install lame-devel on Rocky Linux 8
In this tutorial we learn how to install lame-devel on Rocky Linux 8. lame-devel is Development files for lame
Introduction
In this tutorial we learn how to install lame-devel
on Rocky Linux 8.
What is lame-devel
This package development files for lame.
We can use yum
or dnf
to install lame-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install lame-devel.
Install lame-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 lame-devel
using dnf
by running the following command:
sudo dnf -y install lame-devel
Install lame-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 lame-devel
using yum
by running the following command:
sudo yum -y install lame-devel
How To Uninstall lame-devel on Rocky Linux 8
To uninstall only the lame-devel
package we can use the following command:
sudo dnf remove lame-devel
lame-devel Package Contents on Rocky Linux 8
/usr/include/lame
/usr/include/lame.h
/usr/include/lame/lame.h
/usr/lib/libmp3lame.so
/usr/share/doc/lame-devel
/usr/share/doc/lame-devel/API
/usr/share/doc/lame-devel/HACKING
/usr/share/doc/lame-devel/STYLEGUIDE
/usr/include/lame
/usr/include/lame.h
/usr/include/lame/lame.h
/usr/lib64/libmp3lame.so
/usr/share/doc/lame-devel
/usr/share/doc/lame-devel/API
/usr/share/doc/lame-devel/HACKING
/usr/share/doc/lame-devel/STYLEGUIDE
References
Summary
In this tutorial we learn how to install lame-devel
on Rocky Linux 8 using yum and dnf.