How to Install and Uninstall llvm-libunwind.x86_64 Package on Fedora 39

Last updated: January 09,2025

1. Install "llvm-libunwind.x86_64" package

This guide covers the steps necessary to install llvm-libunwind.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install llvm-libunwind.x86_64

2. Uninstall "llvm-libunwind.x86_64" package

This guide let you learn how to uninstall llvm-libunwind.x86_64 on Fedora 39:

$ sudo dnf remove llvm-libunwind.x86_64 $ sudo dnf autoremove

3. Information about the llvm-libunwind.x86_64 package on Fedora 39

Last metadata expiration check: 2:15:42 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : llvm-libunwind
Version : 17.0.6
Release : 1.fc39
Architecture : x86_64
Size : 41 k
Source : libcxx-17.0.6-1.fc39.src.rpm
Repository : updates
Summary : LLVM libunwind
URL : http://libcxx.llvm.org/
License : Apache-2.0 WITH LLVM-exception OR MIT OR NCSA
Description :
: LLVM libunwind is an implementation of the interface defined by the HP libunwind
: project. It was contributed Apple as a way to enable clang++ to port to
: platforms that do not have a system unwinder. It is intended to be a small and
: fast implementation of the ABI, leaving off some features of HP's libunwind
: that never materialized (e.g. remote unwinding).