How To Install ustr-debug on Fedora 36
Introduction
In this tutorial we learn how to install ustr-debug
on Fedora 36.
What is ustr-debug
Header files and dynamic libraries for a debug build of the Ustr string library. Also includes a ustr-debug.pc file for pkg-config usage.
We can use yum
or dnf
to install ustr-debug
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ustr-debug.
Install ustr-debug 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 ustr-debug
using dnf
by running the following command:
sudo dnf -y install ustr-debug
Install ustr-debug 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 ustr-debug
using yum
by running the following command:
sudo yum -y install ustr-debug
How To Uninstall ustr-debug on Fedora 36
To uninstall only the ustr-debug
package we can use the following command:
sudo dnf remove ustr-debug
ustr-debug Package Contents on Fedora 36
/usr/include/ustr-conf-debug-32.h
/usr/include/ustr-conf-debug.h
/usr/include/ustr-debug.h
/usr/lib/.build-id
/usr/lib/.build-id/66
/usr/lib/.build-id/66/b987a48036e1873208a75eea1a7c9db1020f49
/usr/lib/libustr-debug-1.0.so.1
/usr/lib/libustr-debug-1.0.so.1.0.4
/usr/lib/libustr-debug.so
/usr/lib/pkgconfig/ustr-debug.pc
References
Summary
In this tutorial we learn how to install ustr-debug
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install ustr-debug on Fedora 36” linkTitle: “ustr-debug” type: “docs” description: “In this tutorial we learn how to install ustr-debug in Fedora 36. ustr-debug is Development files for ustr, with debugging options turned on” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ustr-debug-featured.png
Introduction
In this tutorial we learn how to install ustr-debug
on Fedora 36.
What is ustr-debug
Header files and dynamic libraries for a debug build of the Ustr string library. Also includes a ustr-debug.pc file for pkg-config usage.
We can use yum
or dnf
to install ustr-debug
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ustr-debug.
Install ustr-debug 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 ustr-debug
using dnf
by running the following command:
sudo dnf -y install ustr-debug
Install ustr-debug 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 ustr-debug
using yum
by running the following command:
sudo yum -y install ustr-debug
How To Uninstall ustr-debug on Fedora 36
To uninstall only the ustr-debug
package we can use the following command:
sudo dnf remove ustr-debug
ustr-debug Package Contents on Fedora 36
/usr/include/ustr-conf-debug-64.h
/usr/include/ustr-conf-debug.h
/usr/include/ustr-debug.h
/usr/lib/.build-id
/usr/lib/.build-id/93
/usr/lib/.build-id/93/a8a0d87708fc139c23d9007cd6a077e9a609b7
/usr/lib64/libustr-debug-1.0.so.1
/usr/lib64/libustr-debug-1.0.so.1.0.4
/usr/lib64/libustr-debug.so
/usr/lib64/pkgconfig/ustr-debug.pc
References
Summary
In this tutorial we learn how to install ustr-debug
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).