Apt

From SCInterface Wiki

Jump to: navigation, search

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:

Personal tools