How to Install and Uninstall geners-devel Package on openSUSE Leap

Last updated: May 20,2024

1. Install "geners-devel" package

This guide let you learn how to install geners-devel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install geners-devel

2. Uninstall "geners-devel" package

This guide covers the steps necessary to uninstall geners-devel on openSUSE Leap:

$ sudo zypper remove geners-devel

3. Information about the geners-devel package on openSUSE Leap

Information for package geners-devel:
-------------------------------------
Repository : Main Repository
Name : geners-devel
Version : 1.12.0-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 376.7 KiB
Installed : No
Status : not installed
Source package : geners-1.12.0-bp155.2.13.src
Upstream URL : http://geners.hepforge.org/
Summary : Sources and header files for Geners
Description :
The "geners" package is designed to address the problem of C++ object persistence in situations where the most typical data access pattern is "write once read many" (WORM). This access pattern is very common in scientific projects — a data recording device or a simulation program creates the original set of objects which is later reused (typically, for the purposes of data analysis and presentation of results) by other programs. "Geners" is, more or less, a set of tools and conventions which allows its users to develop C++ classes that can be converted to and from a storable stream of bytes in a well-organized and type-safe manner. Serialization of STL containers is supported, including the ones added in the C++11 standard. Independent versioning of each class definition is allowed.
This package provides the sources and header files required for developing apps using geners.

5. The same packages on other Linux Distributions