How To Install gnokii-devel on Rocky Linux 8
In this tutorial we learn how to install gnokii-devel on Rocky Linux 8. gnokii-devel is Gnokii development files
Introduction
In this tutorial we learn how to install gnokii-devel
on Rocky Linux 8.
What is gnokii-devel
Gnokii development files.
We can use yum
or dnf
to install gnokii-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install gnokii-devel.
Install gnokii-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 gnokii-devel
using dnf
by running the following command:
sudo dnf -y install gnokii-devel
Install gnokii-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 gnokii-devel
using yum
by running the following command:
sudo yum -y install gnokii-devel
How To Uninstall gnokii-devel on Rocky Linux 8
To uninstall only the gnokii-devel
package we can use the following command:
sudo dnf remove gnokii-devel
gnokii-devel Package Contents on Rocky Linux 8
/usr/include/gnokii
/usr/include/gnokii.h
/usr/include/gnokii/bitmaps.h
/usr/include/gnokii/call.h
/usr/include/gnokii/common.h
/usr/include/gnokii/data.h
/usr/include/gnokii/encoding.h
/usr/include/gnokii/error.h
/usr/include/gnokii/mms.h
/usr/include/gnokii/networks.h
/usr/include/gnokii/ringtones.h
/usr/include/gnokii/rlp-common.h
/usr/include/gnokii/sms.h
/usr/include/gnokii/statemachine.h
/usr/include/gnokii/virtmodem.h
/usr/include/gnokii/wappush.h
/usr/lib64/libgnokii.so
/usr/lib64/pkgconfig/gnokii.pc
/usr/lib64/pkgconfig/xgnokii.pc
References
Summary
In this tutorial we learn how to install gnokii-devel
on Rocky Linux 8 using yum and dnf.