How to Install and Uninstall lager-devel Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "lager-devel" package

Please follow the guidance below to install lager-devel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lager-devel

2. Uninstall "lager-devel" package

This tutorial shows how to uninstall lager-devel on openSuSE Tumbleweed:

$ sudo zypper remove lager-devel

3. Information about the lager-devel package on openSuSE Tumbleweed

Information for package lager-devel:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lager-devel
Version : 0.1.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 259.9 KiB
Installed : No
Status : not installed
Source package : lager-0.1.0-1.2.src
Upstream URL : https://sinusoid.es/lager/
Summary : C++ library to assist value-oriented design
Description :
lager is a C++ library to assist value-oriented design by implementing the
unidirectional data-flow architecture. It is heavily inspired by Elm and Redux,
and enables composable designs by promoting the use of simple value types and
testable application logic via pure functions.