How To Install libunwind on Fedora 36
Introduction
In this tutorial we learn how to install libunwind on Fedora 36.
What is libunwind
Libunwind provides a C ABI to determine the call-chain of a program.
We can use yum or dnf to install libunwind on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libunwind.
Install libunwind 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 libunwind using dnf by running the following command:
sudo dnf -y install libunwind
Install libunwind 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 libunwind using yum by running the following command:
sudo yum -y install libunwind
How To Uninstall libunwind on Fedora 36
To uninstall only the libunwind package we can use the following command:
sudo dnf remove libunwind
libunwind Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/a9b72e4705b0a0dcdab2312a7f2cf07ffda78c
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/a753d0480af8ea65234def272bd2bdd9caf063
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/5f891a393efc83ed86f382c5d8491ffa7b6436
/usr/lib/libunwind-coredump.so.0
/usr/lib/libunwind-coredump.so.0.0.0
/usr/lib/libunwind-x86.so.8
/usr/lib/libunwind-x86.so.8.0.1
/usr/lib/libunwind.so.8
/usr/lib/libunwind.so.8.0.1
/usr/share/doc/libunwind
/usr/share/doc/libunwind/NEWS
/usr/share/doc/libunwind/README
/usr/share/licenses/libunwind
/usr/share/licenses/libunwind/COPYING
References
Summary
In this tutorial we learn how to install libunwind on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libunwind on Fedora 36” linkTitle: “libunwind” type: “docs” description: “In this tutorial we learn how to install libunwind in Fedora 36. libunwind is An unwinding library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libunwind-featured.png
Introduction
In this tutorial we learn how to install libunwind on Fedora 36.
What is libunwind
Libunwind provides a C ABI to determine the call-chain of a program.
We can use yum or dnf to install libunwind on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libunwind.
Install libunwind 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 libunwind using dnf by running the following command:
sudo dnf -y install libunwind
Install libunwind 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 libunwind using yum by running the following command:
sudo yum -y install libunwind
How To Uninstall libunwind on Fedora 36
To uninstall only the libunwind package we can use the following command:
sudo dnf remove libunwind
libunwind Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/c4b92f4b93db41783a903c755f4e7047dc8ac6
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/d3bdf2fd1b0630a4fcbfe643333b8bd77235cb
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/c46dff29a8fc2c96ba3e0a07b58c45fcb0e718
/usr/lib64/libunwind-coredump.so.0
/usr/lib64/libunwind-coredump.so.0.0.0
/usr/lib64/libunwind-x86_64.so.8
/usr/lib64/libunwind-x86_64.so.8.0.1
/usr/lib64/libunwind.so.8
/usr/lib64/libunwind.so.8.0.1
/usr/share/doc/libunwind
/usr/share/doc/libunwind/NEWS
/usr/share/doc/libunwind/README
/usr/share/licenses/libunwind
/usr/share/licenses/libunwind/COPYING
References
Summary
In this tutorial we learn how to install libunwind on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).