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

Last updated: November 27,2024

1. Install "nex.x86_64" package

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

$ sudo dnf update $ sudo dnf install nex.x86_64

2. Uninstall "nex.x86_64" package

Learn how to uninstall nex.x86_64 on Fedora 39:

$ sudo dnf remove nex.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:37:07 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : nex
Version : 20210330
Release : 7.fc39
Architecture : x86_64
Size : 1.7 M
Source : nex-20210330-7.fc39.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.