How To Install abrt-libs on Fedora 36
Introduction
title: “How To Install abrt-libs on Fedora 36”
linkTitle: “abrt-libs”
type: “docs”
In this tutorial we learn how to install abrt-libs
on Fedora 36.
description: “In this tutorial we learn how to install abrt-libs in Fedora 36. abrt-libs is Libraries for abrt”
What is abrt-libs
date: “2022-08-17” lastmod: “2022-08-17”
Libraries for abrt.
#image: /images/fedora/36/abrt-libs-featured.png
We can use yum
or dnf
to install abrt-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install abrt-libs.
Introduction
Install abrt-libs on Fedora 36 Using dnf
In this tutorial we learn how to install abrt-libs
on Fedora 36.
Update yum database with dnf
using the following command.
What is abrt-libs
> Libraries for abrt.
sudo dnf makecache --refresh
We can use yum
or dnf
to install abrt-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install abrt-libs.
After updating yum database, We can install abrt-libs
using dnf
by running the following command:
## Install abrt-libs on Fedora 36 Using dnf
sudo dnf -y install abrt-libs
Update yum database with dnf
using the following command.
## Install abrt-libs on Fedora 36 Using yum
sudo dnf makecache --refresh
Update yum database with yum
using the following command.
After updating yum database, We can install `abrt-libs` using `dnf` by running the following command:
sudo yum makecache --refresh
sudo dnf -y install abrt-libs
After updating yum database, We can install `abrt-libs` using `yum` by running the following command:
## Install abrt-libs on Fedora 36 Using yum
sudo yum -y install abrt-libs
Update yum database with yum
using the following command.
How To Uninstall abrt-libs on Fedora 36
To uninstall only the `abrt-libs` package we can use the following command:
sudo yum makecache --refresh
sudo dnf remove abrt-libs
After updating yum database, We can install `abrt-libs` using `yum` by running the following command:
## abrt-libs Package Contents on Fedora 36
sudo yum -y install abrt-libs
## How To Uninstall abrt-libs on Fedora 36
To uninstall only the `abrt-libs` package we can use the following command:
```bash
sudo dnf remove abrt-libs
abrt-libs Package Contents on Fedora 36
/etc/abrt
/etc/abrt/plugins
/usr/lib/.build-id
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/ee4d01a160fb0d8680941cb1d99302b7067b4b
/usr/lib/libabrt.so.0
/usr/lib/libabrt.so.0.1.0
/usr/share/abrt
/usr/share/augeas/lenses/abrt.aug
References
Summary
In this tutorial we learn how to install abrt-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/etc/abrt /etc/abrt/plugins /usr/lib/.build-id /usr/lib/.build-id/bc /usr/lib/.build-id/bc/0bb32a38cc46960f0bbca15f8ede1f5a66c909 /usr/lib64/libabrt.so.0 /usr/lib64/libabrt.so.0.1.0 /usr/share/abrt /usr/share/augeas/lenses/abrt.aug
## References
* [abrt-libs website](https://abrt.readthedocs.org/)
## Summary
In this tutorial we learn how to install `abrt-libs` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).