How to Install and Uninstall ruby-foreman Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "ruby-foreman" package

This tutorial shows how to install ruby-foreman on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ruby-foreman

2. Uninstall "ruby-foreman" package

In this section, we are going to explain the necessary steps to uninstall ruby-foreman on Ubuntu 21.10 (Impish Indri):

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

3. Information about the ruby-foreman package on Ubuntu 21.10 (Impish Indri)

Package: ruby-foreman
Architecture: all
Version: 0.85.0-2
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 118
Depends: ruby | ruby-interpreter, ruby-dotenv, ruby-thor (>= 0.19.1)
Filename: pool/universe/r/ruby-foreman/ruby-foreman_0.85.0-2_all.deb
Size: 22792
MD5sum: 12393b865744a7a59bb937b9410f2a26
SHA1: 95d517f1f00cc5676bff35ad5e49e1944b3e5ab1
SHA256: cb5baa0259144d613c462417116edbf510d7969cfeb48fc4a2cb93e05ca1f5e6
SHA512: beb278dc8835af3b7df67434e9e65aeefd3bcc46c6b807735e4499fa6d0791e108fb0266112005f1979892f520d652ee4c86f5334a17178db31f945e87edad47
Homepage: https://github.com/ddollar/foreman
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
Ruby-Versions: all