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

Last updated: July 05,2024

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

Learn how to install librest-1_0-0 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install librest-1_0-0

2. Uninstall "librest-1_0-0" package

Learn how to uninstall librest-1_0-0 on openSuSE Tumbleweed:

$ sudo zypper remove librest-1_0-0

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

Information for package librest-1_0-0:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : librest-1_0-0
Version : 0.9.1-3.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 169.2 KiB
Installed : No
Status : not installed
Source package : librest-0.9.1-3.4.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.