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

Last updated: May 12,2024

1. Install "ruby-dotenv" package

Please follow the step by step instructions below to install ruby-dotenv on Kali Linux

$ sudo apt update $ sudo apt install ruby-dotenv

2. Uninstall "ruby-dotenv" package

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

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

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

Package: ruby-dotenv
Version: 2.4.0-2
Installed-Size: 47
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby:any | ruby-interpreter
Size: 14036
SHA256: 126e1942b57ef6ba4acea4e5c1483514801b87e9b8547003293c6700053996f7
SHA1: b1472f22fda21064843eac276989ce2d264f3fb4
MD5sum: e23ea0faaf6d856b453a4e0d226e3e3e
Description: configuration variable loader
Like the gem "foreman", dotenv will automagically load variables from .env,
but doesn't put them in the Procfile. Instead they are accessible via ENV.
Thus it can also be used when running an application manually, using the
interactive console, or running a Rake task.
Description-md5:
Homepage: https://github.com/bkeepers/dotenv
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-dotenv/ruby-dotenv_2.4.0-2_all.deb