How To Install glib2 on CentOS 8
Introduction
In this tutorial we learn how to install glib2
on CentOS 8.
What is glib2
GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system. glib2 2.56.4 10.el8_4 i686 2.6 M glib2-2.56.4-10.el8_4.src.rpm baseos A library of handy utility functions http LGPLv2+ GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system. glib2 2.56.4 10.el8_4 x86_64 2.5 M glib2-2.56.4-10.el8_4.src.rpm baseos A library of handy utility functions http LGPLv2+ GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.
We can use yum
or dnf
to install glib2
on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install glib2.
Install glib2 on CentOS 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install glib2
using dnf
by running the following command:
sudo dnf -y install glib2
Install glib2 on CentOS 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install glib2
using yum
by running the following command:
sudo yum -y install glib2
How To Uninstall glib2 on CentOS 8
To uninstall only the glib2
package we can use the following command:
sudo dnf remove glib2
glib2 Package Contents on CentOS 8
/usr/bin/gapplication
/usr/bin/gdbus
/usr/bin/gio
/usr/bin/gio-querymodules-32
/usr/bin/glib-compile-schemas
/usr/bin/gsettings
/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/105585ce279da85327c020e2dceb6de23babeb
/usr/lib/.build-id/26
/usr/lib/.build-id/26/b836ee8c15943ae5c28e35d6bd8009f08060a3
/usr/lib/.build-id/35
/usr/lib/.build-id/35/0caa1317beb92b6664482524e99677a53fc879
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/50ec666d025e9b93e12753c904226548dbc72d
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/64a90a0ccc975760c12c714abec69f2a3604f7
/usr/lib/.build-id/54
/usr/lib/.build-id/54/35e45995ec013a76d1a9f9686e609f2d858907
/usr/lib/.build-id/77
/usr/lib/.build-id/77/1d7f1d9ff14ee4c2356855a8883ff5ac79d764
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/4f59d94e23ba4479c0c7257a489fd1126cd7cf
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/7d0573ea2f05fe2e58ccef2875ed061a7d2baa
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/cec3678dd55db5330a455c42c5021f1329e13a
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/fb442ec02865f1fcf621ab5f77f0e47ea06e1a
/usr/lib/gio
/usr/lib/gio/modules
/usr/lib/gio/modules/giomodule.cache
/usr/lib/libgio-2.0.so.0
/usr/lib/libgio-2.0.so.0.5600.4
/usr/lib/libglib-2.0.so.0
/usr/lib/libglib-2.0.so.0.5600.4
/usr/lib/libgmodule-2.0.so.0
/usr/lib/libgmodule-2.0.so.0.5600.4
/usr/lib/libgobject-2.0.so.0
/usr/lib/libgobject-2.0.so.0.5600.4
/usr/lib/libgthread-2.0.so.0
/usr/lib/libgthread-2.0.so.0.5600.4
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/gapplication
/usr/share/bash-completion/completions/gdbus
/usr/share/bash-completion/completions/gsettings
/usr/share/doc/glib2
/usr/share/doc/glib2/AUTHORS
/usr/share/doc/glib2/NEWS
/usr/share/doc/glib2/README
/usr/share/glib-2.0
/usr/share/glib-2.0/schemas
/usr/share/licenses/glib2
/usr/share/licenses/glib2/COPYING
/usr/share/locale/af/LC_MESSAGES/glib20.mo
/usr/share/locale/am/LC_MESSAGES/glib20.mo
/usr/share/locale/an/LC_MESSAGES/glib20.mo
/usr/share/locale/ar/LC_MESSAGES/glib20.mo
/usr/share/locale/as/LC_MESSAGES/glib20.mo
/usr/share/locale/ast/LC_MESSAGES/glib20.mo
/usr/share/locale/az/LC_MESSAGES/glib20.mo
/usr/share/locale/be/LC_MESSAGES/glib20.mo
/usr/share/locale/be@latin/LC_MESSAGES/glib20.mo
/usr/share/locale/bg/LC_MESSAGES/glib20.mo
/usr/share/locale/bn/LC_MESSAGES/glib20.mo
/usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo
/usr/share/locale/bs/LC_MESSAGES/glib20.mo
/usr/share/locale/ca/LC_MESSAGES/glib20.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo
/usr/share/locale/cs/LC_MESSAGES/glib20.mo
/usr/share/locale/cy/LC_MESSAGES/glib20.mo
/usr/share/locale/da/LC_MESSAGES/glib20.mo
/usr/share/locale/de/LC_MESSAGES/glib20.mo
/usr/share/locale/dz/LC_MESSAGES/glib20.mo
/usr/share/locale/el/LC_MESSAGES/glib20.mo
/usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo
/usr/share/locale/en_CA/LC_MESSAGES/glib20.mo
/usr/share/locale/en_GB/LC_MESSAGES/glib20.mo
/usr/share/locale/eo/LC_MESSAGES/glib20.mo
/usr/share/locale/es/LC_MESSAGES/glib20.mo
/usr/share/locale/et/LC_MESSAGES/glib20.mo
/usr/share/locale/eu/LC_MESSAGES/glib20.mo
/usr/share/locale/fa/LC_MESSAGES/glib20.mo
/usr/share/locale/fi/LC_MESSAGES/glib20.mo
/usr/share/locale/fr/LC_MESSAGES/glib20.mo
/usr/share/locale/fur/LC_MESSAGES/glib20.mo
/usr/share/locale/ga/LC_MESSAGES/glib20.mo
/usr/share/locale/gd/LC_MESSAGES/glib20.mo
/usr/share/locale/gl/LC_MESSAGES/glib20.mo
/usr/share/locale/gu/LC_MESSAGES/glib20.mo
/usr/share/locale/he/LC_MESSAGES/glib20.mo
/usr/share/locale/hi/LC_MESSAGES/glib20.mo
/usr/share/locale/hr/LC_MESSAGES/glib20.mo
/usr/share/locale/hu/LC_MESSAGES/glib20.mo
/usr/share/locale/hy/LC_MESSAGES/glib20.mo
/usr/share/locale/id/LC_MESSAGES/glib20.mo
/usr/share/locale/is/LC_MESSAGES/glib20.mo
/usr/share/locale/it/LC_MESSAGES/glib20.mo
/usr/share/locale/ja/LC_MESSAGES/glib20.mo
/usr/share/locale/ka/LC_MESSAGES/glib20.mo
/usr/share/locale/kk/LC_MESSAGES/glib20.mo
/usr/share/locale/kn/LC_MESSAGES/glib20.mo
/usr/share/locale/ko/LC_MESSAGES/glib20.mo
/usr/share/locale/ku/LC_MESSAGES/glib20.mo
/usr/share/locale/lt/LC_MESSAGES/glib20.mo
/usr/share/locale/lv/LC_MESSAGES/glib20.mo
/usr/share/locale/mai/LC_MESSAGES/glib20.mo
/usr/share/locale/mg/LC_MESSAGES/glib20.mo
/usr/share/locale/mk/LC_MESSAGES/glib20.mo
/usr/share/locale/ml/LC_MESSAGES/glib20.mo
/usr/share/locale/mn/LC_MESSAGES/glib20.mo
/usr/share/locale/mr/LC_MESSAGES/glib20.mo
/usr/share/locale/ms/LC_MESSAGES/glib20.mo
/usr/share/locale/nb/LC_MESSAGES/glib20.mo
/usr/share/locale/nds/LC_MESSAGES/glib20.mo
/usr/share/locale/ne/LC_MESSAGES/glib20.mo
/usr/share/locale/nl/LC_MESSAGES/glib20.mo
/usr/share/locale/nn/LC_MESSAGES/glib20.mo
/usr/share/locale/oc/LC_MESSAGES/glib20.mo
/usr/share/locale/or/LC_MESSAGES/glib20.mo
/usr/share/locale/pa/LC_MESSAGES/glib20.mo
/usr/share/locale/pl/LC_MESSAGES/glib20.mo
/usr/share/locale/ps/LC_MESSAGES/glib20.mo
/usr/share/locale/pt/LC_MESSAGES/glib20.mo
/usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo
/usr/share/locale/ro/LC_MESSAGES/glib20.mo
/usr/share/locale/ru/LC_MESSAGES/glib20.mo
/usr/share/locale/rw/LC_MESSAGES/glib20.mo
/usr/share/locale/si/LC_MESSAGES/glib20.mo
/usr/share/locale/sk/LC_MESSAGES/glib20.mo
/usr/share/locale/sl/LC_MESSAGES/glib20.mo
/usr/share/locale/sq/LC_MESSAGES/glib20.mo
/usr/share/locale/sr/LC_MESSAGES/glib20.mo
/usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo
/usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo
/usr/share/locale/sv/LC_MESSAGES/glib20.mo
/usr/share/locale/ta/LC_MESSAGES/glib20.mo
/usr/share/locale/te/LC_MESSAGES/glib20.mo
/usr/share/locale/tg/LC_MESSAGES/glib20.mo
/usr/share/locale/th/LC_MESSAGES/glib20.mo
/usr/share/locale/tl/LC_MESSAGES/glib20.mo
/usr/share/locale/tr/LC_MESSAGES/glib20.mo
/usr/share/locale/tt/LC_MESSAGES/glib20.mo
/usr/share/locale/ug/LC_MESSAGES/glib20.mo
/usr/share/locale/uk/LC_MESSAGES/glib20.mo
/usr/share/locale/vi/LC_MESSAGES/glib20.mo
/usr/share/locale/wa/LC_MESSAGES/glib20.mo
/usr/share/locale/xh/LC_MESSAGES/glib20.mo
/usr/share/locale/yi/LC_MESSAGES/glib20.mo
/usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo
/usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo
/usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo
/usr/share/man/man1/gapplication.1.gz
/usr/share/man/man1/gdbus.1.gz
/usr/share/man/man1/gio-querymodules.1.gz
/usr/share/man/man1/gio.1.gz
/usr/share/man/man1/glib-compile-schemas.1.gz
/usr/share/man/man1/gsettings.1.gz
/usr/bin/gapplication
/usr/bin/gdbus
/usr/bin/gio
/usr/bin/gio-querymodules-32
/usr/bin/glib-compile-schemas
/usr/bin/gsettings
/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/bf249c023bde5e133a59dd7498489463d9c654
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/61c76e59bbd2c6046051a6c0b85c305caeca3a
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/ddfa8b3eabfd951459be6a73a821ff5b59e456
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/7bc55f355d174667ca7f8d4c51dd4aa0b8e1a4
/usr/lib/.build-id/41
/usr/lib/.build-id/41/dac3633637b5b90e2404d283dafdd7afdbbdf8
/usr/lib/.build-id/44
/usr/lib/.build-id/44/fcb5a708e39bc1d81c5d55fe14ce9a8f01e7ce
/usr/lib/.build-id/61
/usr/lib/.build-id/61/4fa9b7b830546ff290363edeb280f491257432
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/c81e535f691129db872aea0cfebb8d402ac9e1
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/cd6b22ba881ca8ff8da9609d6a58b61f118468
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/2cc79d62d40eb1a279d9fe317c2966dc26bbc5
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/c94a3f832aad6ebfdaba833706176c376b8ac9
/usr/lib/gio
/usr/lib/gio/modules
/usr/lib/gio/modules/giomodule.cache
/usr/lib/libgio-2.0.so.0
/usr/lib/libgio-2.0.so.0.5600.4
/usr/lib/libglib-2.0.so.0
/usr/lib/libglib-2.0.so.0.5600.4
/usr/lib/libgmodule-2.0.so.0
/usr/lib/libgmodule-2.0.so.0.5600.4
/usr/lib/libgobject-2.0.so.0
/usr/lib/libgobject-2.0.so.0.5600.4
/usr/lib/libgthread-2.0.so.0
/usr/lib/libgthread-2.0.so.0.5600.4
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/gapplication
/usr/share/bash-completion/completions/gdbus
/usr/share/bash-completion/completions/gsettings
/usr/share/doc/glib2
/usr/share/doc/glib2/AUTHORS
/usr/share/doc/glib2/NEWS
/usr/share/doc/glib2/README
/usr/share/glib-2.0
/usr/share/glib-2.0/schemas
/usr/share/licenses/glib2
/usr/share/licenses/glib2/COPYING
/usr/share/locale/af/LC_MESSAGES/glib20.mo
/usr/share/locale/am/LC_MESSAGES/glib20.mo
/usr/share/locale/an/LC_MESSAGES/glib20.mo
/usr/share/locale/ar/LC_MESSAGES/glib20.mo
/usr/share/locale/as/LC_MESSAGES/glib20.mo
/usr/share/locale/ast/LC_MESSAGES/glib20.mo
/usr/share/locale/az/LC_MESSAGES/glib20.mo
/usr/share/locale/be/LC_MESSAGES/glib20.mo
/usr/share/locale/be@latin/LC_MESSAGES/glib20.mo
/usr/share/locale/bg/LC_MESSAGES/glib20.mo
/usr/share/locale/bn/LC_MESSAGES/glib20.mo
/usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo
/usr/share/locale/bs/LC_MESSAGES/glib20.mo
/usr/share/locale/ca/LC_MESSAGES/glib20.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo
/usr/share/locale/cs/LC_MESSAGES/glib20.mo
/usr/share/locale/cy/LC_MESSAGES/glib20.mo
/usr/share/locale/da/LC_MESSAGES/glib20.mo
/usr/share/locale/de/LC_MESSAGES/glib20.mo
/usr/share/locale/dz/LC_MESSAGES/glib20.mo
/usr/share/locale/el/LC_MESSAGES/glib20.mo
/usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo
/usr/share/locale/en_CA/LC_MESSAGES/glib20.mo
/usr/share/locale/en_GB/LC_MESSAGES/glib20.mo
/usr/share/locale/eo/LC_MESSAGES/glib20.mo
/usr/share/locale/es/LC_MESSAGES/glib20.mo
/usr/share/locale/et/LC_MESSAGES/glib20.mo
/usr/share/locale/eu/LC_MESSAGES/glib20.mo
/usr/share/locale/fa/LC_MESSAGES/glib20.mo
/usr/share/locale/fi/LC_MESSAGES/glib20.mo
/usr/share/locale/fr/LC_MESSAGES/glib20.mo
/usr/share/locale/fur/LC_MESSAGES/glib20.mo
/usr/share/locale/ga/LC_MESSAGES/glib20.mo
/usr/share/locale/gd/LC_MESSAGES/glib20.mo
/usr/share/locale/gl/LC_MESSAGES/glib20.mo
/usr/share/locale/gu/LC_MESSAGES/glib20.mo
/usr/share/locale/he/LC_MESSAGES/glib20.mo
/usr/share/locale/hi/LC_MESSAGES/glib20.mo
/usr/share/locale/hr/LC_MESSAGES/glib20.mo
/usr/share/locale/hu/LC_MESSAGES/glib20.mo
/usr/share/locale/hy/LC_MESSAGES/glib20.mo
/usr/share/locale/id/LC_MESSAGES/glib20.mo
/usr/share/locale/is/LC_MESSAGES/glib20.mo
/usr/share/locale/it/LC_MESSAGES/glib20.mo
/usr/share/locale/ja/LC_MESSAGES/glib20.mo
/usr/share/locale/ka/LC_MESSAGES/glib20.mo
/usr/share/locale/kk/LC_MESSAGES/glib20.mo
/usr/share/locale/kn/LC_MESSAGES/glib20.mo
/usr/share/locale/ko/LC_MESSAGES/glib20.mo
/usr/share/locale/ku/LC_MESSAGES/glib20.mo
/usr/share/locale/lt/LC_MESSAGES/glib20.mo
/usr/share/locale/lv/LC_MESSAGES/glib20.mo
/usr/share/locale/mai/LC_MESSAGES/glib20.mo
/usr/share/locale/mg/LC_MESSAGES/glib20.mo
/usr/share/locale/mk/LC_MESSAGES/glib20.mo
/usr/share/locale/ml/LC_MESSAGES/glib20.mo
/usr/share/locale/mn/LC_MESSAGES/glib20.mo
/usr/share/locale/mr/LC_MESSAGES/glib20.mo
/usr/share/locale/ms/LC_MESSAGES/glib20.mo
/usr/share/locale/nb/LC_MESSAGES/glib20.mo
/usr/share/locale/nds/LC_MESSAGES/glib20.mo
/usr/share/locale/ne/LC_MESSAGES/glib20.mo
/usr/share/locale/nl/LC_MESSAGES/glib20.mo
/usr/share/locale/nn/LC_MESSAGES/glib20.mo
/usr/share/locale/oc/LC_MESSAGES/glib20.mo
/usr/share/locale/or/LC_MESSAGES/glib20.mo
/usr/share/locale/pa/LC_MESSAGES/glib20.mo
/usr/share/locale/pl/LC_MESSAGES/glib20.mo
/usr/share/locale/ps/LC_MESSAGES/glib20.mo
/usr/share/locale/pt/LC_MESSAGES/glib20.mo
/usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo
/usr/share/locale/ro/LC_MESSAGES/glib20.mo
/usr/share/locale/ru/LC_MESSAGES/glib20.mo
/usr/share/locale/rw/LC_MESSAGES/glib20.mo
/usr/share/locale/si/LC_MESSAGES/glib20.mo
/usr/share/locale/sk/LC_MESSAGES/glib20.mo
/usr/share/locale/sl/LC_MESSAGES/glib20.mo
/usr/share/locale/sq/LC_MESSAGES/glib20.mo
/usr/share/locale/sr/LC_MESSAGES/glib20.mo
/usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo
/usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo
/usr/share/locale/sv/LC_MESSAGES/glib20.mo
/usr/share/locale/ta/LC_MESSAGES/glib20.mo
/usr/share/locale/te/LC_MESSAGES/glib20.mo
/usr/share/locale/tg/LC_MESSAGES/glib20.mo
/usr/share/locale/th/LC_MESSAGES/glib20.mo
/usr/share/locale/tl/LC_MESSAGES/glib20.mo
/usr/share/locale/tr/LC_MESSAGES/glib20.mo
/usr/share/locale/tt/LC_MESSAGES/glib20.mo
/usr/share/locale/ug/LC_MESSAGES/glib20.mo
/usr/share/locale/uk/LC_MESSAGES/glib20.mo
/usr/share/locale/vi/LC_MESSAGES/glib20.mo
/usr/share/locale/wa/LC_MESSAGES/glib20.mo
/usr/share/locale/xh/LC_MESSAGES/glib20.mo
/usr/share/locale/yi/LC_MESSAGES/glib20.mo
/usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo
/usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo
/usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo
/usr/share/man/man1/gapplication.1.gz
/usr/share/man/man1/gdbus.1.gz
/usr/share/man/man1/gio-querymodules.1.gz
/usr/share/man/man1/gio.1.gz
/usr/share/man/man1/glib-compile-schemas.1.gz
/usr/share/man/man1/gsettings.1.gz
/usr/bin/gapplication
/usr/bin/gdbus
/usr/bin/gio
/usr/bin/gio-querymodules-64
/usr/bin/glib-compile-schemas
/usr/bin/gsettings
/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/a3a40ca64d0b7ddabaf291c83e1f84c95ce723
/usr/lib/.build-id/11
/usr/lib/.build-id/11/f6d7479d6f7749f038959319e62d2fa8dab7fc
/usr/lib/.build-id/12
/usr/lib/.build-id/12/e9c1e746eb70ed733765158c859ee6da1a5b63
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/e71a2d9c82d7a19573625bae4b009bd4b5f7e2
/usr/lib/.build-id/26
/usr/lib/.build-id/26/97afbe032a4e5d0d8aed8c0001832e3e21d95a
/usr/lib/.build-id/57
/usr/lib/.build-id/57/37ba85ba5e0d2a5bf2132ee18ba10224d357b8
/usr/lib/.build-id/71
/usr/lib/.build-id/71/0a4ef52f2afd516aeef3a86099e7acce645650
/usr/lib/.build-id/75
/usr/lib/.build-id/75/2e9c393b5381a5679688d16a795324d93f4f15
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/2895533d9804ad272e0820a7ef2420c744e512
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/ac481e625a53265b371e0b031a4e9aa87a2dbb
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/d973a2b6969d79e288b25bdbb9481a6afcd08a
/usr/lib64/gio
/usr/lib64/gio/modules
/usr/lib64/gio/modules/giomodule.cache
/usr/lib64/libgio-2.0.so.0
/usr/lib64/libgio-2.0.so.0.5600.4
/usr/lib64/libglib-2.0.so.0
/usr/lib64/libglib-2.0.so.0.5600.4
/usr/lib64/libgmodule-2.0.so.0
/usr/lib64/libgmodule-2.0.so.0.5600.4
/usr/lib64/libgobject-2.0.so.0
/usr/lib64/libgobject-2.0.so.0.5600.4
/usr/lib64/libgthread-2.0.so.0
/usr/lib64/libgthread-2.0.so.0.5600.4
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/gapplication
/usr/share/bash-completion/completions/gdbus
/usr/share/bash-completion/completions/gsettings
/usr/share/doc/glib2
/usr/share/doc/glib2/AUTHORS
/usr/share/doc/glib2/NEWS
/usr/share/doc/glib2/README
/usr/share/glib-2.0
/usr/share/glib-2.0/schemas
/usr/share/licenses/glib2
/usr/share/licenses/glib2/COPYING
/usr/share/locale/af/LC_MESSAGES/glib20.mo
/usr/share/locale/am/LC_MESSAGES/glib20.mo
/usr/share/locale/an/LC_MESSAGES/glib20.mo
/usr/share/locale/ar/LC_MESSAGES/glib20.mo
/usr/share/locale/as/LC_MESSAGES/glib20.mo
/usr/share/locale/ast/LC_MESSAGES/glib20.mo
/usr/share/locale/az/LC_MESSAGES/glib20.mo
/usr/share/locale/be/LC_MESSAGES/glib20.mo
/usr/share/locale/be@latin/LC_MESSAGES/glib20.mo
/usr/share/locale/bg/LC_MESSAGES/glib20.mo
/usr/share/locale/bn/LC_MESSAGES/glib20.mo
/usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo
/usr/share/locale/bs/LC_MESSAGES/glib20.mo
/usr/share/locale/ca/LC_MESSAGES/glib20.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo
/usr/share/locale/cs/LC_MESSAGES/glib20.mo
/usr/share/locale/cy/LC_MESSAGES/glib20.mo
/usr/share/locale/da/LC_MESSAGES/glib20.mo
/usr/share/locale/de/LC_MESSAGES/glib20.mo
/usr/share/locale/dz/LC_MESSAGES/glib20.mo
/usr/share/locale/el/LC_MESSAGES/glib20.mo
/usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo
/usr/share/locale/en_CA/LC_MESSAGES/glib20.mo
/usr/share/locale/en_GB/LC_MESSAGES/glib20.mo
/usr/share/locale/eo/LC_MESSAGES/glib20.mo
/usr/share/locale/es/LC_MESSAGES/glib20.mo
/usr/share/locale/et/LC_MESSAGES/glib20.mo
/usr/share/locale/eu/LC_MESSAGES/glib20.mo
/usr/share/locale/fa/LC_MESSAGES/glib20.mo
/usr/share/locale/fi/LC_MESSAGES/glib20.mo
/usr/share/locale/fr/LC_MESSAGES/glib20.mo
/usr/share/locale/fur/LC_MESSAGES/glib20.mo
/usr/share/locale/ga/LC_MESSAGES/glib20.mo
/usr/share/locale/gd/LC_MESSAGES/glib20.mo
/usr/share/locale/gl/LC_MESSAGES/glib20.mo
/usr/share/locale/gu/LC_MESSAGES/glib20.mo
/usr/share/locale/he/LC_MESSAGES/glib20.mo
/usr/share/locale/hi/LC_MESSAGES/glib20.mo
/usr/share/locale/hr/LC_MESSAGES/glib20.mo
/usr/share/locale/hu/LC_MESSAGES/glib20.mo
/usr/share/locale/hy/LC_MESSAGES/glib20.mo
/usr/share/locale/id/LC_MESSAGES/glib20.mo
/usr/share/locale/is/LC_MESSAGES/glib20.mo
/usr/share/locale/it/LC_MESSAGES/glib20.mo
/usr/share/locale/ja/LC_MESSAGES/glib20.mo
/usr/share/locale/ka/LC_MESSAGES/glib20.mo
/usr/share/locale/kk/LC_MESSAGES/glib20.mo
/usr/share/locale/kn/LC_MESSAGES/glib20.mo
/usr/share/locale/ko/LC_MESSAGES/glib20.mo
/usr/share/locale/ku/LC_MESSAGES/glib20.mo
/usr/share/locale/lt/LC_MESSAGES/glib20.mo
/usr/share/locale/lv/LC_MESSAGES/glib20.mo
/usr/share/locale/mai/LC_MESSAGES/glib20.mo
/usr/share/locale/mg/LC_MESSAGES/glib20.mo
/usr/share/locale/mk/LC_MESSAGES/glib20.mo
/usr/share/locale/ml/LC_MESSAGES/glib20.mo
/usr/share/locale/mn/LC_MESSAGES/glib20.mo
/usr/share/locale/mr/LC_MESSAGES/glib20.mo
/usr/share/locale/ms/LC_MESSAGES/glib20.mo
/usr/share/locale/nb/LC_MESSAGES/glib20.mo
/usr/share/locale/nds/LC_MESSAGES/glib20.mo
/usr/share/locale/ne/LC_MESSAGES/glib20.mo
/usr/share/locale/nl/LC_MESSAGES/glib20.mo
/usr/share/locale/nn/LC_MESSAGES/glib20.mo
/usr/share/locale/oc/LC_MESSAGES/glib20.mo
/usr/share/locale/or/LC_MESSAGES/glib20.mo
/usr/share/locale/pa/LC_MESSAGES/glib20.mo
/usr/share/locale/pl/LC_MESSAGES/glib20.mo
/usr/share/locale/ps/LC_MESSAGES/glib20.mo
/usr/share/locale/pt/LC_MESSAGES/glib20.mo
/usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo
/usr/share/locale/ro/LC_MESSAGES/glib20.mo
/usr/share/locale/ru/LC_MESSAGES/glib20.mo
/usr/share/locale/rw/LC_MESSAGES/glib20.mo
/usr/share/locale/si/LC_MESSAGES/glib20.mo
/usr/share/locale/sk/LC_MESSAGES/glib20.mo
/usr/share/locale/sl/LC_MESSAGES/glib20.mo
/usr/share/locale/sq/LC_MESSAGES/glib20.mo
/usr/share/locale/sr/LC_MESSAGES/glib20.mo
/usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo
/usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo
/usr/share/locale/sv/LC_MESSAGES/glib20.mo
/usr/share/locale/ta/LC_MESSAGES/glib20.mo
/usr/share/locale/te/LC_MESSAGES/glib20.mo
/usr/share/locale/tg/LC_MESSAGES/glib20.mo
/usr/share/locale/th/LC_MESSAGES/glib20.mo
/usr/share/locale/tl/LC_MESSAGES/glib20.mo
/usr/share/locale/tr/LC_MESSAGES/glib20.mo
/usr/share/locale/tt/LC_MESSAGES/glib20.mo
/usr/share/locale/ug/LC_MESSAGES/glib20.mo
/usr/share/locale/uk/LC_MESSAGES/glib20.mo
/usr/share/locale/vi/LC_MESSAGES/glib20.mo
/usr/share/locale/wa/LC_MESSAGES/glib20.mo
/usr/share/locale/xh/LC_MESSAGES/glib20.mo
/usr/share/locale/yi/LC_MESSAGES/glib20.mo
/usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo
/usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo
/usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo
/usr/share/man/man1/gapplication.1.gz
/usr/share/man/man1/gdbus.1.gz
/usr/share/man/man1/gio-querymodules.1.gz
/usr/share/man/man1/gio.1.gz
/usr/share/man/man1/glib-compile-schemas.1.gz
/usr/share/man/man1/gsettings.1.gz
/usr/bin/gapplication
/usr/bin/gdbus
/usr/bin/gio
/usr/bin/gio-querymodules-64
/usr/bin/glib-compile-schemas
/usr/bin/gsettings
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/31d367a46056698719ec35cf411b9d636e24f8
/usr/lib/.build-id/27
/usr/lib/.build-id/27/560e8068607dfeaaaf6dbe81fff94e09e5d606
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/6ad1e7ad0108300b2b9575a15fc66dff2239b2
/usr/lib/.build-id/34
/usr/lib/.build-id/34/fcd41508e47e8a839132a03f2d4b92cce93b6a
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/fd3628311934cebe74ed74e9bf18ce0a16ddbf
/usr/lib/.build-id/42
/usr/lib/.build-id/42/8ecf1a9417e8be418cf61aea3a014a1f1cac08
/usr/lib/.build-id/59
/usr/lib/.build-id/59/1f688abe03ab6b2e12c9c7e7f5914816b1e60a
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/cb0cfcfa16b856681722b4ecd1cf172ba972ee
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/7d3ed28c8b2d4ddb358e6759710fcfed8fd766
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/977411258d370abe27c448d24216da4346af5a
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/a19d38320a0e7bd5f05b49972f207c46869461
/usr/lib64/gio
/usr/lib64/gio/modules
/usr/lib64/gio/modules/giomodule.cache
/usr/lib64/libgio-2.0.so.0
/usr/lib64/libgio-2.0.so.0.5600.4
/usr/lib64/libglib-2.0.so.0
/usr/lib64/libglib-2.0.so.0.5600.4
/usr/lib64/libgmodule-2.0.so.0
/usr/lib64/libgmodule-2.0.so.0.5600.4
/usr/lib64/libgobject-2.0.so.0
/usr/lib64/libgobject-2.0.so.0.5600.4
/usr/lib64/libgthread-2.0.so.0
/usr/lib64/libgthread-2.0.so.0.5600.4
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/gapplication
/usr/share/bash-completion/completions/gdbus
/usr/share/bash-completion/completions/gsettings
/usr/share/doc/glib2
/usr/share/doc/glib2/AUTHORS
/usr/share/doc/glib2/NEWS
/usr/share/doc/glib2/README
/usr/share/glib-2.0
/usr/share/glib-2.0/schemas
/usr/share/licenses/glib2
/usr/share/licenses/glib2/COPYING
/usr/share/locale/af/LC_MESSAGES/glib20.mo
/usr/share/locale/am/LC_MESSAGES/glib20.mo
/usr/share/locale/an/LC_MESSAGES/glib20.mo
/usr/share/locale/ar/LC_MESSAGES/glib20.mo
/usr/share/locale/as/LC_MESSAGES/glib20.mo
/usr/share/locale/ast/LC_MESSAGES/glib20.mo
/usr/share/locale/az/LC_MESSAGES/glib20.mo
/usr/share/locale/be/LC_MESSAGES/glib20.mo
/usr/share/locale/be@latin/LC_MESSAGES/glib20.mo
/usr/share/locale/bg/LC_MESSAGES/glib20.mo
/usr/share/locale/bn/LC_MESSAGES/glib20.mo
/usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo
/usr/share/locale/bs/LC_MESSAGES/glib20.mo
/usr/share/locale/ca/LC_MESSAGES/glib20.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo
/usr/share/locale/cs/LC_MESSAGES/glib20.mo
/usr/share/locale/cy/LC_MESSAGES/glib20.mo
/usr/share/locale/da/LC_MESSAGES/glib20.mo
/usr/share/locale/de/LC_MESSAGES/glib20.mo
/usr/share/locale/dz/LC_MESSAGES/glib20.mo
/usr/share/locale/el/LC_MESSAGES/glib20.mo
/usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo
/usr/share/locale/en_CA/LC_MESSAGES/glib20.mo
/usr/share/locale/en_GB/LC_MESSAGES/glib20.mo
/usr/share/locale/eo/LC_MESSAGES/glib20.mo
/usr/share/locale/es/LC_MESSAGES/glib20.mo
/usr/share/locale/et/LC_MESSAGES/glib20.mo
/usr/share/locale/eu/LC_MESSAGES/glib20.mo
/usr/share/locale/fa/LC_MESSAGES/glib20.mo
/usr/share/locale/fi/LC_MESSAGES/glib20.mo
/usr/share/locale/fr/LC_MESSAGES/glib20.mo
/usr/share/locale/fur/LC_MESSAGES/glib20.mo
/usr/share/locale/ga/LC_MESSAGES/glib20.mo
/usr/share/locale/gd/LC_MESSAGES/glib20.mo
/usr/share/locale/gl/LC_MESSAGES/glib20.mo
/usr/share/locale/gu/LC_MESSAGES/glib20.mo
/usr/share/locale/he/LC_MESSAGES/glib20.mo
/usr/share/locale/hi/LC_MESSAGES/glib20.mo
/usr/share/locale/hr/LC_MESSAGES/glib20.mo
/usr/share/locale/hu/LC_MESSAGES/glib20.mo
/usr/share/locale/hy/LC_MESSAGES/glib20.mo
/usr/share/locale/id/LC_MESSAGES/glib20.mo
/usr/share/locale/is/LC_MESSAGES/glib20.mo
/usr/share/locale/it/LC_MESSAGES/glib20.mo
/usr/share/locale/ja/LC_MESSAGES/glib20.mo
/usr/share/locale/ka/LC_MESSAGES/glib20.mo
/usr/share/locale/kk/LC_MESSAGES/glib20.mo
/usr/share/locale/kn/LC_MESSAGES/glib20.mo
/usr/share/locale/ko/LC_MESSAGES/glib20.mo
/usr/share/locale/ku/LC_MESSAGES/glib20.mo
/usr/share/locale/lt/LC_MESSAGES/glib20.mo
/usr/share/locale/lv/LC_MESSAGES/glib20.mo
/usr/share/locale/mai/LC_MESSAGES/glib20.mo
/usr/share/locale/mg/LC_MESSAGES/glib20.mo
/usr/share/locale/mk/LC_MESSAGES/glib20.mo
/usr/share/locale/ml/LC_MESSAGES/glib20.mo
/usr/share/locale/mn/LC_MESSAGES/glib20.mo
/usr/share/locale/mr/LC_MESSAGES/glib20.mo
/usr/share/locale/ms/LC_MESSAGES/glib20.mo
/usr/share/locale/nb/LC_MESSAGES/glib20.mo
/usr/share/locale/nds/LC_MESSAGES/glib20.mo
/usr/share/locale/ne/LC_MESSAGES/glib20.mo
/usr/share/locale/nl/LC_MESSAGES/glib20.mo
/usr/share/locale/nn/LC_MESSAGES/glib20.mo
/usr/share/locale/oc/LC_MESSAGES/glib20.mo
/usr/share/locale/or/LC_MESSAGES/glib20.mo
/usr/share/locale/pa/LC_MESSAGES/glib20.mo
/usr/share/locale/pl/LC_MESSAGES/glib20.mo
/usr/share/locale/ps/LC_MESSAGES/glib20.mo
/usr/share/locale/pt/LC_MESSAGES/glib20.mo
/usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo
/usr/share/locale/ro/LC_MESSAGES/glib20.mo
/usr/share/locale/ru/LC_MESSAGES/glib20.mo
/usr/share/locale/rw/LC_MESSAGES/glib20.mo
/usr/share/locale/si/LC_MESSAGES/glib20.mo
/usr/share/locale/sk/LC_MESSAGES/glib20.mo
/usr/share/locale/sl/LC_MESSAGES/glib20.mo
/usr/share/locale/sq/LC_MESSAGES/glib20.mo
/usr/share/locale/sr/LC_MESSAGES/glib20.mo
/usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo
/usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo
/usr/share/locale/sv/LC_MESSAGES/glib20.mo
/usr/share/locale/ta/LC_MESSAGES/glib20.mo
/usr/share/locale/te/LC_MESSAGES/glib20.mo
/usr/share/locale/tg/LC_MESSAGES/glib20.mo
/usr/share/locale/th/LC_MESSAGES/glib20.mo
/usr/share/locale/tl/LC_MESSAGES/glib20.mo
/usr/share/locale/tr/LC_MESSAGES/glib20.mo
/usr/share/locale/tt/LC_MESSAGES/glib20.mo
/usr/share/locale/ug/LC_MESSAGES/glib20.mo
/usr/share/locale/uk/LC_MESSAGES/glib20.mo
/usr/share/locale/vi/LC_MESSAGES/glib20.mo
/usr/share/locale/wa/LC_MESSAGES/glib20.mo
/usr/share/locale/xh/LC_MESSAGES/glib20.mo
/usr/share/locale/yi/LC_MESSAGES/glib20.mo
/usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo
/usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo
/usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo
/usr/share/man/man1/gapplication.1.gz
/usr/share/man/man1/gdbus.1.gz
/usr/share/man/man1/gio-querymodules.1.gz
/usr/share/man/man1/gio.1.gz
/usr/share/man/man1/glib-compile-schemas.1.gz
/usr/share/man/man1/gsettings.1.gz
References
- [glib2 website](http://www.gtk.org http://www.gtk.org http://www.gtk.org)
Summary
In this tutorial we learn how to install glib2
on CentOS 8 using yum and dnf.