How To Install libidn1 on Fedora 36
Introduction
In this tutorial we learn how to install libidn1 on Fedora 36.
What is libidn1
GNU Libidn is an implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group, used for internationalized domain names.
We can use yum or dnf to install libidn1 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libidn1.
Install libidn1 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 libidn1 using dnf by running the following command:
sudo dnf -y install libidn1
Install libidn1 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 libidn1 using yum by running the following command:
sudo yum -y install libidn1
How To Uninstall libidn1 on Fedora 36
To uninstall only the libidn1 package we can use the following command:
sudo dnf remove libidn1
libidn1 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/4e6e18bf06fdf517cbec87c2ba4d0291627bd0
/usr/lib/libidn.so.11
/usr/lib/libidn.so.11.6.18
/usr/share/doc/libidn1.34
/usr/share/doc/libidn1.34/AUTHORS
/usr/share/doc/libidn1.34/FAQ
/usr/share/doc/libidn1.34/NEWS
/usr/share/doc/libidn1.34/README
/usr/share/doc/libidn1.34/THANKS
/usr/share/licenses/libidn1.34
/usr/share/licenses/libidn1.34/COPYING
/usr/share/licenses/libidn1.34/COPYING.LESSERv2
/usr/share/licenses/libidn1.34/COPYING.LESSERv3
/usr/share/licenses/libidn1.34/COPYINGv2
/usr/share/licenses/libidn1.34/COPYINGv3
References
Summary
In this tutorial we learn how to install libidn1 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libidn1 on Fedora 36” linkTitle: “libidn1” type: “docs” description: “In this tutorial we learn how to install libidn1 in Fedora 36. libidn1 is Internationalized Domain Name support library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libidn1-featured.png
Introduction
In this tutorial we learn how to install libidn1 on Fedora 36.
What is libidn1
GNU Libidn is an implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group, used for internationalized domain names.
We can use yum or dnf to install libidn1 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libidn1.
Install libidn1 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 libidn1 using dnf by running the following command:
sudo dnf -y install libidn1
Install libidn1 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 libidn1 using yum by running the following command:
sudo yum -y install libidn1
How To Uninstall libidn1 on Fedora 36
To uninstall only the libidn1 package we can use the following command:
sudo dnf remove libidn1
libidn1 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/75
/usr/lib/.build-id/75/e5babb103b96f2acec7905a5895b75de0f22de
/usr/lib64/libidn.so.11
/usr/lib64/libidn.so.11.6.18
/usr/share/doc/libidn1.34
/usr/share/doc/libidn1.34/AUTHORS
/usr/share/doc/libidn1.34/FAQ
/usr/share/doc/libidn1.34/NEWS
/usr/share/doc/libidn1.34/README
/usr/share/doc/libidn1.34/THANKS
/usr/share/licenses/libidn1.34
/usr/share/licenses/libidn1.34/COPYING
/usr/share/licenses/libidn1.34/COPYING.LESSERv2
/usr/share/licenses/libidn1.34/COPYING.LESSERv3
/usr/share/licenses/libidn1.34/COPYINGv2
/usr/share/licenses/libidn1.34/COPYINGv3
References
Summary
In this tutorial we learn how to install libidn1 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).