How to Install and Uninstall pegtl-devel Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "pegtl-devel" package
Please follow the steps below to install pegtl-devel on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
pegtl-devel
Copied
2. Uninstall "pegtl-devel" package
Learn how to uninstall pegtl-devel on openSuSE Tumbleweed:
$
sudo zypper remove
pegtl-devel
Copied
3. Information about the pegtl-devel package on openSuSE Tumbleweed
Information for package pegtl-devel:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : pegtl-devel
Version : 3.2.7-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 457.7 KiB
Installed : No
Status : not installed
Source package : pegtl-3.2.7-1.4.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.
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : pegtl-devel
Version : 3.2.7-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 457.7 KiB
Installed : No
Status : not installed
Source package : pegtl-3.2.7-1.4.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.