How to Install and Uninstall mingw32-rest-static.noarch Package on Fedora 35

Last updated: October 12,2024

1. Install "mingw32-rest-static.noarch" package

This tutorial shows how to install mingw32-rest-static.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install mingw32-rest-static.noarch

2. Uninstall "mingw32-rest-static.noarch" package

In this section, we are going to explain the necessary steps to uninstall mingw32-rest-static.noarch on Fedora 35:

$ sudo dnf remove mingw32-rest-static.noarch $ sudo dnf autoremove

3. Information about the mingw32-rest-static.noarch package on Fedora 35

Last metadata expiration check: 5:17:26 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : mingw32-rest-static
Version : 0.8.0
Release : 14.fc35
Architecture : noarch
Size : 45 k
Source : mingw-rest-0.8.0-14.fc35.src.rpm
Repository : fedora
Summary : A library for access to RESTful web services
URL : https://wiki.gnome.org/Projects/Librest
License : LGPLv2
Description : This library was designed to make it easier to access web services that
: claim to be "RESTful". A RESTful service should have urls that represent
: remote objects, which methods can then be called on. The majority of services
: don't actually adhere to this strict definition. Instead, their RESTful end
: point usually has an API that is just simpler to use compared to other types
: of APIs they may support (XML-RPC, for instance). It is this kind of API that
: this library is attempting to support.