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

Last updated: October 05,2024

1. Install "nex.x86_64" package

Please follow the instructions below to install nex.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install nex.x86_64

2. Uninstall "nex.x86_64" package

Please follow the steps below to uninstall nex.x86_64 on Fedora 34:

$ sudo dnf remove nex.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:55:58 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : nex
Version : 20200222
Release : 4.fc34
Architecture : x86_64
Size : 1.7 M
Source : nex-20200222-4.fc34.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.