< Home - < Back

mosh


Information about the package, mosh, which is shipped with common Linux distributions. The mosh package is designed for, Mobile shell that supports roaming and intelligent local echo.


Package Name:

mosh

Summary:

Mobile shell that supports roaming and intelligent local echo

Description:

Mosh is a remote terminal application that supports: - intermittent network connectivity, - roaming to different IP address without dropping the connection, and - intelligent local echo and line editing to reduce the effects of "network lag" on high-latency connections.

Architecture:

x86_64

Version:

1.3.0

Release:

1.el6

Size:

210 k

Repository:

epel

From Repository:

Licence:

GPLv3+



Handy Yum Commands for mosh


Control the mosh package with the following handy commands outlined below.


Command

Description of Command

yum install mosh

This command will install mosh on the server.

yum remove mosh

This command will un-install mosh on the server. When you run this command, you will be asked if you are sure that you want to remove mosh, so you have to manually confirm that you want to do this.

yum -y remove mosh

This command will un-install mosh on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mosh when using the -y flag.

yum update mosh

This command will update mosh to the latest version. When you run this command, you will be asked if you are sure that you want to remove mosh, so you have to manually confirm that you want to do this.

yum -y update mosh

This command will update mosh to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mosh when using the -y flag.

yum info mosh

This command will show you core information about the mosh package.

yum deplist mosh

This command will show you the dependencies for mosh. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update mosh

This command will check if there is an update waiting on mosh. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.