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

Last updated: May 18,2024

1. Install "ruby-timeliness" package

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

$ sudo apt update $ sudo apt install ruby-timeliness

2. Uninstall "ruby-timeliness" package

Please follow the guidelines below to uninstall ruby-timeliness on Kali Linux:

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

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

Package: ruby-timeliness
Version: 0.4.5-1
Installed-Size: 53
Maintainer: Debian Ruby Team
Architecture: all
Size: 15572
SHA256: a34be7ca4d7504a6e27b974968eea289de8a2eea891ac26e37968e64e92c5be5
SHA1: 1cef9551079477f441f246bfd96a8897360e9e6d
MD5sum: 559edc1d9c5e0f6516dcf78995764f73
Description: Date/time parsing with better control
Date/time parser for Ruby with the following features:
* Extensible with custom formats and tokens.
* Fast, up to 60% faster than Time/Date parse method.
* Control the parser strictness.
* Control behaviour of ambiguous date formats (US vs European e.g.
mm/dd/yy, dd/mm/yy).
* I18n support (for months), if I18n gem loaded.
* Works with Ruby MRI >= 2.2
.
Extracted from the validates_timeliness gem, it has been rewritten cleaner and
much faster. It's most suitable for when one need to control the parsing
behaviour.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/adzap/timeliness
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-timeliness/ruby-timeliness_0.4.5-1_all.deb