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

Last updated: May 18,2024

1. Install "ruby-foreman" package

Please follow the guidance below to install ruby-foreman on Kali Linux

$ sudo apt update $ sudo apt install ruby-foreman

2. Uninstall "ruby-foreman" package

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

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

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

Package: ruby-foreman
Version: 0.87.2-4
Installed-Size: 302
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby
Size: 60392
SHA256: 6659b6ec120b8a3e3346d7bb382830043d9c3080b7d3b8e752323314ae944fc5
SHA1: b5a6b4dc2d0840d8946bf4f39419aee35310ed70
MD5sum: 57afb6b09f9e5b6d4c5c5fbf8f692b24
Description: 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:
Homepage: https://github.com/ddollar/foreman
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-foreman/ruby-foreman_0.87.2-4_all.deb