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

Last updated: October 05,2024

1. Install "lexertl14-devel.x86_64" package

This tutorial shows how to install lexertl14-devel.x86_64 on Oracle Linux 9

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

2. Uninstall "lexertl14-devel.x86_64" package

Here is a brief guide to show you how to uninstall lexertl14-devel.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 0:31:38 ago on Thu Feb 15 07:50:05 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