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

Last updated: November 29,2024

1. Install "cpr.i686" package

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

$ sudo dnf update $ sudo dnf install cpr.i686

2. Uninstall "cpr.i686" package

This guide covers the steps necessary to uninstall cpr.i686 on Fedora 38:

$ sudo dnf remove cpr.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:12:18 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : cpr
Version : 1.10.2
Release : 1.fc38
Architecture : i686
Size : 117 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.