How to Install and Uninstall ebnflint Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "ebnflint" package

This guide covers the steps necessary to install ebnflint on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ebnflint

2. Uninstall "ebnflint" package

Learn how to uninstall ebnflint on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ebnflint $ sudo apt autoclean && sudo apt autoremove

3. Information about the ebnflint package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ebnflint
Priority: extra
Section: universe/devel
Installed-Size: 1987
Maintainer: Ubuntu Developers
Original-Maintainer: pkg-go
Architecture: amd64
Source: golang-golang-x-exp
Version: 0.0~git20150826.1.eb7c1fa-1
Filename: pool/universe/g/golang-golang-x-exp/ebnflint_0.0~git20150826.1.eb7c1fa-1_amd64.deb
Size: 477876
MD5sum: 64ccca5d45f754db1f65046f90f8ba75
SHA1: 83dda67a2d0cfba6301b4cf83817ff17ae621607
SHA256: 102c5c04f8971b74db4838f7f7393079c0eebe3bc642e4b0aba313f0997c5f43
Description-en: verifies EBNF productions are consistent and grammatically correct
Ebnflint verifies that EBNF productions are consistent and grammatically
correct. It reads them from an HTML document such as the Go specification.
.
Grammar productions are grouped in boxes demarcated by the HTML elements
.


.
Usage:
.
ebnflint [--start production] [file]
.
The --start flag specifies the name of the start production for the grammar; it
defaults to "Start".
Description-md5: 23e1e9ca1faf8c2e5912f7035c979b5c
Built-Using: golang (= 2:1.5.1-0ubuntu2)
Homepage: https://golang.org/x/exp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu