Skip to content

Instantly share code, notes, and snippets.

@shanebp
Last active December 16, 2017 19:31
Show Gist options
  • Save shanebp/e37c260667e91be1d8d111e306dbcf40 to your computer and use it in GitHub Desktop.
Save shanebp/e37c260667e91be1d8d111e306dbcf40 to your computer and use it in GitHub Desktop.
be specific re php version: sudo apt-get install php7.0-tidy
vagrant@vvv:~$ sudo apt-get install php-tidy
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libtidy5 php7.1-common php7.1-tidy
The following NEW packages will be installed:
libtidy5 php-tidy php7.1-common php7.1-tidy
0 upgraded, 4 newly installed, 0 to remove and 106 not upgraded.
Need to get 1,081 kB of archives.
After this operation, 5,719 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu/ trusty/main libtidy5 amd64 1:5.4.0-1+ubuntu14.04.1+deb.sury.org+1 [176 kB]
Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu/ trusty/main php7.1-common amd64 7.1.12-3+ubuntu14.04.1+deb.sury.org+1 [883 kB]
Get:3 http://ppa.launchpad.net/ondrej/php/ubuntu/ trusty/main php7.1-tidy amd64 7.1.12-3+ubuntu14.04.1+deb.sury.org+1 [16.4 kB]
Get:4 http://ppa.launchpad.net/ondrej/php/ubuntu/ trusty/main php-tidy all 1:7.1+55+ubuntu14.04.1+deb.sury.org+1 [5,436 B]
Fetched 1,081 kB in 8s (131 kB/s)
Selecting previously unselected package libtidy5.
(Reading database ... 77646 files and directories currently installed.)
Preparing to unpack .../libtidy5_1%3a5.4.0-1+ubuntu14.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libtidy5 (1:5.4.0-1+ubuntu14.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.1-common.
Preparing to unpack .../php7.1-common_7.1.12-3+ubuntu14.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.1-common (7.1.12-3+ubuntu14.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.1-tidy.
Preparing to unpack .../php7.1-tidy_7.1.12-3+ubuntu14.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.1-tidy (7.1.12-3+ubuntu14.04.1+deb.sury.org+1) ...
Selecting previously unselected package php-tidy.
Preparing to unpack .../php-tidy_1%3a7.1+55+ubuntu14.04.1+deb.sury.org+1_all.deb ...
Unpacking php-tidy (1:7.1+55+ubuntu14.04.1+deb.sury.org+1) ...
Setting up libtidy5 (1:5.4.0-1+ubuntu14.04.1+deb.sury.org+1) ...
Setting up php7.1-common (7.1.12-3+ubuntu14.04.1+deb.sury.org+1) ...
Creating config file /etc/php/7.1/mods-available/calendar.ini with new version
Creating config file /etc/php/7.1/mods-available/ctype.ini with new version
Creating config file /etc/php/7.1/mods-available/exif.ini with new version
Creating config file /etc/php/7.1/mods-available/fileinfo.ini with new version
Creating config file /etc/php/7.1/mods-available/ftp.ini with new version
Creating config file /etc/php/7.1/mods-available/gettext.ini with new version
Creating config file /etc/php/7.1/mods-available/iconv.ini with new version
Creating config file /etc/php/7.1/mods-available/pdo.ini with new version
Creating config file /etc/php/7.1/mods-available/phar.ini with new version
Creating config file /etc/php/7.1/mods-available/posix.ini with new version
Creating config file /etc/php/7.1/mods-available/shmop.ini with new version
Creating config file /etc/php/7.1/mods-available/sockets.ini with new version
Creating config file /etc/php/7.1/mods-available/sysvmsg.ini with new version
Creating config file /etc/php/7.1/mods-available/sysvsem.ini with new version
Creating config file /etc/php/7.1/mods-available/sysvshm.ini with new version
Creating config file /etc/php/7.1/mods-available/tokenizer.ini with new version
Setting up php7.1-tidy (7.1.12-3+ubuntu14.04.1+deb.sury.org+1) ...
Creating config file /etc/php/7.1/mods-available/tidy.ini with new version
Setting up php-tidy (1:7.1+55+ubuntu14.04.1+deb.sury.org+1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.13) ...
vagrant@vvv:~$ exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment