How to Install and Uninstall librest-0_7-0 Package on openSUSE Leap

Last updated: July 03,2024

1. Install "librest-0_7-0" package

This tutorial shows how to install librest-0_7-0 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install librest-0_7-0

2. Uninstall "librest-0_7-0" package

Learn how to uninstall librest-0_7-0 on openSUSE Leap:

$ sudo zypper remove librest-0_7-0

3. Information about the librest-0_7-0 package on openSUSE Leap

Information for package librest-0_7-0:
--------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : librest-0_7-0
Version : 0.8.1-150000.3.4.3
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 155.0 KiB
Installed : No
Status : not installed
Source package : librest-0.8.1-150000.3.4.3.src
Upstream URL : http://git.gnome.org/browse/librest/
Summary : Library to access RESTful web services
Description :
This library was designed to make it easier to access web services that
claim to be "RESTful". A reasonable description is that a RESTful
service should have urls that represent remote objects, which methods
can then be called on.
It is comprised of two parts:
* the first aims to make it easier to make requests by providing a
wrapper around libsoup.
* the second aids with XML parsing by wrapping libxml2.