How to Install and Uninstall ruby-polyglot Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "ruby-polyglot" package

Please follow the step by step instructions below to install ruby-polyglot on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-polyglot

2. Uninstall "ruby-polyglot" package

Please follow the instructions below to uninstall ruby-polyglot on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-polyglot package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-polyglot
Priority: optional
Section: universe/ruby
Installed-Size: 60
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.3.4-1
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-polyglot/ruby-polyglot_0.3.4-1_all.deb
Size: 5228
MD5sum: 70f875e0262a0b5e3f346645adb5b5f8
SHA1: 1b0234e55b289b18002bb36b97fb0329a5fa43ca
SHA256: 5dd05fe18642b6bda6e84a8938aedf97423d996bc13fb599d97d75577cbfd4ee
Description-en: 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: fd516aef2948655a4a1d0b4e7f6f890c
Homepage: http://polyglot.rubyforge.org
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu