Can't install Coronium 1.93

Hi, I am trying to re-install coronium 1.93 ( I need this version). I am running this ssh command from my EC2 instance:

wget https://s3.amazonaws.com/install-coronium/install.sh; chmod +x install.sh; ./install.sh

Here are the errors that I am getting:

Saving to: ‘coronium-cloud.tar.gz’ coronium-cloud.tar.gz 100%[==================================================================\>] 12.25M 628KB/s in 30s 2016-12-05 23:56:17 (413 KB/s) - ‘coronium-cloud.tar.gz’ saved [12841946/12841946] The user `coronium' is already a member of `sudo'. Executing: /tmp/tmp.cc5hTaxb4D/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927 gpg: requesting key EA312927 from hkp server keyserver.ubuntu.com gpg: key EA312927: "MongoDB 3.2 Release Signing Key \<packaging@mongodb.com\>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.2 multiverse Hit:1 http://ap-southeast-2.ec2.archive.ubuntu.com/ubuntu xenial InRelease Get:2 http://ap-southeast-2.ec2.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB] Get:3 http://ap-southeast-2.ec2.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB] Get:4 http://ap-southeast-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main Sources [210 kB] Get:5 http://ap-southeast-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [435 kB] Get:6 http://ap-southeast-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/main Sources [3,252 B] Get:7 http://ap-southeast-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [4,396 B] Get:8 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB] Ign:9 http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.2 InRelease Hit:10 http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.2 Release Get:12 http://security.ubuntu.com/ubuntu xenial-security/main Sources [52.5 kB] Get:13 http://security.ubuntu.com/ubuntu xenial-security/universe Sources [14.4 kB] Get:14 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [189 kB] Get:15 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [77.7 kB] Get:16 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [34.6 kB] Fetched 1,327 kB in 3s (439 kB/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Package php5 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source Package php5-mcrypt is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source Package php5-mysql is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source Package php5-gd is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'php5' has no installation candidate E: Package 'php5-mysql' has no installation candidate E: Package 'php5-mcrypt' has no installation candidate E: Package 'php5-gd' has no installation candidate E: Unable to locate package php5-mongo MongoDB shell version: 3.2.11 connecting to: test 2016-12-05T23:56:25.076+0000 W NETWORK [thread1] Failed to connect to 127.0.0.1:27017, reason: errno:111 Connection refused 2016-12-05T23:56:25.076+0000 E QUERY [thread1] Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed : connect@src/mongo/shell/mongo.js:229:14 @(connect):1:6 exception: connect failed Failed to start mysql.service: Unit mysql.service not found. ./install.sh.27: line 90: -uroot: command not found ln: failed to create symbolic link 'userphp/php': File exists ln: failed to create symbolic link 'files/files': File exists ln: failed to create symbolic link 'tmp/.tmp': File exists ln: failed to create symbolic link 'tpl/tpl': File exists Failed to start coronium.service: Unit coronium.service not found.

Any idea what is going on?

Thanks!

Looks like you are trying to install on Ubuntu 16.04. I’m not sure but I think it is only compatible with 14.04.

Looks like you are trying to install on Ubuntu 16.04. I’m not sure but I think it is only compatible with 14.04.