How To Install libuninum on Fedora 36

In this tutorial we learn how to install libuninum in Fedora 36. libuninum is Library for converting unicode strings to numbers

Introduction

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

What is libuninum

libuninum is a library for converting Unicode strings to numbers. Internal computation is done using arbitrary precision arithmetic, so there is no limit on the size of the integer that can be converted. The value is returned as an ASCII decimal string, a GNU MP object, or an unsigned long integer. Auto-detection of the number system is provided. The number systems supported include Arabic, Armenian, Balinese, Bengali, Burmese, Chinese, Cyrillic, Devanagari, Egyptian, Ethiopic, Glagolitic, Greek, Gujarati, Gurmukhi, Hebrew, Kannada, Khmer, Klingon, Lao, Limbu, Malayalam, Mongolian, New Tai Lue, Nko, Old Italic, Old Persian, Odia, Osmanya, Perso-Arabic, Phoenician, Roman Numerals, Tamil, Telugu, Tengwar, Thai, and Tibetan.

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

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

sudo dnf -y install libuninum

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

sudo yum -y install libuninum

How To Uninstall libuninum on Fedora 36

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

sudo dnf remove libuninum

libuninum Package Contents on Fedora 36

/usr/bin/numconv
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/f82dab3f598cfb33ac9ad042819c055e3c1eee
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/6dc392f5e0d0ed2b600dd41b698b4c78a06f5b
/usr/lib/libuninum.so.5
/usr/lib/libuninum.so.5.3.0
/usr/share/doc/libuninum
/usr/share/doc/libuninum/AUTHORS
/usr/share/doc/libuninum/CREDITS
/usr/share/doc/libuninum/ChangeLog
/usr/share/doc/libuninum/Examples
/usr/share/doc/libuninum/Examples/Makefile
/usr/share/doc/libuninum/Examples/MinimalExample.c
/usr/share/doc/libuninum/Examples/NotQuiteAsMinimalExample.c
/usr/share/doc/libuninum/Examples/README
/usr/share/doc/libuninum/NEWS
/usr/share/doc/libuninum/README
/usr/share/doc/libuninum/README_NUMBERCONVERTER
/usr/share/doc/libuninum/TODO
/usr/share/licenses/libuninum
/usr/share/licenses/libuninum/COPYING
/usr/share/man/man1/numconv.1.gz

References

Summary

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


title: “How To Install libuninum on Fedora 36” linkTitle: “libuninum” type: “docs” description: “In this tutorial we learn how to install libuninum in Fedora 36. libuninum is Library for converting unicode strings to numbers” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libuninum-featured.png

Introduction

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

What is libuninum

libuninum is a library for converting Unicode strings to numbers. Internal computation is done using arbitrary precision arithmetic, so there is no limit on the size of the integer that can be converted. The value is returned as an ASCII decimal string, a GNU MP object, or an unsigned long integer. Auto-detection of the number system is provided. The number systems supported include Arabic, Armenian, Balinese, Bengali, Burmese, Chinese, Cyrillic, Devanagari, Egyptian, Ethiopic, Glagolitic, Greek, Gujarati, Gurmukhi, Hebrew, Kannada, Khmer, Klingon, Lao, Limbu, Malayalam, Mongolian, New Tai Lue, Nko, Old Italic, Old Persian, Odia, Osmanya, Perso-Arabic, Phoenician, Roman Numerals, Tamil, Telugu, Tengwar, Thai, and Tibetan.

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

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

sudo dnf -y install libuninum

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

sudo yum -y install libuninum

How To Uninstall libuninum on Fedora 36

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

sudo dnf remove libuninum

libuninum Package Contents on Fedora 36

/usr/bin/numconv
/usr/lib/.build-id
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/7bd5daaf8e55a508edd29f47fd37f2bcc12ab7
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/bdc8ae012542db52ac6b478b8882f116259eb1
/usr/lib64/libuninum.so.5
/usr/lib64/libuninum.so.5.3.0
/usr/share/doc/libuninum
/usr/share/doc/libuninum/AUTHORS
/usr/share/doc/libuninum/CREDITS
/usr/share/doc/libuninum/ChangeLog
/usr/share/doc/libuninum/Examples
/usr/share/doc/libuninum/Examples/Makefile
/usr/share/doc/libuninum/Examples/MinimalExample.c
/usr/share/doc/libuninum/Examples/NotQuiteAsMinimalExample.c
/usr/share/doc/libuninum/Examples/README
/usr/share/doc/libuninum/NEWS
/usr/share/doc/libuninum/README
/usr/share/doc/libuninum/README_NUMBERCONVERTER
/usr/share/doc/libuninum/TODO
/usr/share/licenses/libuninum
/usr/share/licenses/libuninum/COPYING
/usr/share/man/man1/numconv.1.gz

References

Summary

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