How to Install and Uninstall nex.x86_64 Package on Fedora 38

Last updated: October 15,2024

1. Install "nex.x86_64" package

Please follow the steps below to install nex.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install nex.x86_64

2. Uninstall "nex.x86_64" package

This tutorial shows how to uninstall nex.x86_64 on Fedora 38:

$ sudo dnf remove nex.x86_64 $ sudo dnf autoremove

3. Information about the nex.x86_64 package on Fedora 38

Last metadata expiration check: 4:07:43 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : nex
Version : 20210330
Release : 6.fc38
Architecture : x86_64
Size : 1.6 M
Source : nex-20210330-6.fc38.src.rpm
Repository : fedora
Summary : A lexer generator for Go that is similar to Lex/Flex
URL : http://www-cs-students.stanford.edu/~blynn/nex/
License : GPLv3
Description : Nex is a lexer similar to Lex/Flex that: (1) generates Go code instead
: of C code, (2) integrates with Go's Yacc instead of YACC/Bison, (3)
: supports UTF-8, and (4) supports nested structural regular expressions.