How To Install libglib-testing on Fedora 36
Introduction
In this tutorial we learn how to install libglib-testing
on Fedora 36.
What is libglib-testing
libglib-testing is a test library providing test harnesses and mock classes which complement the classes provided by GLib. It is intended to be used by any project which uses GLib and which wants to write internal unit tests.
We can use yum
or dnf
to install libglib-testing
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libglib-testing.
Install libglib-testing 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 libglib-testing
using dnf
by running the following command:
sudo dnf -y install libglib-testing
Install libglib-testing 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 libglib-testing
using yum
by running the following command:
sudo yum -y install libglib-testing
How To Uninstall libglib-testing on Fedora 36
To uninstall only the libglib-testing
package we can use the following command:
sudo dnf remove libglib-testing
libglib-testing Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/48d60b7e7d2db6fdf084abf0f37ad147ec64cd
/usr/lib/libglib-testing-0.so.0
/usr/lib/libglib-testing-0.so.0.1.0
/usr/share/licenses/libglib-testing
/usr/share/licenses/libglib-testing/COPYING
References
Summary
In this tutorial we learn how to install libglib-testing
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libglib-testing on Fedora 36” linkTitle: “libglib-testing” type: “docs” description: “In this tutorial we learn how to install libglib-testing in Fedora 36. libglib-testing is GLib-based test library and harness” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libglib-testing-featured.png
Introduction
In this tutorial we learn how to install libglib-testing
on Fedora 36.
What is libglib-testing
libglib-testing is a test library providing test harnesses and mock classes which complement the classes provided by GLib. It is intended to be used by any project which uses GLib and which wants to write internal unit tests.
We can use yum
or dnf
to install libglib-testing
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libglib-testing.
Install libglib-testing 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 libglib-testing
using dnf
by running the following command:
sudo dnf -y install libglib-testing
Install libglib-testing 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 libglib-testing
using yum
by running the following command:
sudo yum -y install libglib-testing
How To Uninstall libglib-testing on Fedora 36
To uninstall only the libglib-testing
package we can use the following command:
sudo dnf remove libglib-testing
libglib-testing Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/12556f84d06f7a1c49fdd070a033bf85b299fa
/usr/lib64/libglib-testing-0.so.0
/usr/lib64/libglib-testing-0.so.0.1.0
/usr/share/licenses/libglib-testing
/usr/share/licenses/libglib-testing/COPYING
References
Summary
In this tutorial we learn how to install libglib-testing
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).