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

Last updated: September 20,2024

1. Install "neko" package

Please follow the step by step instructions below to install neko on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install neko

2. Uninstall "neko" package

This tutorial shows how to uninstall neko on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove neko $ sudo apt autoclean && sudo apt autoremove

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

Package: neko
Priority: optional
Section: universe/interpreters
Installed-Size: 1086
Maintainer: Ubuntu Developers
Original-Maintainer: Andy Li
Architecture: amd64
Version: 2.0.0-4build1
Depends: libc6 (>= 2.4), libneko0
Suggests: libapache2-mod-neko, neko-dev
Filename: pool/universe/n/neko/neko_2.0.0-4build1_amd64.deb
Size: 299280
MD5sum: 54c50ea53747ae64b1bc2f8f58be9951
SHA1: 7fd83fcf001d16651603c2999dba484af82119b9
SHA256: da9d6cca803ec3ba62efd8b0431f546eafe1066bf02f7eae8f7bb6f043218590
Description-en: Lightweight virtual machine - compiler and tools
Neko provides a common runtime for several different languages,
including JavaScript and haXe.
.
The compiler converts a source file (.neko) into a bytecode file (.n)
that can be executed with the Virtual Machine. You can use the
compiler as standalone commandline executable separated from the
virtual machine, or as a Neko library to perform compile-and-run for
interactive languages.
.
Neko was written by Nicolas Cannasse.
Description-md5: b9931d2adc8cc89fb8552d5e385bfbaf
Homepage: http://nekovm.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu