How to Install and Uninstall rest.src Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "rest.src" package

Learn how to install rest.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install rest.src

2. Uninstall "rest.src" package

Please follow the instructions below to uninstall rest.src on Oracle Linux 8:

$ sudo dnf remove rest.src $ sudo dnf autoremove

3. Information about the rest.src package on Oracle Linux 8

Last metadata expiration check: 6:33:58 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : rest
Version : 0.8.1
Release : 2.el8
Architecture : src
Size : 341 k
Source : None
Repository : ol8_appstream
Summary : A library for access to RESTful web services
URL : http://www.gnome.org
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.