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

Last updated: April 27,2024

1. Install "ruby-timecop" package

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

$ sudo apt update $ sudo apt install ruby-timecop

2. Uninstall "ruby-timecop" package

Please follow the steps below to uninstall ruby-timecop on Kali Linux:

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

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

Package: ruby-timecop
Version: 0.9.8-1
Installed-Size: 40
Maintainer: Debian Ruby Team
Architecture: all
Size: 11096
SHA256: 051275e7b3f6afadc9b30497be829bc7e2e8aaf0dbfcce2d62062db92cb77efa
SHA1: 724d88cadcbbd32194768aedfd7bb14676ee69b7
MD5sum: f7badbcec584f44dd057e5fc5357261d
Description: Ruby library to easily test time-dependent code
Timecop makes it easy to travel through or freeze time for creating a
predictable and ultimately testable scenario.
.
It is a wrapper class for manipulating the extensions to the Time, Date,
and DateTime objects. It avoids overloading of functions with optional
arguments while writing test cases. It is possible to nest multiple
calls to Timecop.travel and Timecop.freeze, with each block maintaining
concept of "now". Having no dependencies, it works with regular Ruby projects
and Ruby on Rails projects.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/travisjeffery/timecop
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-timecop/ruby-timecop_0.9.8-1_all.deb