How to Install and Uninstall cpr.x86_64 Package on Fedora 38

Last updated: October 30,2024

1. Install "cpr.x86_64" package

Please follow the guidelines below to install cpr.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install cpr.x86_64

2. Uninstall "cpr.x86_64" package

Please follow the step by step instructions below to uninstall cpr.x86_64 on Fedora 38:

$ sudo dnf remove cpr.x86_64 $ sudo dnf autoremove

3. Information about the cpr.x86_64 package on Fedora 38

Last metadata expiration check: 1:33:52 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : cpr
Version : 1.10.2
Release : 1.fc38
Architecture : x86_64
Size : 109 k
Source : cpr-1.10.2-1.fc38.src.rpm
Repository : updates
Summary : C++ Requests: Curl for People, a spiritual port of Python Requests
URL : https://github.com/libcpr/cpr
License : MIT
Description : C++ Requests is a simple wrapper around libcurl inspired by the excellent Python
: Requests project.
:
: Despite its name, libcurl's easy interface is anything but, and making mistakes,
: misusing it is a common source of error and frustration. Using the more
: expressive language facilities of C++17 (or C++11 in case you use cpr < 1.10.0),
: this library captures the essence of making network calls into a few concise
: idioms.