Search code examples
opencpu

Installing Opencpu via apt-get install, not working


I just ran an apt-get install, and this is the output I get.

$ sudo apt-get install opencpu
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package opencpu

Anybody else run into problems installing opencpu in Ubuntu 14.04 (LTS)?


Solution

  • You need to add the opencpu-1.5 ppa repository first:

    sudo add-apt-repository ppa:opencpu/opencpu-1.5
    sudo apt-get update
    sudo apt-get install opencpu
    

    Have a look at the server manual for more detailed instructions.