How to Install and Uninstall librest-0_7-0 Package on openSuSE Tumbleweed

Last updated: July 01,2024

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

Please follow the guidance below to install librest-0_7-0 on openSuSE Tumbleweed

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

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

Please follow the steps below to uninstall librest-0_7-0 on openSuSE Tumbleweed:

$ sudo zypper remove librest-0_7-0

3. Information about the librest-0_7-0 package on openSuSE Tumbleweed

Information for package librest-0_7-0:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : librest-0_7-0
Version : 0.8.1-3.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 156.4 KiB
Installed : No
Status : not installed
Source package : librest0_7-0.8.1-3.2.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.