Инструкция:
- add-apt-repository ppa:chris-lea/php5.5
Далее одной строкой:
- echo "deb http://ppa.launchpad.net/chris-lea/php5.5/ubuntu trusty main" | sudo tee /etc/apt/sources.list.d/chris-lea-ubuntu-php5_5-xenial.list
- curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
- apt-get install php5 php5-common
- apt-get install nodejs npm
- wget http://archive.ubuntu.com/ubuntu/pool/main/i/imagemagick/libmagickcore5_6.7.7.10-6ubuntu3_amd64.deb
- wget http://archive.ubuntu.com/ubuntu/pool/universe/p/php-imagick/php5-imagick_3.1.2-1build1_amd64.deb
- wget http://archive.ubuntu.com/ubuntu/pool/main/i/imagemagick/libmagickwand5_6.7.7.10-6ubuntu3_amd64.deb
Установим все:
- dpkg -i /path/to/deb/files/*.deb
Или через apt-get, указав путь к папке с deb пакетами:
- apt-get install /path/to/deb/files/*.deb