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

Last updated: May 09,2024

1. Install "ruby-foreman" package

This guide covers the steps necessary to install ruby-foreman on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-foreman

2. Uninstall "ruby-foreman" package

This tutorial shows how to uninstall ruby-foreman on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-foreman
Priority: optional
Section: universe/ruby
Installed-Size: 111
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.78.0-3
Depends: ruby | ruby-interpreter, ruby-dotenv, ruby-thor
Suggests: ruby-foreman-doc
Filename: pool/universe/r/ruby-foreman/ruby-foreman_0.78.0-3_all.deb
Size: 20252
MD5sum: 7b5982702bfceee66fd260002b423e29
SHA1: 0348ea2716e3ed671578163fe676ce950e3b9ccb
SHA256: 13309fa5f1e0a5acc54625511dbf22c746bc123fca223ff50f131b645fe8f95e
Description-en: Process manager for applications with multiple components
Foreman is a process manager commonly used during development of
multi-component applications. For production, it allows allow you to either
run your application directly or export it to some other process management
format (i.e. init system service files).
.
Foreman uses a file called Procfile, which is the same mechanism for declaring
what commands are run by your application’s dynos on the Heroku platform. It
follows the process model. You can use a Procfile to declare various process
types, such as multiple types of workers, a singleton process like a clock, or
a consumer of the Twitter streaming API.
Description-md5: e65dfa3a9a1c727fe5228c529917fafd
Homepage: http://github.com/ddollar/foreman
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu