How To Install libunibreak-devel on Fedora 36
Introduction
title: “How To Install libunibreak-devel on Fedora 36”
linkTitle: “libunibreak-devel”
type: “docs”
In this tutorial we learn how to install libunibreak-devel
on Fedora 36.
description: “In this tutorial we learn how to install libunibreak-devel in Fedora 36. libunibreak-devel is Development files for libunibreak”
What is libunibreak-devel
date: “2022-08-17” lastmod: “2022-08-17”
The libunibreak-devel package contains libraries and header files for developing applications that use libunibreak.
#image: /images/fedora/36/libunibreak-devel-featured.png
We can use yum
or dnf
to install libunibreak-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libunibreak-devel.
Introduction
Install libunibreak-devel on Fedora 36 Using dnf
In this tutorial we learn how to install libunibreak-devel
on Fedora 36.
Update yum database with dnf
using the following command.
What is libunibreak-devel
> The libunibreak-devel package contains libraries and header files for developing applications that use libunibreak.
sudo dnf makecache --refresh
We can use yum
or dnf
to install libunibreak-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libunibreak-devel.
After updating yum database, We can install libunibreak-devel
using dnf
by running the following command:
## Install libunibreak-devel on Fedora 36 Using dnf
sudo dnf -y install libunibreak-devel
Update yum database with dnf
using the following command.
## Install libunibreak-devel on Fedora 36 Using yum
sudo dnf makecache --refresh
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libunibreak-devel
using yum
by running the following command:
sudo yum -y install libunibreak-devel
How To Uninstall libunibreak-devel on Fedora 36
After updating yum database, We can install libunibreak-devel
using dnf
by running the following command:
To uninstall only the `libunibreak-devel` package we can use the following command:
sudo dnf -y install libunibreak-devel
sudo dnf remove libunibreak-devel
Install libunibreak-devel on Fedora 36 Using yum
libunibreak-devel Package Contents on Fedora 36
Update yum database with yum
using the following command.
```bash
sudo yum makecache --refresh
After updating yum database, We can install libunibreak-devel
using yum
by running the following command:
sudo yum -y install libunibreak-devel
How To Uninstall libunibreak-devel on Fedora 36
To uninstall only the libunibreak-devel
package we can use the following command:
sudo dnf remove libunibreak-devel
libunibreak-devel Package Contents on Fedora 36
/usr/include/graphemebreak.h
/usr/include/linebreak.h
/usr/include/linebreakdef.h
/usr/include/unibreakbase.h
/usr/include/unibreakdef.h
/usr/include/wordbreak.h
/usr/lib/libunibreak.so
/usr/lib/pkgconfig/libunibreak.pc
/usr/share/doc/libunibreak-devel
/usr/share/doc/libunibreak-devel/ChangeLog
/usr/include/graphemebreak.h
/usr/include/linebreak.h
/usr/include/linebreakdef.h
/usr/include/unibreakbase.h
/usr/include/unibreakdef.h
/usr/include/wordbreak.h
/usr/lib64/libunibreak.so
/usr/lib64/pkgconfig/libunibreak.pc
/usr/share/doc/libunibreak-devel
/usr/share/doc/libunibreak-devel/ChangeLog
References
## Summary
## References
* [libunibreak-devel website](https://github.com/adah1972/libunibreak)
In this tutorial we learn how to install `libunibreak-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
## Summary
In this tutorial we learn how to install `libunibreak-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).