=== Configure OML apt Repository === OML libraries are required to proceed with the installation. They are installed automatically once the repositories list have been added correctly. '''Note: It is assumed that you have root access and can run these commands as root if needed''' First, append the following line to /etc/apt/sources.list, choosing the one appropriate for your Ubuntu version: {{{ #Ubuntu 10.04 deb http://download.opensuse.org/repositories/home:/cdwertmann:/oml/xUbuntu_10.04/ ./ #Ubuntu 12.04 deb http://download.opensuse.org/repositories/home:/cdwertmann:/oml/xUbuntu_12.04/ ./ }}} You also need to add the repository key before the actual download (requires curl or similar): {{{ #Ubuntu 10.04 wget -qO- http://download.opensuse.org/repositories/home:/cdwertmann:/oml/xUbuntu_10.04/Release.key | sudo apt-key add - #Ubuntu 12.04 wget -qO- http://download.opensuse.org/repositories/home:/cdwertmann:/oml/xUbuntu_12.04/Release.key | sudo apt-key add - }}} Once we have these changes in place, we need to update the repository list via: {{{ sudo apt-get update }}}