How to Install and Uninstall moarvm.x86_64 Package on Fedora 34

Last updated: July 03,2024

1. Install "moarvm.x86_64" package

This guide covers the steps necessary to install moarvm.x86_64 on Fedora 34

$ 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 Fedora 34:

$ sudo dnf remove moarvm.x86_64 $ sudo dnf autoremove

3. Information about the moarvm.x86_64 package on Fedora 34

Last metadata expiration check: 5:56:31 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : moarvm
Version : 0.2020.07
Release : 2.fc34
Architecture : x86_64
Size : 1.7 M
Source : moarvm-0.2020.07-2.fc34.src.rpm
Repository : fedora
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!