How To Install gsettings-desktop-schemas-devel.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install gsettings-desktop-schemas-devel.x86_64 on Amazon Linux 2.
What is gsettings-desktop-schemas-devel.x86_64
The gsettings-desktop-schemas-devel package contains libraries and header files for developing applications that use gsettings-desktop-schemas.
We can use yum to install gsettings-desktop-schemas-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install gsettings-desktop-schemas-devel.x86_64.
Install gsettings-desktop-schemas-devel.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install gsettings-desktop-schemas-devel.x86_64 using yum by running the following command:
sudo yum -y install gsettings-desktop-schemas-devel.x86_64
How To Uninstall gsettings-desktop-schemas-devel.x86_64 on Amazon Linux 2
To uninstall only the gsettings-desktop-schemas-devel.x86_64 package we can use the following command:
sudo yum remove gsettings-desktop-schemas-devel.x86_64
gsettings-desktop-schemas-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/gsettings-desktop-schemas
/usr/include/gsettings-desktop-schemas/gdesktop-enums.h
/usr/share/doc/gsettings-desktop-schemas-devel-3.28.0
/usr/share/doc/gsettings-desktop-schemas-devel-3.28.0/HACKING
/usr/share/gir-1.0/GDesktopEnums-3.0.gir
/usr/share/pkgconfig/gsettings-desktop-schemas.pc
References
Summary
In this tutorial we learn how to install gsettings-desktop-schemas-devel.x86_64 on Amazon Linux 2 using yum.