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

Last updated: May 10,2024

1. Install "ruby-foreman-doc" package

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

$ sudo apt update $ sudo apt install ruby-foreman-doc

2. Uninstall "ruby-foreman-doc" package

Here is a brief guide to show you how to uninstall ruby-foreman-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-foreman-doc
Priority: optional
Section: universe/doc
Installed-Size: 440
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Source: ruby-foreman
Version: 0.78.0-3
Depends: libjs-jquery
Suggests: ruby-foreman
Filename: pool/universe/r/ruby-foreman/ruby-foreman-doc_0.78.0-3_all.deb
Size: 124464
MD5sum: 9a9ddd3478e885f0fdb4af04841dfc6e
SHA1: c8e6db43d03050379e631366dd37a3b6265d83ed
SHA256: 9b5353f46536a83078f6fdbdb76affc59027fd93ce3031ff89fd2319bf853346
Description-en: Process manager for applications with multiple components (documentation)
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.
.
This package contains examples and html documentation for ruby-foreman.
Description-md5: e2f801795c41a705474627c0ec40ac42
Homepage: http://github.com/ddollar/foreman
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu