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

Last updated: January 12,2025

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

This guide let you learn how to install mingw32-rest-static.noarch on Fedora 39

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

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

This guide covers the steps necessary to uninstall mingw32-rest-static.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:16:20 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : mingw32-rest-static
Version : 0.8.0
Release : 19.fc39
Architecture : noarch
Size : 45 k
Source : mingw-rest-0.8.0-19.fc39.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.