How to Install and Uninstall ruby-foreman Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: October 06,2024

1. Install "ruby-foreman" package

Here is a brief guide to show you how to install ruby-foreman on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-foreman

2. Uninstall "ruby-foreman" package

This tutorial shows how to uninstall ruby-foreman on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-foreman package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-foreman
Architecture: all
Version: 0.85.0-1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 125
Depends: ruby | ruby-interpreter, ruby-dotenv, ruby-thor (>= 0.19.1)
Filename: pool/universe/r/ruby-foreman/ruby-foreman_0.85.0-1_all.deb
Size: 24516
MD5sum: c2945626bb0f7f04504fa7f588e1ee7a
SHA1: 0d335a162265e45afdd50e7836346df88fe25c8c
SHA256: 54caab6c86ebec1f169a507decf514d9f3806952bf660a5b2e40c9c5d4c5d769
SHA512: fc20d9721d802f90e77ff2df6e5f89033422c5f5686198f1274c2d7f4f89179115ad0ad1f3fec3b798f1b77e7d98e98f214ee30d21b96b2605214bb9dde522c1
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