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

Last updated: May 02,2024

1. Install "mussh" package

This tutorial shows how to install mussh on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mussh

2. Uninstall "mussh" package

This guide covers the steps necessary to uninstall mussh on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove mussh $ sudo apt autoclean && sudo apt autoremove

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

Package: mussh
Priority: extra
Section: universe/admin
Installed-Size: 70
Maintainer: Ubuntu Developers
Original-Maintainer: Jacob Luna Lundberg
Architecture: all
Version: 1.0-1
Depends: openssh-client
Filename: pool/universe/m/mussh/mussh_1.0-1_all.deb
Size: 14356
MD5sum: 99f275a20fed22da286d7825c179af1a
SHA1: be92e756e6b4ca2c20ab5d2e6efc14009507a4e0
SHA256: 72ec27cafb79da610d4a97601b36a414c7b57909dbcdb18849ec8c2ff4f2d39c
Description-en: MUltihost SSH Wrapper
Mussh is a shell script that allows you to execute a command
or script over ssh on multiple hosts with one command. When
possible mussh will use ssh-agent and RSA/DSA keys to minimize
the need to enter your password more than once.
.
Unlike clusterssh or mssh, mussh is just a shell script
wrapper for ssh with concurrency support. It is intended
to make running identical commands or scripts on almost any
number of hosts possible with minimal overhead. There is
no GUI and the only language used is bash.
Description-md5: a9348b4f704577a2042f34dade87b99f
Homepage: http://mussh.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu