How to Install and Uninstall gtk-update-icon-cache.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 02,2024

1. Install "gtk-update-icon-cache.x86_64" package

Please follow the guidelines below to install gtk-update-icon-cache.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install gtk-update-icon-cache.x86_64

2. Uninstall "gtk-update-icon-cache.x86_64" package

This tutorial shows how to uninstall gtk-update-icon-cache.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove gtk-update-icon-cache.x86_64 $ sudo dnf autoremove

3. Information about the gtk-update-icon-cache.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:30:39 ago on Sun May 9 13:03:46 2021.
Installed Packages
Name : gtk-update-icon-cache
Version : 3.22.30
Release : 6.el8
Architecture : x86_64
Size : 59 k
Source : gtk3-3.22.30-6.el8.src.rpm
Repository : @System
From repo : appstream
Summary : Icon theme caching utility
URL : http://www.gtk.org
License : LGPLv2+
Description : GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot of
: system call and disk seek overhead when the application starts. Since the
: format of the cache files allows them to be mmap()ed shared between multiple
: applications, the overall memory consumption is reduced as well.