How To Install libabw on Fedora 36
Introduction
In this tutorial we learn how to install libabw on Fedora 36.
What is libabw
libabw is a library for import of AbiWord files.
We can use yum or dnf to install libabw on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libabw.
Install libabw 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 libabw using dnf by running the following command:
sudo dnf -y install libabw
Install libabw 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 libabw using yum by running the following command:
sudo yum -y install libabw
How To Uninstall libabw on Fedora 36
To uninstall only the libabw package we can use the following command:
sudo dnf remove libabw
libabw Package Contents on Fedora 36
---
title: "How To Install libabw on Fedora 36"
linkTitle: "libabw"
type: "docs"
description: "In this tutorial we learn how to install libabw in Fedora 36. libabw is A library for import of AbiWord files"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libabw-featured.png
---
## Introduction
In this tutorial we learn how to install `libabw` on Fedora 36.
### What is `libabw`
> libabw is a library for import of AbiWord files.
We can use `yum` or `dnf` to install `libabw` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libabw.
## Install libabw on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libabw using dnf by running the following command:
sudo dnf -y install libabw
Install libabw 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 libabw using yum by running the following command:
sudo yum -y install libabw
How To Uninstall libabw on Fedora 36
To uninstall only the libabw package we can use the following command:
sudo dnf remove libabw
/usr/lib/.build-id
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/7bcbc1269102f7059ebed97cf411de43fe6dd5
/usr/lib/libabw-0.1.so.1
/usr/lib/libabw-0.1.so.1.0.3
/usr/share/doc/libabw
/usr/share/doc/libabw/CREDITS
/usr/share/doc/libabw/README
/usr/share/licenses/libabw
/usr/share/licenses/libabw/COPYING.MPL
libabw Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install libabw on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/1e /usr/lib/.build-id/1e/87145f48becbec1b2f71618d85271a92296dab /usr/lib64/libabw-0.1.so.1 /usr/lib64/libabw-0.1.so.1.0.3 /usr/share/doc/libabw /usr/share/doc/libabw/CREDITS /usr/share/doc/libabw/README /usr/share/licenses/libabw /usr/share/licenses/libabw/COPYING.MPL
## References
* [libabw website](https://wiki.documentfoundation.org/DLP/Libraries/libabw)
## Summary
In this tutorial we learn how to install `libabw` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).