How To Install kde-gtk-config on Rocky Linux 8
Introduction
In this tutorial we learn how to install kde-gtk-config
on Rocky Linux 8.
What is kde-gtk-config
This is a System Settings configuration module for configuring the appearance of GTK apps in KDE.
We can use yum
or dnf
to install kde-gtk-config
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kde-gtk-config.
Install kde-gtk-config 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 kde-gtk-config
using dnf
by running the following command:
sudo dnf -y install kde-gtk-config
Install kde-gtk-config 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 kde-gtk-config
using yum
by running the following command:
sudo yum -y install kde-gtk-config
How To Uninstall kde-gtk-config on Rocky Linux 8
To uninstall only the kde-gtk-config
package we can use the following command:
sudo dnf remove kde-gtk-config
kde-gtk-config Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/07dc3619cf5232e123f530e9911946c31b4082
/usr/lib/.build-id/67
/usr/lib/.build-id/67/60eb6962574a1e28c71813d62735fa9de2890d
/usr/lib/.build-id/79
/usr/lib/.build-id/79/411ed10e19d4f72161fbb535273c36823f0e30
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/2133df5eb0e8bdecd94be18283342120479063
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/8e1c14230069bddb9f90dad42267d0f2739980
/usr/lib64/kconf_update_bin/gtk_theme
/usr/lib64/qt5/plugins/kf5/kded/gtkconfig.so
/usr/libexec/gtk3_preview
/usr/libexec/gtk_preview
/usr/libexec/reload_gtk_apps
/usr/share/kcm-gtk-module
/usr/share/kcm-gtk-module/preview.ui
/usr/share/kconf_update/gtkconfig.upd
/usr/share/licenses/kde-gtk-config
/usr/share/licenses/kde-gtk-config/COPYING
/usr/share/licenses/kde-gtk-config/COPYING.LIB
References
Summary
In this tutorial we learn how to install kde-gtk-config
on Rocky Linux 8 using yum and dnf.