How To Install liblangtag on Fedora 36

In this tutorial we learn how to install liblangtag in Fedora 36. liblangtag is An interface library to access tags for identifying languages

Introduction

In this tutorial we learn how to install liblangtag on Fedora 36.

What is liblangtag

liblangtag is an interface library to access tags for identifying languages. Features * several subtag registry database supports - language - extlang - script - region - variant - extension - grandfathered - redundant * handling of the language tags - parser - matching - canonicalizing

We can use yum or dnf to install liblangtag on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liblangtag.

Install liblangtag 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 liblangtag using dnf by running the following command:

sudo dnf -y install liblangtag

Install liblangtag 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 liblangtag using yum by running the following command:

sudo yum -y install liblangtag

How To Uninstall liblangtag on Fedora 36

To uninstall only the liblangtag package we can use the following command:

sudo dnf remove liblangtag

liblangtag Package Contents on Fedora 36

---
title: "How To Install liblangtag on Fedora 36"
linkTitle: "liblangtag"
type: "docs"
description: "In this tutorial we learn how to install liblangtag in Fedora 36. liblangtag is An interface library to access tags for identifying languages"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/liblangtag-featured.png
---

## Introduction

In this tutorial we learn how to install `liblangtag` on Fedora 36.

### What is `liblangtag`

> liblangtag is an interface library to access tags for identifying languages.  Features * several subtag registry database supports   - language   - extlang   - script   - region   - variant   - extension   - grandfathered   - redundant * handling of the language tags   - parser   - matching   - canonicalizing  

We can use `yum` or `dnf` to install `liblangtag` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liblangtag.

## Install liblangtag 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 liblangtag using dnf by running the following command:

sudo dnf -y install liblangtag

Install liblangtag 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 liblangtag using yum by running the following command:

sudo yum -y install liblangtag

How To Uninstall liblangtag on Fedora 36

To uninstall only the liblangtag package we can use the following command:

sudo dnf remove liblangtag

liblangtag Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/5bf83d0b3f35644b61ddf7fa77f051f6f683b5
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/c2b200b1ebde13c10bc7e91ca4cce6113548d0
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/e63c45edc0f0d1da465835815a02b84c8d5766
/usr/lib/liblangtag
/usr/lib/liblangtag.so.1
/usr/lib/liblangtag.so.1.4.1
/usr/lib/liblangtag/liblangtag-ext-ldml-t.so
/usr/lib/liblangtag/liblangtag-ext-ldml-u.so
/usr/share/doc/liblangtag
/usr/share/doc/liblangtag/AUTHORS
/usr/share/doc/liblangtag/NEWS
/usr/share/doc/liblangtag/README

References

Summary

In this tutorial we learn how to install liblangtag on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/16 /usr/lib/.build-id/16/b751e9e73f557463bea82c1bd3f00badaa8e16 /usr/lib/.build-id/17 /usr/lib/.build-id/17/e7b958df821db3bfb30889061ca08e719cd3ba /usr/lib/.build-id/54 /usr/lib/.build-id/54/b080aef83cd3f450896f760c300ad995e8b790 /usr/lib64/liblangtag /usr/lib64/liblangtag.so.1 /usr/lib64/liblangtag.so.1.4.1 /usr/lib64/liblangtag/liblangtag-ext-ldml-t.so /usr/lib64/liblangtag/liblangtag-ext-ldml-u.so /usr/share/doc/liblangtag /usr/share/doc/liblangtag/AUTHORS /usr/share/doc/liblangtag/NEWS /usr/share/doc/liblangtag/README


## References

* [liblangtag website](http://tagoh.bitbucket.org/liblangtag/)

## Summary

In this tutorial we learn how to install `liblangtag` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).