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

Last updated: November 16,2024

1. Install "llvm-libunwind.i686" package

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

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

2. Uninstall "llvm-libunwind.i686" package

Please follow the step by step instructions below to uninstall llvm-libunwind.i686 on Fedora 38:

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

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

Last metadata expiration check: 2:16:05 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : llvm-libunwind
Version : 16.0.6
Release : 1.fc38
Architecture : i686
Size : 38 k
Source : llvm-libunwind-16.0.6-1.fc38.src.rpm
Repository : updates
Summary : LLVM libunwind
URL : http://llvm.org
License : Apache-2.0 WITH LLVM-exception 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).