< Home - < Back

mongoose


Information about the package, mongoose, which is shipped with common Linux distributions. The mongoose package is designed for, An easy-to-use self-sufficient web server.


Package Name:

mongoose

Summary:

An easy-to-use self-sufficient web server

Description:

Mongoose web server executable is self-sufficient, it does not depend on anything to start serving requests. If it is copied to any directory and executed, it starts to serve that directory on port 8080 (so to access files, go to http://localhost:8080). If some additional configuration is required - for example, different listening port or IP-based access control, then a 'mongoose.conf' file with respective options can be created in the same directory where executable lives. This makes Mongoose perfect for all sorts of demos, quick tests, file sharing, and Web programming.

Architecture:

x86_64

Version:

3.1

Release:

2.el6

Size:

38 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for mongoose


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


Command

Description of Command

yum install mongoose

This command will install mongoose on the server.

yum remove mongoose

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

yum -y remove mongoose

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

yum update mongoose

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

yum -y update mongoose

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

yum info mongoose

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

yum deplist mongoose

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

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