Development Snapshot Install Guide

Install packages created by GitHub CI built from the most recent changes to the GEOPM dev branch in a rolling release. These packages are useful for testing new features and providing early feedback to developers.

GEOPM Access Service - Development

Instructions on how to install the latest development snapshot of the GEOPM Access Service and its dependency packages is broken down by OS and OS version. Note: the commands in this table should be run with sudo or as the root user.

# Add zypper repo
zypper addrepo https://download.opensuse.org/repositories/home:/geopm/15.3/home:geopm.repo
zypper refresh
# GEOPM Access Service python module
zypper install python3-geopmdpy
# SystemD service configuration and geopmd executable
zypper install geopmd
# C/C++ development files
zypper install libgeopmd-devel
# Man pages for GEOPM Access Service
zypper install geopmd-doc
# Man pages for C/C++ development
zypper install libgeopmd-doc

GEOPM Runtime Service - Development

Instructions on how to install the latest development snapshot of the GEOPM Runtime Service and its dependency packages is broken down by OS and OS version. Note: the commands in this table should be run with sudo or as the root user.

# Add zypper repo
zypper addrepo https://download.opensuse.org/repositories/home:/geopm/15.3/home:geopm.repo
zypper refresh
# GEOPM Runtime Command Line Interface
zypper install geopm-cli
# GEOPM Runtime Agent development files
zypper install libgeopm-devel
# GEOPM Runtime post-processing scripts
zypper install python3-geopmpy
# Man pages for GEOPM Runtime Service
zypper install geopm-doc
# Man pages for C/C++ development
zypper install libgeopm-doc