Apt
From SCInterface Wiki
apt is an extremely useful package for installing all the necessary dependencies for SCInterface. It will handle downloading, installing and configuring packages as necessary for your particular Linux distro. After installing apt, these are the most common commands for installing SCInterface dependencies:
- apt-get update <dependency_name>
- apt-get install <dependency_name>
- apt-cache search <dependency_name>
where <dependency_name> is the name of the dependency that you are installing.
Additional References:
- Linux Package Manager
- Installing Linux Package Managers
- For a detailed HowTo on using apt, please refer to this URL: http://www.debian.org/doc/manuals/apt-howto/

