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

Last updated: May 19,2024

1. Install "pegtl-devel" package

This guide covers the steps necessary to install pegtl-devel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install pegtl-devel

2. Uninstall "pegtl-devel" package

Please follow the guidelines below to uninstall pegtl-devel on openSUSE Leap:

$ sudo zypper remove pegtl-devel

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

Information for package pegtl-devel:
------------------------------------
Repository : Main Repository
Name : pegtl-devel
Version : 3.2.7-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 457.1 KiB
Installed : No
Status : not installed
Source package : pegtl-3.2.7-bp155.1.5.src
Upstream URL : https://github.com/taocpp/PEGTL
Summary : Parsing Expression Grammar (PEG) Template Library
Description :
The Parsing Expression Grammar Template Library (PEGTL) is a C++11
library for creating parsers according to a Parsing Expression
Grammar (PEG). Grammars are embedded as regular C++ code, and
consist of template hierarchies of classes. These hierarchies
naturally correspond to the inductive definition of PEGs. The
library extends on the subject of PEGs with new expression types,
actions that can be attached to grammar rules, and mechanisms to
ensure helpful diagnostics in case of parsing errors.

5. The same packages on other Linux Distributions