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

Last updated: May 22,2024

1. Install "ruby-unidecode" package

This is a short guide on how to install ruby-unidecode on Kali Linux

$ sudo apt update $ sudo apt install ruby-unidecode

2. Uninstall "ruby-unidecode" package

Please follow the step by step instructions below to uninstall ruby-unidecode on Kali Linux:

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

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

Package: ruby-unidecode
Version: 1.0.0-2
Installed-Size: 480
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Size: 63504
SHA256: 09a75586b4fa6f6ccb5946ca383f8c5b6a42db9baef995cf2989295bb08efb0a
SHA1: e406e6db7a323fefe61132fceccd21a99b83a0f8
MD5sum: cc1d2cf5bd46e7e7430dbbc07cedfe1a
Description: Transliteratively convert UTF-8 text to US-ASCII
unidecode is a Ruby library for transliterating converting UTF-8 strings to
plain ASCII representations.
.
This gem is a Ruby port of Perl library Text::Unidecode.
The same caveats, notes, and constraints listed there apply here though the
Ruby implementation here is slightly different, specifically the addition of
String#to_ascii.
Description-md5:
Homepage: http://unidecode.rubyforge.org/
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-unidecode/ruby-unidecode_1.0.0-2_all.deb