< Home - < Back

NaturalDocs


Information about the package, NaturalDocs, which is shipped with common Linux distributions. The NaturalDocs package is designed for, Documentation generator for multiple programming languages.


Package Name:

NaturalDocs

Summary:

Documentation generator for multiple programming languages

Description:

Natural Docs is an open-source documentation generator for multiple programming languages. You document your code in a natural syntax that reads like plain English. Natural Docs then scans your code and builds high-quality HTML documentation from it.

Architecture:

noarch

Version:

1.4

Release:

4.el6

Size:

329 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for NaturalDocs


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


Command

Description of Command

yum install NaturalDocs

This command will install NaturalDocs on the server.

yum remove NaturalDocs

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

yum -y remove NaturalDocs

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

yum update NaturalDocs

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

yum -y update NaturalDocs

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

yum info NaturalDocs

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

yum deplist NaturalDocs

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

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