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

Last updated: May 14,2024

1. Install "ruby-polyglot" package

In this section, we are going to explain the necessary steps to install ruby-polyglot on Kali Linux

$ sudo apt update $ sudo apt install ruby-polyglot

2. Uninstall "ruby-polyglot" package

This guide let you learn how to uninstall ruby-polyglot on Kali Linux:

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

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

Package: ruby-polyglot
Version: 0.3.4-1.1
Installed-Size: 25
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: ruby | ruby-interpreter
Size: 6132
SHA256: 29369879fb4280165f4b6e136540c4b61af77dbd1e4b303552a620e6e0b5c230
SHA1: 2bd869e0f3286abc69450298a759743a90d86345
MD5sum: f8bfb18138bf261ff3a1c145e8dc2e83
Description: Custom language loaders for specified file extensions
Allows one to write custom language loaders for specified file extensions
to be hooked into require.
.
This supports the creation of DSLs having a syntax that is most
appropriate to their purpose, instead of abusing the Ruby syntax.
.
Required files are attempted first using the normal Ruby loader,
and if that fails, Polyglot conducts a search for a file having
a supported extension.
Description-md5:
Homepage: http://polyglot.rubyforge.org
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-polyglot/ruby-polyglot_0.3.4-1.1_all.deb