How to Install and Uninstall moarvm.x86_64 Package on Rocky Linux 8

Last updated: May 19,2024

1. Install "moarvm.x86_64" package

Please follow the step by step instructions below to install moarvm.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install moarvm.x86_64

2. Uninstall "moarvm.x86_64" package

This is a short guide on how to uninstall moarvm.x86_64 on Rocky Linux 8:

$ sudo dnf remove moarvm.x86_64 $ sudo dnf autoremove

3. Information about the moarvm.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:29:14 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : moarvm
Version : 0.2019.07.1
Release : 2.el8
Architecture : x86_64
Size : 1.4 M
Source : moarvm-0.2019.07.1-2.el8.src.rpm
Repository : epel
Summary : Meta-model On A Runtime Virtual Machine
URL : http://moarvm.org
License : Artistic 2.0
Description : Short for "Metamodel On A Runtime", MoarVM is a virtual machine built
: especially for Rakudo Perl 6 and the NQP Compiler Toolchain. MoarVM is a
: back-end for NQP.
: MoarVM already stands out among the various Rakudo and NQP compilation
: targets by typically:
:
: Running the Perl 6 specification test suite fastest
: Having the lowest memory usage
: Having the best start-up time
: Being fastest to build both NQP and Rakudo - and thus in theory your
: Perl 6 and NQP programs too!