How to Install and Uninstall nqp Package on Kali Linux

Last updated: May 17,2024

1. Install "nqp" package

Please follow the step by step instructions below to install nqp on Kali Linux

$ sudo apt update $ sudo apt install nqp

2. Uninstall "nqp" package

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

$ sudo apt remove nqp $ sudo apt autoclean && sudo apt autoremove

3. Information about the nqp package on Kali Linux

Package: nqp
Version: 2022.12+dfsg-1
Installed-Size: 145
Maintainer: Debian Rakudo Maintainers
Architecture: amd64
Depends: moarvm (>= 2022.12), moarvm (<< 2023.01), libc6 (>= 2.34), libjs-angularjs, libjs-bootstrap, nqp-data (= 2022.12+dfsg-1)
Size: 79028
SHA256: c2a4f1983b1c62942395b42c8aac3daad7f7beece689759918788c2dafd301b7
SHA1: 7edcd7bb069ed1d393d1b458910f89f987552798
MD5sum: 6fd0cd65405938962c616d381adcc55c
Description: Not Quite Perl compiler
"Not Quite Perl" is a compiler for quickly generating PIR routines from
Perl6-like code. The key feature of NQP is that it's designed to be a very
small compiler (as compared with, say, perl6 or Rakudo) and is focused on being
a high-level way to create compilers and libraries for virtual machines (such
as the JVM, and MoarVM).
.
Unlike a full-fledged implementation of Perl 6, NQP strives to have as small a
runtime footprint as it can, while still providing a Perl 6 object model and
regular expression engine for the virtual machine.
Description-md5:
Homepage: https://github.com/perl6/nqp
Section: interpreters
Priority: optional
Filename: pool/main/n/nqp/nqp_2022.12+dfsg-1_amd64.deb