How to Install and Uninstall nqp.x86_64 Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "nqp.x86_64" package

Learn how to install nqp.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install nqp.x86_64

2. Uninstall "nqp.x86_64" package

Learn how to uninstall nqp.x86_64 on Oracle Linux 9:

$ sudo dnf remove nqp.x86_64 $ sudo dnf autoremove

3. Information about the nqp.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:40:24 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : nqp
Version : 2023.05
Release : 3.el9
Architecture : x86_64
Size : 702 k
Source : nqp-2023.05-3.el9.src.rpm
Repository : epel
Summary : Perl 6 compiler implementation that runs on MoarVM
URL : https://github.com/Raku/nqp
License : Artistic-2.0
Description : This is "Not Quite Perl" -- a lightweight Raku-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, raku or Rakudo) and is focused on being
: a high-level way to create compilers and libraries for virtual machines like
: MoarVM, the JVM, and others.