How to Install and Uninstall neko Package on Kali Linux

Last updated: May 17,2024

1. Install "neko" package

This guide covers the steps necessary to install neko on Kali Linux

$ sudo apt update $ sudo apt install neko

2. Uninstall "neko" package

Please follow the step by step instructions below to uninstall neko on Kali Linux:

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

3. Information about the neko package on Kali Linux

Package: neko
Source: neko (2.3.0-2)
Version: 2.3.0-2+b1
Installed-Size: 1124
Maintainer: Andy Li
Architecture: amd64
Depends: libapr1 (>= 1.2.7), libc6 (>= 2.34), libgtk-3-0 (>= 3.0.0), libmariadb3 (>= 3.0.0), libmbedcrypto7 (>= 2.28.0), libmbedtls14 (>= 2.28.0), libmbedx509-1 (>= 2.28.0), libneko2 (>= 2.3.0), libpcre2-8-0 (>= 10.22), libsqlite3-0 (>= 3.5.9), zlib1g (>= 1:1.2.0)
Suggests: libapache2-mod-neko, neko-dev
Size: 313584
SHA256: 119237ac54ff17f33b3341f3e71012a291f6ebd2b1b9716dd07c4b6f7230e3a6
SHA1: 13a942a77c00dc6218c7664283199023c4c10ca4
MD5sum: 975c8b4067f4cebaf37e811942c3c211
Description: 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:
Homepage: https://nekovm.org
Tag: devel::compiler, devel::interpreter, devel::web, interface::commandline,
interface::graphical, interface::x11, role::program, uitoolkit::gtk,
web::scripting, x11::application
Section: interpreters
Priority: optional
Filename: pool/main/n/neko/neko_2.3.0-2+b1_amd64.deb