How to Install and Uninstall libpog-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "libpog-dev" package

Here is a brief guide to show you how to install libpog-dev on Kali Linux

$ sudo apt update $ sudo apt install libpog-dev

2. Uninstall "libpog-dev" package

Please follow the guidelines below to uninstall libpog-dev on Kali Linux:

$ sudo apt remove libpog-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpog-dev package on Kali Linux

Package: libpog-dev
Source: libpog
Version: 0.5.3-3
Installed-Size: 157
Maintainer: Yangfl
Architecture: all
Depends: libre2-dev, libfmt-dev
Size: 29716
SHA256: e64dcb8cf0c16fdf7b0e6c1a000869210f9b7f19ea204c5634097e9427976ff3
SHA1: cafbfb96629b20c09abcc415acbd57a181c4741f
MD5sum: 4df0dfccf39ac5c8f1d220f55f99e5e3
Description: C++ library for generating LALR(1) parsers
Pog is C++17 library for generating LALR(1) parsers. This library is
header-only itself but requires RE2 library which does not come with
header-only version. It splits definitions of parser into:
* Declaration of tokens (regular expressions describing how the input should
be tokenized)
* Grammar rules over tokens from tokenization phase
Description-md5:
Homepage: https://github.com/metthal/pog
Section: libdevel
Priority: optional
Filename: pool/main/libp/libpog/libpog-dev_0.5.3-3_all.deb