How To Install rest on Fedora 36
Introduction
In this tutorial we learn how to install rest
on Fedora 36.
What is rest
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.
We can use yum
or dnf
to install rest
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rest.
Install rest on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rest
using dnf
by running the following command:
sudo dnf -y install rest
Install rest on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rest
using yum
by running the following command:
sudo yum -y install rest
How To Uninstall rest on Fedora 36
To uninstall only the rest
package we can use the following command:
sudo dnf remove rest
rest Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/79ee5a543231f20a5ed796f9b9021d877b5f07
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/48625703ec50d455bbdb312805697e649c2ffc
/usr/lib/girepository-1.0/Rest-0.7.typelib
/usr/lib/girepository-1.0/RestExtras-0.7.typelib
/usr/lib/librest-0.7.so.0
/usr/lib/librest-0.7.so.0.0.0
/usr/lib/librest-extras-0.7.so.0
/usr/lib/librest-extras-0.7.so.0.0.0
/usr/share/doc/rest
/usr/share/doc/rest/AUTHORS
/usr/share/doc/rest/README
/usr/share/licenses/rest
/usr/share/licenses/rest/COPYING
References
Summary
In this tutorial we learn how to install rest
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install rest on Fedora 36” linkTitle: “rest” type: “docs” description: “In this tutorial we learn how to install rest in Fedora 36. rest is A library for access to RESTful web services” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/rest-featured.png
Introduction
In this tutorial we learn how to install rest
on Fedora 36.
What is rest
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.
We can use yum
or dnf
to install rest
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rest.
Install rest on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rest
using dnf
by running the following command:
sudo dnf -y install rest
Install rest on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rest
using yum
by running the following command:
sudo yum -y install rest
How To Uninstall rest on Fedora 36
To uninstall only the rest
package we can use the following command:
sudo dnf remove rest
rest Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/82
/usr/lib/.build-id/82/88cf99f590fcdda9f3126e7ff1acb43094bf0f
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/6edd0f807c3ee93a045131823b9fc77095c22e
/usr/lib64/girepository-1.0/Rest-0.7.typelib
/usr/lib64/girepository-1.0/RestExtras-0.7.typelib
/usr/lib64/librest-0.7.so.0
/usr/lib64/librest-0.7.so.0.0.0
/usr/lib64/librest-extras-0.7.so.0
/usr/lib64/librest-extras-0.7.so.0.0.0
/usr/share/doc/rest
/usr/share/doc/rest/AUTHORS
/usr/share/doc/rest/README
/usr/share/licenses/rest
/usr/share/licenses/rest/COPYING
References
Summary
In this tutorial we learn how to install rest
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).