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

Last updated: May 19,2024

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

Please follow the instructions below to install librest-0_7-0-32bit on openSuSE Tumbleweed

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

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

Please follow the step by step instructions below to uninstall librest-0_7-0-32bit on openSuSE Tumbleweed:

$ sudo zypper remove librest-0_7-0-32bit

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

Information for package librest-0_7-0-32bit:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : librest-0_7-0-32bit
Version : 0.8.1-2.15
Arch : x86_64
Vendor : openSUSE
Installed Size : 140,2 KiB
Installed : No
Status : not installed
Source package : librest-0.8.1-2.15.src
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.