How To Install check-static on Fedora 36
Introduction
In this tutorial we learn how to install check-static
on Fedora 36.
What is check-static
Static libraries of check.
We can use yum
or dnf
to install check-static
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install check-static.
Install check-static 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 check-static
using dnf
by running the following command:
sudo dnf -y install check-static
Install check-static 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 check-static
using yum
by running the following command:
sudo yum -y install check-static
How To Uninstall check-static on Fedora 36
To uninstall only the check-static
package we can use the following command:
sudo dnf remove check-static
check-static Package Contents on Fedora 36
---
/usr/lib64/libcheck.a
/usr/share/licenses/check-static
/usr/share/licenses/check-static/COPYING.LESSER
title: "How To Install check-static on Fedora 36"
linkTitle: "check-static"
type: "docs"
description: "In this tutorial we learn how to install check-static in Fedora 36. check-static is Static libraries of check"
date: “2022-08-17”
lastmod: “2022-08-17”
References
#image: /images/fedora/36/check-static-featured.png
Introduction
Summary
In this tutorial we learn how to install check-static
on Fedora 36.
In this tutorial we learn how to install check-static
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
What is check-static
Static libraries of check.
We can use yum
or dnf
to install check-static
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install check-static.
Install check-static 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 check-static
using dnf
by running the following command:
sudo dnf -y install check-static
Install check-static 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 check-static
using yum
by running the following command:
sudo yum -y install check-static
How To Uninstall check-static on Fedora 36
To uninstall only the check-static
package we can use the following command:
sudo dnf remove check-static
check-static Package Contents on Fedora 36
/usr/lib/libcheck.a
/usr/share/licenses/check-static
/usr/share/licenses/check-static/COPYING.LESSER
References
Summary
In this tutorial we learn how to install check-static
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).