How to Install and Uninstall moarvm.i686 Package on Fedora 35

Last updated: October 07,2024

1. Install "moarvm.i686" package

Please follow the guidelines below to install moarvm.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install moarvm.i686

2. Uninstall "moarvm.i686" package

This tutorial shows how to uninstall moarvm.i686 on Fedora 35:

$ sudo dnf remove moarvm.i686 $ sudo dnf autoremove

3. Information about the moarvm.i686 package on Fedora 35

Last metadata expiration check: 4:20:18 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : moarvm
Version : 0.2020.07
Release : 3.fc35
Architecture : i686
Size : 1.5 M
Source : moarvm-0.2020.07-3.fc35.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!