Tag: ubuntu

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Installing PHP 5.6 on Ubuntu 14.04, 16.04 and 17.04

Installing PHP 5.6 on Ubuntu 14.x, Ubuntu 16.x and Ubuntu 17.x has become easy, thanks to the ondrej/php repository (https://launchpad.net/~ondrej). How to install PHP 5.6 on Ubuntu 14.x, Ubuntu 16.x and Ubuntu 17.x ? To install PHP 5.6, simply execute the following sequence of commands: apt-get install python-software-properties add-apt-repository ppa:ondrej/php apt-get update apt-get install php5.6

Standard

Installing JAVA on Ubuntu 14.10

Add the repository and update:   sudo add-apt-repository ppa:webupd8team/java sudo apt-get update   To install Java 8:   sudo apt-get install oracle-java8-installer   If you have another version already installed, use the following command to add the new version as the default:   sudo apt-get install oracle-java8-set-default     NOTE: If you want to install

Latest news

Latest news directly from our blog.