How To Install curlpp on Fedora 36
Introduction
In this tutorial we learn how to install curlpp
on Fedora 36.
What is curlpp
cURLpp is a C++ wrapper for libcURL.
We can use yum
or dnf
to install curlpp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install curlpp.
Install curlpp 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 curlpp
using dnf
by running the following command:
sudo dnf -y install curlpp
Install curlpp 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 curlpp
using yum
by running the following command:
sudo yum -y install curlpp
How To Uninstall curlpp on Fedora 36
To uninstall only the curlpp
package we can use the following command:
sudo dnf remove curlpp
curlpp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/3ba3e0b88ee6da207b5179479c061e058364c3
/usr/lib/libcurlpp.so.1
/usr/lib/libcurlpp.so.1.0.0
/usr/share/doc/curlpp
/usr/share/doc/curlpp/AUTHORS
/usr/share/doc/curlpp/TODO
/usr/share/licenses/curlpp
/usr/share/licenses/curlpp/LICENSE
References
Summary
In this tutorial we learn how to install curlpp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install curlpp on Fedora 36” linkTitle: “curlpp” type: “docs” description: “In this tutorial we learn how to install curlpp in Fedora 36. curlpp is A C++ wrapper for libcURL” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/curlpp-featured.png
Introduction
In this tutorial we learn how to install curlpp
on Fedora 36.
What is curlpp
cURLpp is a C++ wrapper for libcURL.
We can use yum
or dnf
to install curlpp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install curlpp.
Install curlpp 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 curlpp
using dnf
by running the following command:
sudo dnf -y install curlpp
Install curlpp 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 curlpp
using yum
by running the following command:
sudo yum -y install curlpp
How To Uninstall curlpp on Fedora 36
To uninstall only the curlpp
package we can use the following command:
sudo dnf remove curlpp
curlpp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/bac2b4434a371ff0a4da7c02b8636ec3f79f58
/usr/lib64/libcurlpp.so.1
/usr/lib64/libcurlpp.so.1.0.0
/usr/share/doc/curlpp
/usr/share/doc/curlpp/AUTHORS
/usr/share/doc/curlpp/TODO
/usr/share/licenses/curlpp
/usr/share/licenses/curlpp/LICENSE
References
Summary
In this tutorial we learn how to install curlpp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).