How to Install and Uninstall lexertl14-devel.x86_64 Package on Rocky Linux 9

Last updated: November 25,2024

1. Install "lexertl14-devel.x86_64" package

In this section, we are going to explain the necessary steps to install lexertl14-devel.x86_64 on Rocky Linux 9

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

2. Uninstall "lexertl14-devel.x86_64" package

Please follow the guidance below to uninstall lexertl14-devel.x86_64 on Rocky Linux 9:

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

3. Information about the lexertl14-devel.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:39:09 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : lexertl14-devel
Version : 0.1.0
Release : 16.20230904git86c90c3.el9
Architecture : x86_64
Size : 86 k
Source : lexertl14-0.1.0-16.20230904git86c90c3.el9.src.rpm
Repository : epel
Summary : The Modular Lexical Analyser Generator
URL : https://github.com/BenHanson/lexertl14
License : BSL-1.0
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