How to Install and Uninstall rest.i686 Package on Amazon Linux 2

Last updated: June 29,2024

1. Install "rest.i686" package

Please follow the step by step instructions below to install rest.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install rest.i686

2. Uninstall "rest.i686" package

This guide covers the steps necessary to uninstall rest.i686 on Amazon Linux 2:

$ sudo yum remove rest.i686 $ sudo yum autoremove

3. Information about the rest.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : rest
Arch : i686
Version : 0.8.0
Release : 2.amzn2
Size : 66 k
Repo : amzn2-core/2/x86_64
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.