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

Last updated: January 10,2025

1. Install "llvm-libunwind.i686" package

Please follow the steps below to install llvm-libunwind.i686 on Fedora 36

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

2. Uninstall "llvm-libunwind.i686" package

Learn how to uninstall llvm-libunwind.i686 on Fedora 36:

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

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

Last metadata expiration check: 1:56:36 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : llvm-libunwind
Version : 13.0.1
Release : 1.fc36
Architecture : i686
Size : 36 k
Source : llvm-libunwind-13.0.1-1.fc36.src.rpm
Repository : fedora
Summary : LLVM libunwind
URL : http://llvm.org
License : ASL 2.0 or NCSA or MIT
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).