How to Install and Uninstall nqp.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

1. Install "nqp.x86_64" package

This guide covers the steps necessary to install nqp.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install nqp.x86_64

2. Uninstall "nqp.x86_64" package

Please follow the steps below to uninstall nqp.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove nqp.x86_64 $ sudo dnf autoremove

3. Information about the nqp.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:29:50 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : nqp
Version : 0.0.2019.07.1
Release : 1.el8
Architecture : x86_64
Size : 612 k
Source : nqp-0.0.2019.07.1-1.el8.src.rpm
Repository : epel
Summary : Not Quite Perl (6)
URL : https://github.com/perl6/nqp
License : Artistic 2.0 and ISC and WTFPL
Description : This is "Not Quite Perl" -- a lightweight Perl 6-like environment for virtual
: machines. The key feature of NQP is that it's designed to be a very small
: environment (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 JVM and MoarVM). Unlike a full-fledged implementation of Perl 6, NQP
: strives to have as small a run-time footprint as it can, while still providing
: a Perl 6 object model and regular expression engine for the virtual machine.