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

Last updated: February 06,2025

1. Install "llvm-libunwind.i686" package

Please follow the instructions below to install llvm-libunwind.i686 on Fedora 39

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

2. Uninstall "llvm-libunwind.i686" package

This guide covers the steps necessary to uninstall llvm-libunwind.i686 on Fedora 39:

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

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

Last metadata expiration check: 0:19:04 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : llvm-libunwind
Version : 17.0.6
Release : 1.fc39
Architecture : i686
Size : 40 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).