2

I am new to Linux. I tried to install zoph by using apt-get install zoph. But this shows the error:

E:unable to locate package zoph.

I have seen methods to install zoph on Ubuntu 12.04 version but not on 14.04.

Can someone tell me how to do it?

grooveplex
  • 2,486
jake
  • 23

2 Answers2

1

Zoph is in beta and only available in source code, so not through the standard Ubuntu Software center.

So you have two possibilities:

  1. If you know what source code, compiling and linking is, build it from source
  2. If you're not very technical: wait until version 1.0 has been released. (No, really! If you've never programmed before: forget about 1. above)
Fabby
  • 34,259
0

Zoph is written in PHP and therefore does not require compilation. You can install Apache, PHP and MySQL using apt-get and then simply place Zoph's files in Apache's webroot.

Jeroen
  • 1