< Home - < Back

moos


Information about the package, moos, which is shipped with common Linux distributions. The moos package is designed for, Mission Oriented Operating Suite.


Package Name:

moos

Summary:

Mission Oriented Operating Suite

Description:

Light, fast, cross-platform middle-ware for robotics. CoreMOOS is the most fundamental layer, providing a very robust network based communications architecture (two libraries and a lightweight communications hub called MOOSDB) which for very little effort lets you build applications which communicate with each other.

Architecture:

x86_64

Version:

10.0.2.a

Release:

1.el6

Size:

48 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for moos


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


Command

Description of Command

yum install moos

This command will install moos on the server.

yum remove moos

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

yum -y remove moos

This command will un-install moos 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 moos when using the -y flag.

yum update moos

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

yum -y update moos

This command will update moos 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 moos when using the -y flag.

yum info moos

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

yum deplist moos

This command will show you the dependencies for moos. 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 moos

This command will check if there is an update waiting on moos. 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.