How to Install and Uninstall lexertl14-devel.x86_64 Package on AlmaLinux 8

Last updated: May 23,2024

1. Install "lexertl14-devel.x86_64" package

This guide covers the steps necessary to install lexertl14-devel.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install lexertl14-devel.x86_64

2. Uninstall "lexertl14-devel.x86_64" package

This guide covers the steps necessary to uninstall lexertl14-devel.x86_64 on AlmaLinux 8:

$ sudo dnf remove lexertl14-devel.x86_64 $ sudo dnf autoremove

3. Information about the lexertl14-devel.x86_64 package on AlmaLinux 8

Last metadata expiration check: 1:02:59 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : lexertl14-devel
Version : 0.1.0
Release : 6.20211222git2ea71b8.el8
Architecture : x86_64
Size : 87 k
Source : lexertl14-0.1.0-6.20211222git2ea71b8.el8.src.rpm
Repository : epel
Summary : C++14 version of lexertl
URL : https://github.com/BenHanson/lexertl14
License : Boost
Description : lexertl is a header-only library for writing lexical analysers. With lexertl
: you can:
:
: • Build lexical analysers at runtime
: • Scan Unicode and ASCII input
: • Scan from files or memory
: • Generate C++ code or even write your own code generator