How To Install libunibreak on Fedora 36
Introduction
In this tutorial we learn how to install libunibreak on Fedora 36.
What is libunibreak
Libunibreak is an implementation of the line breaking and word breaking algorithms as described in Unicode Standard Annex 14 and Unicode Standard Annex 29. It is designed to be used in a generic text renderer.
title: “How To Install libunibreak on Fedora 36”
linkTitle: “libunibreak”
type: “docs”
We can use yum or dnf to install libunibreak on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libunibreak.
description: “In this tutorial we learn how to install libunibreak in Fedora 36. libunibreak is A Unicode line-breaking library”
Install libunibreak on Fedora 36 Using dnf
date: “2022-08-17”
lastmod: “2022-08-17”
Update yum database with dnf using the following command.
#image: /images/fedora/36/libunibreak-featured.png
sudo dnf makecache --refresh
---
Introduction
After updating yum database, We can install libunibreak using dnf by running the following command:
In this tutorial we learn how to install `libunibreak` on Fedora 36.
sudo dnf -y install libunibreak
What is libunibreak
Install libunibreak on Fedora 36 Using yum
Libunibreak is an implementation of the line breaking and word breaking algorithms as described in Unicode Standard Annex 14 and Unicode Standard Annex 29. It is designed to be used in a generic text renderer.
Update yum database withyumusing the following command.
We can use `yum` or `dnf` to install `libunibreak` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libunibreak.
sudo yum makecache --refresh
Install libunibreak on Fedora 36 Using dnf
After updating yum database, We can install libunibreak using yum by running the following command:
Update yum database with dnf using the following command.
```bash
sudo yum -y install libunibreak
sudo dnf makecache –refresh
## How To Uninstall libunibreak on Fedora 36
After updating yum database, We can install `libunibreak` using `dnf` by running the following command:
To uninstall only the `libunibreak` package we can use the following command:
```bash
```bash
sudo dnf -y install libunibreak
sudo dnf remove libunibreak
## Install libunibreak on Fedora 36 Using yum
## libunibreak Package Contents on Fedora 36
Update yum database with `yum` using the following command.
```bash
```bash
sudo yum makecache --refresh
After updating yum database, We can install libunibreak using yum by running the following command:
sudo yum -y install libunibreak
How To Uninstall libunibreak on Fedora 36
To uninstall only the libunibreak package we can use the following command:
sudo dnf remove libunibreak
libunibreak Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/65af1be6a8d492f0a0afa52717ebe82b1175d5
/usr/lib64/libunibreak.so.3
/usr/lib64/libunibreak.so.3.1.0
/usr/share/doc/libunibreak
/usr/share/doc/libunibreak/AUTHORS
/usr/share/doc/libunibreak/NEWS
/usr/share/doc/libunibreak/README.md
/usr/share/licenses/libunibreak
/usr/share/licenses/libunibreak/LICENCE
References
Summary
In this tutorial we learn how to install libunibreak on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/b6 /usr/lib/.build-id/b6/9e639de1ab383fc73d38f9a049cd1891e0ff1d /usr/lib/libunibreak.so.3 /usr/lib/libunibreak.so.3.1.0 /usr/share/doc/libunibreak /usr/share/doc/libunibreak/AUTHORS /usr/share/doc/libunibreak/NEWS /usr/share/doc/libunibreak/README.md /usr/share/licenses/libunibreak /usr/share/licenses/libunibreak/LICENCE
## References
* [libunibreak website](https://github.com/adah1972/libunibreak)
## Summary
In this tutorial we learn how to install `libunibreak` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).