How to Install and Uninstall moarvm Package on Kali Linux

Last updated: April 28,2024

1. Install "moarvm" package

This guide let you learn how to install moarvm on Kali Linux

$ sudo apt update $ sudo apt install moarvm

2. Uninstall "moarvm" package

Please follow the instructions below to uninstall moarvm on Kali Linux:

$ sudo apt remove moarvm $ sudo apt autoclean && sudo apt autoremove

3. Information about the moarvm package on Kali Linux

Package: moarvm
Version: 2022.12+dfsg-1
Installed-Size: 9393
Maintainer: Debian Rakudo Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libtommath1 (>= 1.2.0), libuv1 (>= 1.30.1)
Size: 1385604
SHA256: 2baa9e4a7ec2dffd3b289ab1f65084b8474e197dd389006d2375a82b81165362
SHA1: 504f9fda18a358dbc0415fa650a59b9ea6c907c5
MD5sum: 394c533e102efe63fea1415d447569e2
Description: virtual machine for Rakudo Perl 6 and NQP
Short for "Metamodel On A Runtime", MoarVM is a modern virtual machine
built for the Rakudo Raku (formerly Perl 6) compiler and the NQP Compiler
Toolchain. MoarVM is used by the majority of Raku programmers.
.
Highlights include:
* Great Unicode support, with strings represented at grapheme level
* Dynamic analysis of running code to identify hot functions and loops,
and perform a range of optimizations, including type specialization
and inlining
* Support for threads, a range of concurrency control constructs,
and asynchronous sockets, timers, processes, and more
* Generational, parallel, garbage collection
* Support for numerous language features, including first class
functions, exceptions, continuations, runtime loading of code,
big integers and interfacing with native libraries
Description-md5:
Homepage: https://moarvm.org/
Section: interpreters
Priority: optional
Filename: pool/main/m/moarvm/moarvm_2022.12+dfsg-1_amd64.deb