Install PHP 7.0 Linux Mint 17
Hi! The Tutorial shows you Step-by-Step How to Install PHP 7.0 on Linux Mint 17 Qiana/Rafaela/Rebecca/Rosa GNU/Linux.
And to get the PHP 7.0 Linux Mint 17 Installation, you have to Manually Setup the Linux Mint Apt PPA Repository.
Finally, this PHP 7.0 PPA includes also All the most Useful Extensions for PHP development.
-
1. Launching Terminal
Open a Terminal window
(Press “Enter” to Execute Commands) -
2. Enabling PPA Repo
Add PHP PPA Repository for Linux Mint
-
3. Installing PHP 7.0
Then to Install PHP 7.0 on Linux Mint.
sudo apt install php7.0
-
4. Setting PHP Version
(Optional) And to Set PHP 7.0 as Default.
sudo update-alternatives --config php
And then Choose the Right PHP release ID.
-
5. Searching PHP 7.0 Extensions
Again to Search PHP 7.0 Extensions.
grep php- /var/lib/apt/lists/ppa.launchpad.net_ondrej_php*Packages
-
6. Installing LAMP PHP 7 on Linux Mint 17
How to Install LAMP PHP 7 on Linux Mint
So Now I’m truly Happy if My Guide could Help you to Install PHP 7.0 on Linux Mint 17!