How To Install uriparser on Fedora 36
Introduction
In this tutorial we learn how to install uriparser
on Fedora 36.
What is uriparser
Uriparser is a strictly RFC 3986 compliant URI parsing library written in C. uriparser is cross-platform, fast, supports Unicode and is licensed under the New BSD license.
We can use yum
or dnf
to install uriparser
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install uriparser.
Install uriparser 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 uriparser
using dnf
by running the following command:
sudo dnf -y install uriparser
Install uriparser 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 uriparser
using yum
by running the following command:
sudo yum -y install uriparser
How To Uninstall uriparser on Fedora 36
To uninstall only the uriparser
package we can use the following command:
sudo dnf remove uriparser
uriparser Package Contents on Fedora 36
/usr/bin/uriparse
/usr/lib/.build-id
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/3c8fc35a9aab529fc65a20d469488c85ac36f2
/usr/lib/.build-id/44
/usr/lib/.build-id/44/09648f83cdfafc23b40afd4de54e4c1a6b1e7d
/usr/lib/cmake/uriparser-0.9.6
/usr/lib/cmake/uriparser-0.9.6/uriparser-config-version.cmake
/usr/lib/cmake/uriparser-0.9.6/uriparser-config.cmake
/usr/lib/cmake/uriparser-0.9.6/uriparser-noconfig.cmake
/usr/lib/cmake/uriparser-0.9.6/uriparser.cmake
/usr/lib/liburiparser.so.1
/usr/lib/liburiparser.so.1.0.29
/usr/share/doc/uriparser
/usr/share/doc/uriparser/AUTHORS
/usr/share/doc/uriparser/ChangeLog
/usr/share/doc/uriparser/THANKS
/usr/share/licenses/uriparser
/usr/share/licenses/uriparser/COPYING
References
Summary
In this tutorial we learn how to install uriparser
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install uriparser on Fedora 36” linkTitle: “uriparser” type: “docs” description: “In this tutorial we learn how to install uriparser in Fedora 36. uriparser is URI parsing library - RFC 3986” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/uriparser-featured.png
Introduction
In this tutorial we learn how to install uriparser
on Fedora 36.
What is uriparser
Uriparser is a strictly RFC 3986 compliant URI parsing library written in C. uriparser is cross-platform, fast, supports Unicode and is licensed under the New BSD license.
We can use yum
or dnf
to install uriparser
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install uriparser.
Install uriparser 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 uriparser
using dnf
by running the following command:
sudo dnf -y install uriparser
Install uriparser 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 uriparser
using yum
by running the following command:
sudo yum -y install uriparser
How To Uninstall uriparser on Fedora 36
To uninstall only the uriparser
package we can use the following command:
sudo dnf remove uriparser
uriparser Package Contents on Fedora 36
/usr/bin/uriparse
/usr/lib/.build-id
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/a27c6c4332102fc535da371a8d9af975584f4a
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/e2c9bb715285878189cc5769cc30785f3ca6e9
/usr/lib64/cmake/uriparser-0.9.6
/usr/lib64/cmake/uriparser-0.9.6/uriparser-config-version.cmake
/usr/lib64/cmake/uriparser-0.9.6/uriparser-config.cmake
/usr/lib64/cmake/uriparser-0.9.6/uriparser-noconfig.cmake
/usr/lib64/cmake/uriparser-0.9.6/uriparser.cmake
/usr/lib64/liburiparser.so.1
/usr/lib64/liburiparser.so.1.0.29
/usr/share/doc/uriparser
/usr/share/doc/uriparser/AUTHORS
/usr/share/doc/uriparser/ChangeLog
/usr/share/doc/uriparser/THANKS
/usr/share/licenses/uriparser
/usr/share/licenses/uriparser/COPYING
References
Summary
In this tutorial we learn how to install uriparser
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).