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

Last updated: May 17,2024

1. Install "nqp" package

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

$ sudo apt update $ sudo apt install nqp

2. Uninstall "nqp" package

This guide let you learn how to uninstall nqp on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: nqp
Priority: optional
Section: universe/interpreters
Installed-Size: 2933
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Rakudo Maintainers
Architecture: all
Version: 2015.11-2
Depends: libjs-angularjs, libjs-bootstrap, moarvm (>= 2015.11), moarvm (<< 2015.12~)
Filename: pool/universe/n/nqp/nqp_2015.11-2_all.deb
Size: 517194
MD5sum: cf9001b2208aaf9a93f61e04ebb54263
SHA1: acbfbabbda8057693507a30ad95e5e88cd3e67bd
SHA256: 72ba27fc2327cb96316dbccbd339c7a42cec24fcdceebbaa2bcaa8fed4ed1500
Description-en: 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: e1c10ff9732237575233b458bbfb115d
Homepage: https://github.com/perl6/nqp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu