How To Install mtdev-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install mtdev-devel
on Rocky Linux 8.
What is mtdev-devel
Multitouch protocol translation library development package.
We can use yum
or dnf
to install mtdev-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install mtdev-devel.
Install mtdev-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 mtdev-devel
using dnf
by running the following command:
sudo dnf -y install mtdev-devel
Install mtdev-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 mtdev-devel
using yum
by running the following command:
sudo yum -y install mtdev-devel
How To Uninstall mtdev-devel on Rocky Linux 8
To uninstall only the mtdev-devel
package we can use the following command:
sudo dnf remove mtdev-devel
mtdev-devel Package Contents on Rocky Linux 8
/usr/bin/mtdev-test
/usr/include/mtdev-mapping.h
/usr/include/mtdev-plumbing.h
/usr/include/mtdev.h
/usr/lib/.build-id
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/15710a6ef88acce97f6ea4a9a9f44382dd5f01
/usr/lib/libmtdev.so
/usr/lib/pkgconfig/mtdev.pc
/usr/bin/mtdev-test
/usr/include/mtdev-mapping.h
/usr/include/mtdev-plumbing.h
/usr/include/mtdev.h
/usr/lib/.build-id
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/0a94dac1fd681955acdb0e034059617871acdd
/usr/lib64/libmtdev.so
/usr/lib64/pkgconfig/mtdev.pc
References
Summary
In this tutorial we learn how to install mtdev-devel
on Rocky Linux 8 using yum and dnf.