How to Install and Uninstall ruby-net-ssh-multi Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "ruby-net-ssh-multi" package

This guide let you learn how to install ruby-net-ssh-multi on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-net-ssh-multi

2. Uninstall "ruby-net-ssh-multi" package

This guide let you learn how to uninstall ruby-net-ssh-multi on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-net-ssh-multi $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-net-ssh-multi package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-net-ssh-multi
Priority: optional
Section: universe/ruby
Installed-Size: 91
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 1.2.1-2
Depends: ruby | ruby-interpreter, ruby-net-ssh (>= 2.6.5), ruby-net-ssh-gateway (>= 1.2.0)
Filename: pool/universe/r/ruby-net-ssh-multi/ruby-net-ssh-multi_1.2.1-2_all.deb
Size: 21642
MD5sum: fcc255f37b0e5334db9e1c73b32c4cff
SHA1: 1382f3322b79ca12074bc3308e1661f86b7f9e5a
SHA256: d1c33835f6cea8ff26664c1c2666448ac3cc34d44508605b6f455433a6383642
Description-en: Ruby library for making multiple SSH connections to remote systems
Net::SSH::Multi is a library for controlling multiple Net::SSH connections
via a single interface. It exposes an API similar to that of
Net::SSH::Connection::Session and Net::SSH::Connection::Channel, making it
simpler to adapt programs designed for single connections to be used with
multiple connections.
.
This library is particularly useful for automating repetitive tasks that
must be performed on multiple machines. It executes the commands in parallel,
and allows commands to be executed on subsets of servers (defined by groups).
Description-md5: d96b3c9d2ae5eda0935025fa062337a5
Homepage: http://net-ssh.github.com/multi/v1/api/
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu