How To Install libcxxabi on Fedora 36
Introduction
In this tutorial we learn how to install libcxxabi
on Fedora 36.
What is libcxxabi
libcxxabi provides low level support for a standard C++ library.
We can use yum
or dnf
to install libcxxabi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcxxabi.
Install libcxxabi 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 libcxxabi
using dnf
by running the following command:
sudo dnf -y install libcxxabi
Install libcxxabi 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 libcxxabi
using yum
by running the following command:
sudo yum -y install libcxxabi
How To Uninstall libcxxabi on Fedora 36
To uninstall only the libcxxabi
package we can use the following command:
sudo dnf remove libcxxabi
libcxxabi Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/4c47b8144c43930e9b6dd48150ef05926c0456
/usr/lib/libc++abi.so.1
/usr/lib/libc++abi.so.1.0
/usr/share/doc/libcxxabi
/usr/share/doc/libcxxabi/CREDITS.TXT
/usr/share/licenses/libcxxabi
/usr/share/licenses/libcxxabi/LICENSE.TXT
References
Summary
In this tutorial we learn how to install libcxxabi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libcxxabi on Fedora 36” linkTitle: “libcxxabi” type: “docs” description: “In this tutorial we learn how to install libcxxabi in Fedora 36. libcxxabi is Low level support for a standard C++ library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libcxxabi-featured.png
Introduction
In this tutorial we learn how to install libcxxabi
on Fedora 36.
What is libcxxabi
libcxxabi provides low level support for a standard C++ library.
We can use yum
or dnf
to install libcxxabi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcxxabi.
Install libcxxabi 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 libcxxabi
using dnf
by running the following command:
sudo dnf -y install libcxxabi
Install libcxxabi 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 libcxxabi
using yum
by running the following command:
sudo yum -y install libcxxabi
How To Uninstall libcxxabi on Fedora 36
To uninstall only the libcxxabi
package we can use the following command:
sudo dnf remove libcxxabi
libcxxabi Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/c4bdcac89d2653e49a211d839c79a06c96b567
/usr/lib64/libc++abi.so.1
/usr/lib64/libc++abi.so.1.0
/usr/share/doc/libcxxabi
/usr/share/doc/libcxxabi/CREDITS.TXT
/usr/share/licenses/libcxxabi
/usr/share/licenses/libcxxabi/LICENSE.TXT
References
Summary
In this tutorial we learn how to install libcxxabi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).