ClearFoundation

Documentation User Guide 4.2 Software Modules Via Apt

Software Modules Via Apt

Software Modules via Apt

Software Modules via Apt: Description
Version 4.2
TypeCommunity
Parent DocClarkConnect 4.2 Administration Manual
Next ArticleNetwork Settings
Previous ArticleSoftware Modules

Overview

For users who prefer the command line environment over the web-based interface, the apt suite tools provide a way to search and install modules. The following table summarizes the most commonly used commands; detailed information follows.

Finding a Module

A complete listing of all packages in the apt-get repository can be found by using the following command:

CommandDescription
apt-get updatefor updating the latest list of available software packages
apt-get upgradefor installing all the available updates for your current installation
apt-get dist-upgradefor installing updates after a ClarkConnect upgrade
apt-get installfor downloading and installing software packages
apt-cache search search termapt-cache search search term for searching for software packages

You can narrow your search by specifying a search term. For example, if you wanted to find packages relating to the Postfix SMTP mail server, you could issue the following command:

# apt-cache search . | grep postfix 

The response would include all packages containing the search string 'postfix':

Installing a Module

The following example would install the advanced firewall rule set from ClarkConnect. The result would be something similar to the following screenshot.

# apt-get update 

Troubleshooting

Do not forget to run apt-get update before you start using the suite of apt tools. If you do not run this command first, you may find yourself using obsolete software package information.

Navigation

Previous: Software Modules | Next: Network Settings || Return: Index



Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Video demonstrations - Copyright © 2010 ClearCenter Corporation