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

Last updated: May 18,2024

1. Install "ruby-dotenv" package

This guide let you learn how to install ruby-dotenv on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-dotenv

2. Uninstall "ruby-dotenv" package

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

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

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

Package: ruby-dotenv
Priority: optional
Section: universe/ruby
Installed-Size: 40
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 2.0.2-1
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-dotenv/ruby-dotenv_2.0.2-1_all.deb
Size: 9384
MD5sum: bf5df4f667f5466119b21e3d78b70015
SHA1: dad967f3572331f5654671287b81451252767ca4
SHA256: 3e394f7a3a9a779178305d75b1bb209bc84585bdac069a57fdd78926a0987c75
Description-en: 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: c98720d54d2e1f938a5b9d83ecc7ea09
Homepage: https://github.com/bkeepers/dotenv
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu