=== Configure Apt Repository === To begin we'll need to add the Orbit apt repository to the list of sources that our console will pull packages from. This is done by running the following two commands. '''Note: It is assumed that you have root access and can run these commands as root if needed''' The first installs the orbit repositories gpg-key into the consoles key-ring. {{{ wget -qO - http://packages.orbit-lab.org/downloads/orbitapt.gpg.key | sudo apt-key add - }}} Next we download the source list for the repository. {{{ wget -qO /etc/apt/sources.list.d/orbit.list http://packages.orbit-lab.org/downloads/orbit-precise.list }}} Once we have these changes in place, we need to update the repository list via {{{ apt-get update }}}