How to Install and Uninstall glog.x86_64 Package on Oracle Linux 9

Last updated: September 21,2024

1. Install "glog.x86_64" package

This tutorial shows how to install glog.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install glog.x86_64

2. Uninstall "glog.x86_64" package

This guide covers the steps necessary to uninstall glog.x86_64 on Oracle Linux 9:

$ sudo dnf remove glog.x86_64 $ sudo dnf autoremove

3. Information about the glog.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:12:08 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : glog
Version : 0.3.5
Release : 15.el9
Architecture : x86_64
Size : 66 k
Source : glog-0.3.5-15.el9.src.rpm
Repository : epel
Summary : A C++ application logging library
URL : https://github.com/google/glog
License : BSD
Description : Google glog is a library that implements application-level
: logging. This library provides logging APIs based on C++-style
: streams and various helper macros.