Home Downloads License About

Installing OCPbasic and IPbasic via apt-get (Ubuntu 24.04 LTS):

If you do not like to build OCPbasic and IPbasic yourself you can get precompiled packages for Ubuntu 24.04.

Warning: Only add software repositories from sources that you trust! Third-party software repositories are not checked for security or reliability and may contain software which is harmful to your computer. The use of these repositorys is at your own risk!

These bash commands will install OCPbasic, IPbasic and lapack_wrapper using an apt-repository and the linear algebra packages libblas-dev and liblapack-dev.

First download and activate the ocpbasic gpg key and install it to your system.

$ wget https://archive.ocpbasic.com/dists/noble/ocpbasic.gpg
$ sudo install -o root -g root -m 644 ocpbasic.gpg /etc/apt/trusted.gpg.d/
$ rm ocpbasic.gpg

After that you can activate the ocpbasic apt-repository with the command:

$ sudo add-apt-repository 'deb [arch=amd64] http://archive.ocpbasic.com/dists/noble /'

If the apt-repository is installed correctly you can install OCPbasic with the command:

$ sudo apt-get install ocpbasic

The software packages libblas-dev, liblapack-dev, lapack_wrapper and IPbasic will then also be installed by apt.


Supported Ubuntu Versions:

Ubuntu version: apt-repository: Software version:
Ubuntu 24.04 'deb [arch=amd64] http://archive.ocpbasic.com/dists/noble /' 1.1.2
Ubuntu 22.04 'deb [arch=amd64] http://archive.ocpbasic.com/dists/jammy /' 1.1.2
Ubuntu 20.04 'deb [arch=amd64] http://archive.ocpbasic.com/dists/focal /' 1.1.2
Ubuntu 18.04 'deb [arch=amd64] http://archive.ocpbasic.com/dists/bionic /' 1.1.2


Warning: The maintainer may remove or delete these apt-repositorys any time!


Downloads:

Download Usermanuals:

Download Source Code: