How to Install and Uninstall ruby-cmdparse Package on Kali Linux

Last updated: May 18,2024

1. Install "ruby-cmdparse" package

This tutorial shows how to install ruby-cmdparse on Kali Linux

$ sudo apt update $ sudo apt install ruby-cmdparse

2. Uninstall "ruby-cmdparse" package

Here is a brief guide to show you how to uninstall ruby-cmdparse on Kali Linux:

$ sudo apt remove ruby-cmdparse $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-cmdparse package on Kali Linux

Package: ruby-cmdparse
Version: 3.0.7-2
Installed-Size: 60
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Size: 14348
SHA256: 091f3fa81ab913b9d13d323631dcfdefdb715a47083a1830c7f7962451a645b4
SHA1: 8e0f6b56451ff4d45f6d4ba3dd573e6188893bb7
MD5sum: 8a43c0097a242d31203f012881b30cf1
Description: advanced command line parsing Ruby module supporting sub-commands
It allows the creation of command style programs, that perform different
functions depending on which command is invoked. Additionally, nesting
of commands, i.e. commands that take commands themselves, is also possible.
For option parsing, the Ruby standard library optparse is used.
Description-md5:
Multi-Arch: foreign
Homepage: https://cmdparse.gettalong.org
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-cmdparse/ruby-cmdparse_3.0.7-2_all.deb