How to Install and Uninstall cpr.i686 Package on Fedora 39

Last updated: October 04,2024

1. Install "cpr.i686" package

Please follow the steps below to install cpr.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install cpr.i686

2. Uninstall "cpr.i686" package

In this section, we are going to explain the necessary steps to uninstall cpr.i686 on Fedora 39:

$ sudo dnf remove cpr.i686 $ sudo dnf autoremove

3. Information about the cpr.i686 package on Fedora 39

Last metadata expiration check: 3:19:18 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : cpr
Version : 1.10.2
Release : 2.fc39
Architecture : i686
Size : 117 k
Source : cpr-1.10.2-2.fc39.src.rpm
Repository : fedora
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.