How To Install glog on Fedora 36
Introduction
In this tutorial we learn how to install glog on Fedora 36.
What is glog
Google glog is a library that implements application-level logging. This library provides logging APIs based on C++-style streams and various helper macros.
We can use yum or dnf to install glog on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install glog.
Install glog on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install glog using dnf by running the following command:
sudo dnf -y install glog
Install glog on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install glog using yum by running the following command:
sudo yum -y install glog
How To Uninstall glog on Fedora 36
To uninstall only the glog package we can use the following command:
sudo dnf remove glog
glog Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/098ef0e2a671b6c2ed96932102edf6135c6a83
/usr/lib/libglog.so.0
/usr/lib/libglog.so.0.0.0
/usr/share/doc/glog
/usr/share/doc/glog/COPYING
/usr/share/doc/glog/ChangeLog
/usr/share/doc/glog/README
References
Summary
In this tutorial we learn how to install glog on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install glog on Fedora 36” linkTitle: “glog” type: “docs” description: “In this tutorial we learn how to install glog in Fedora 36. glog is A C++ application logging library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/glog-featured.png
Introduction
In this tutorial we learn how to install glog on Fedora 36.
What is glog
Google glog is a library that implements application-level logging. This library provides logging APIs based on C++-style streams and various helper macros.
We can use yum or dnf to install glog on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install glog.
Install glog on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install glog using dnf by running the following command:
sudo dnf -y install glog
Install glog on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install glog using yum by running the following command:
sudo yum -y install glog
How To Uninstall glog on Fedora 36
To uninstall only the glog package we can use the following command:
sudo dnf remove glog
glog Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/603a75a9e6a9035225f230dd9c455d3d004474
/usr/lib64/libglog.so.0
/usr/lib64/libglog.so.0.0.0
/usr/share/doc/glog
/usr/share/doc/glog/COPYING
/usr/share/doc/glog/ChangeLog
/usr/share/doc/glog/README
References
Summary
In this tutorial we learn how to install glog on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).