How to Install and Uninstall rest.x86_64 Package on CentOS Stream 8

Last updated: May 18,2024

1. Install "rest.x86_64" package

Please follow the guidance below to install rest.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install rest.x86_64

2. Uninstall "rest.x86_64" package

Here is a brief guide to show you how to uninstall rest.x86_64 on CentOS Stream 8:

$ sudo dnf remove rest.x86_64 $ sudo dnf autoremove

3. Information about the rest.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:09:19 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : rest
Version : 0.8.1
Release : 2.el8
Architecture : x86_64
Size : 70 k
Source : rest-0.8.1-2.el8.src.rpm
Repository : 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.