How To Install libphonenumber on Fedora 36

In this tutorial we learn how to install libphonenumber in Fedora 36. libphonenumber is Library to handle international phone numbers

Introduction

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

What is libphonenumber

Google’s common C++ library for parsing, formatting, storing and validating international phone numbers.

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

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

sudo dnf -y install libphonenumber

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

sudo yum -y install libphonenumber

How To Uninstall libphonenumber on Fedora 36

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

sudo dnf remove libphonenumber

libphonenumber Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/93c63a05f01073a53f97b9b62f47969fa277d3
/usr/lib/.build-id/49
/usr/lib/.build-id/49/14e33f71e9aee6010475bc59be53941ab282a5
/usr/lib/libgeocoding.so.8
/usr/lib/libgeocoding.so.8.12
/usr/lib/libphonenumber.so.8
/usr/lib/libphonenumber.so.8.12
/usr/share/doc/libphonenumber
/usr/share/doc/libphonenumber/README
/usr/share/licenses/libphonenumber
/usr/share/licenses/libphonenumber/LICENSE

References

Summary

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


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

Introduction

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

What is libphonenumber

Google’s common C++ library for parsing, formatting, storing and validating international phone numbers.

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

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

sudo dnf -y install libphonenumber

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

sudo yum -y install libphonenumber

How To Uninstall libphonenumber on Fedora 36

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

sudo dnf remove libphonenumber

libphonenumber Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/70483f66e01a891463e932de6fb286a2910330
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/2782bde1e1415202ec73a68dd85e45bc303461
/usr/lib64/libgeocoding.so.8
/usr/lib64/libgeocoding.so.8.12
/usr/lib64/libphonenumber.so.8
/usr/lib64/libphonenumber.so.8.12
/usr/share/doc/libphonenumber
/usr/share/doc/libphonenumber/README
/usr/share/licenses/libphonenumber
/usr/share/licenses/libphonenumber/LICENSE

References

Summary

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