type: “docs” title: “How To Install libnatspec on Fedora 36” description: “In this tutorial we learn how to install libnatspec in Fedora 36. libnatspec is Library for national and language-specific issues” linkTitle: “libnatspec” date: “2022-08-17” type: “docs” lastmod: “2022-08-17” description: “In this tutorial we learn how to install libnatspec in Fedora 36. libnatspec is Library for national and language-specific issues” #image: /images/fedora/36/libnatspec-featured.png date: “2022-08-17”

lastmod: “2022-08-17”

Introduction

#image: /images/fedora/36/libnatspec-featured.png


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

Introduction

What is libnatspec

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

Library for national and language-specific issues. This library provides userful functions for mount, submount, mkisofs, multimedia players. This library try to help resolve charset hell (encoding problem) in a various programs depends on locale and messages.

What is libnatspec

Library for national and language-specific issues. This library provides userful functions for mount, submount, mkisofs, multimedia players. This library try to help resolve charset hell (encoding problem) in a various programs depends on locale and messages.
We can use yum or dnf to install libnatspec on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libnatspec.

Install libnatspec on Fedora 36 Using dnf

We can use yum or dnf to install libnatspec on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libnatspec. Update yum database with dnf using the following command.

## Install libnatspec on Fedora 36 Using dnf

sudo dnf makecache --refresh

Update yum database with dnf using the following command.

After updating yum database, We can install `libnatspec` using `dnf` by running the following command:
sudo dnf makecache --refresh
After updating yum database, We can install `libnatspec` using `dnf` by running the following command:
sudo dnf -y install libnatspec

sudo dnf -y install libnatspec

Install libnatspec on Fedora 36 Using yum

Install libnatspec on Fedora 36 Using yum

Update yum database with yum using the following command.

Update yum database with `yum` using the following command.
sudo yum makecache --refresh

sudo yum makecache --refresh

After updating yum database, We can install libnatspec using yum by running the following command:

After updating yum database, We can install `libnatspec` using `yum` by running the following command:
sudo yum -y install libnatspec
## How To Uninstall libnatspec on Fedora 36
sudo yum -y install libnatspec

How To Uninstall libnatspec on Fedora 36

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

To uninstall only the `libnatspec` package we can use the following command:
sudo dnf remove libnatspec

sudo dnf remove libnatspec
## libnatspec Package Contents on Fedora 36
## libnatspec Package Contents on Fedora 36

```bash
/usr/bin/natspec
/usr/lib/.build-id
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/cabd435f7828987282d9a284c4254229326a32
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/26a30bdc9123e5a5b3d78f7de591973d8c478d
/usr/lib64/libnatspec.so.0
/usr/lib64/libnatspec.so.0.0.0
/usr/share/doc/libnatspec
/usr/share/doc/libnatspec/AUTHORS
/usr/share/doc/libnatspec/ChangeLog
/usr/share/doc/libnatspec/NEWS
/usr/share/doc/libnatspec/README
/usr/share/doc/libnatspec/README-ru.html
/usr/share/doc/libnatspec/TODO
/usr/share/man/man1/natspec.1.gz

References

Summary

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



## References

* [libnatspec website](http://sourceforge.net/projects/natspec)

## Summary

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