How to Install and Uninstall raku-getopt-long Package on Kali Linux

Last updated: April 29,2024

1. Install "raku-getopt-long" package

In this section, we are going to explain the necessary steps to install raku-getopt-long on Kali Linux

$ sudo apt update $ sudo apt install raku-getopt-long

2. Uninstall "raku-getopt-long" package

Please follow the guidelines below to uninstall raku-getopt-long on Kali Linux:

$ sudo apt remove raku-getopt-long $ sudo apt autoclean && sudo apt autoremove

3. Information about the raku-getopt-long package on Kali Linux

Package: raku-getopt-long
Version: 0.4.2-1
Installed-Size: 1065
Maintainer: Debian Rakudo Maintainers
Architecture: amd64
Depends: raku-api-2022.12+af50a328
Conflicts: perl6-getopt-long
Size: 152968
SHA256: 3b181e716af483204c1e5622ea979e3129b35cea3e4e40e1ec0ff8e5d5170bad
SHA1: 7b9f1c89579c5aff1100a5f9a738945173e2d05c
MD5sum: 4c39ba7be8fb349810202174d276c874
Description: Getopt implementation for Raku
Getopt::Long Raku/Perl6 module implements extended getopt functions called get-
options() and get-options-from, as well as automatic argument parsing
for a MAIN sub.
.
This function adheres to the POSIX syntax for command line options, with
GNU extensions. In general, this means that options have long names
instead of single letters, and are introduced with a double dash "--".
Support for bundling of command line options, as was the case with the
more traditional single-letter approach, is also provided.
Description-md5:
Homepage: https://github.com/Leont/getopt-long6
Section: interpreters
Priority: optional
Filename: pool/main/r/raku-getopt-long/raku-getopt-long_0.4.2-1_amd64.deb