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
  • 3
  • 25
  • 35
jake
  • 23
  • 3

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,341
  • 38
  • 97
  • 191
  • As you've never accepted an answer on this site before: If this answer helped you, don't forget to click the grey **☑** at the left of this text, which means [Yes, this answer is valid](http://askubuntu.com/help/accepted-answer)! **;-)** – Fabby Apr 16 '16 at 10:50
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
  • 1