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

Last updated: October 09,2024

1. Install "rest.i686" package

This guide covers the steps necessary to install rest.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install rest.i686

2. Uninstall "rest.i686" package

Please follow the instructions below to uninstall rest.i686 on Fedora 39:

$ sudo dnf remove rest.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:49:25 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rest
Version : 0.9.1
Release : 7.fc39
Architecture : i686
Size : 73 k
Source : rest-0.9.1-7.fc39.src.rpm
Repository : fedora
Summary : A library for access to RESTful web services
URL : https://gitlab.gnome.org/GNOME/librest
License : LGPL-2.1-only
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.