How to Install and Uninstall rest.x86_64 Package on Rocky Linux 9
Last updated: November 25,2024
1. Install "rest.x86_64" package
This guide covers the steps necessary to install rest.x86_64 on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
rest.x86_64
Copied
2. Uninstall "rest.x86_64" package
This guide covers the steps necessary to uninstall rest.x86_64 on Rocky Linux 9:
$
sudo dnf remove
rest.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the rest.x86_64 package on Rocky Linux 9
Last metadata expiration check: 1:01:27 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rest
Version : 0.8.1
Release : 11.el9
Architecture : x86_64
Size : 67 k
Source : rest-0.8.1-11.el9.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.
Available Packages
Name : rest
Version : 0.8.1
Release : 11.el9
Architecture : x86_64
Size : 67 k
Source : rest-0.8.1-11.el9.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.