How to Install and Uninstall capistrano Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "capistrano" package

Here is a brief guide to show you how to install capistrano on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install capistrano

2. Uninstall "capistrano" package

In this section, we are going to explain the necessary steps to uninstall capistrano on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove capistrano $ sudo apt autoclean && sudo apt autoremove

3. Information about the capistrano package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: capistrano
Priority: optional
Section: universe/ruby
Installed-Size: 119
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 3.4.0-1
Depends: rake (>= 10.0.0), ruby | ruby-interpreter, ruby-i18n, ruby-sshkit (>= 1.3)
Filename: pool/universe/c/capistrano/capistrano_3.4.0-1_all.deb
Size: 23798
MD5sum: bb9ce381e5490e8536219bfa1f3de25c
SHA1: 3d9881a860c9774db1119ea671eea0a105933d86
SHA256: 6df7c42c27e1fe220333b20d7b5bc1193fe6f03a676ff50a1bf7e0feca976dd0
Description-en: tool to execute commands in parallel on multiple servers
Capistrano is great for automating tasks via SSH on remote servers, like
software installation, application deployment, configuration management,
ad hoc server monitoring, and more. Ideal for system administrators, whether
professional or incidental. Easy to customize. Its configuration files use
the Ruby programming language syntax, but you don't need to know Ruby to do
most things with Capistrano.
.
Capistrano is easy to extend. It's written in the Ruby programming language,
and may be extended easily by writing additional Ruby modules.
Description-md5: 0394f9c4340d904eacd71fecf2358bc0
Homepage: http://capistranorb.com/
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu