How to Install and Uninstall mono-jay Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "mono-jay" package

In this section, we are going to explain the necessary steps to install mono-jay on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mono-jay

2. Uninstall "mono-jay" package

Please follow the step by step instructions below to uninstall mono-jay on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove mono-jay $ sudo apt autoclean && sudo apt autoremove

3. Information about the mono-jay package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: mono-jay
Priority: optional
Section: universe/devel
Installed-Size: 156
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Mono Group
Architecture: amd64
Source: mono
Version: 4.2.1.102+dfsg2-7ubuntu4
Depends: libc6 (>= 2.4)
Filename: pool/universe/m/mono/mono-jay_4.2.1.102+dfsg2-7ubuntu4_amd64.deb
Size: 51690
MD5sum: 65a770358816fd8271df2a735bba2de9
SHA1: e8adacb68b8ec9d2e97bf6aedb6ffd0f7bebf33f
SHA256: 4cd388560d1e979c35c4c7c32ede23cb208ccc3faa05ba9a989d0f4d11e9169b
Description-en: LALR(1) parser generator oriented to Java/CLI
Mono is a platform for running and developing applications based on the
ECMA/ISO Standards. Mono is an open source effort led by Xamarin.
Mono provides a complete CLR (Common Language Runtime) including compiler and
runtime, which can produce and execute CIL (Common Intermediate Language)
bytecode (aka assemblies), and a class library.
.
Jay is a Yacc implementation oriented to Java-like input syntax. It
takes a grammar, specified in BNF and augmented with semantic actions,
and generates tables and an interpreter which recognizes the language
defined by the grammar and executes the semantic actions as their
corresponding phrases are recognized.
Description-md5: 2b0a19cacf5e8597f228e566b3579a8e
Homepage: http://www.mono-project.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu