How to install LAMP server on Ubuntu 16.04 LTS?

How to install LAMP server on Ubuntu 16.04 LTS?

I have given the task to install LAMP sever on Ubuntu 16.04 LTS. How to install LAMP server on Ubuntu 16.04 LTS?

Thanks

View Answers

July 31, 2016 at 9:40 AM

Hi,

For install LAMP on Ubuntu 16.04 LTS apt software installation tools can be used.

Here are the command to install:

Apache 2: Open the terminal in the Ubuntu or ssh on to your Ubuntu server and type following command:

sudo apt-get install apache2

Above command will install apache2 server on Ubuntu 16.04.

Enable, start and see Apache 2 status: Following are commands for enable apache2, then start and finally check its status:

systemctl    enable  apache2
systemctl    start  apache2
systemctl  status  apache2

Install MySQL:

Following command is used to intall MySQL sever on Ubuntu.

sudo apt-get install mysql-server mysql-client

Install PHP 7: Now you are install PHP 7 with the help of following command:

sudo apt-get update 
sudo apt-get install php7.0-mysql php7.0-curl php7.0-json php7.0-cgi  php7.0

Thanks


July 31, 2016 at 9:41 AM

Here is the full log of the installation:

deepak@deepak-VirtualBox:~$ sudo su
[sudo] password for deepak: 
root@deepak-VirtualBox:/home/deepak# sudo su
root@deepak-VirtualBox:/home/deepak# 
root@deepak-VirtualBox:/home/deepak# sudo apt-get install apache2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  apache2-bin apache2-data apache2-utils libapr1 libaprutil1
  libaprutil1-dbd-sqlite3 libaprutil1-ldap liblua5.1-0
Suggested packages:
  apache2-doc apache2-suexec-pristine | apache2-suexec-custom
The following NEW packages will be installed:
  apache2 apache2-bin apache2-data apache2-utils libapr1 libaprutil1
  libaprutil1-dbd-sqlite3 libaprutil1-ldap liblua5.1-0
0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,537 kB of archives.
After this operation, 6,350 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 libapr1 amd64 1.5.2-3 [86.0 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1 amd64 1.5.4-1build1 [77.1 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1-dbd-sqlite3 amd64 1.5.4-1build1 [10.6 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1-ldap amd64 1.5.4-1build1 [8,720 B]
Get:5 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 liblua5.1-0 amd64 5.1.5-8ubuntu1 [102 kB]
Get:6 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-bin amd64 2.4.18-2ubuntu3.1 [923 kB]
Get:7 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-utils amd64 2.4.18-2ubuntu3.1 [81.3 kB]
Get:8 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-data all 2.4.18-2ubuntu3.1 [162 kB]
Get:9 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2 amd64 2.4.18-2ubuntu3.1 [86.7 kB]
Fetched 1,537 kB in 18s (82.6 kB/s)                                            
Selecting previously unselected package libapr1:amd64.
(Reading database ... 173767 files and directories currently installed.)
Preparing to unpack .../libapr1_1.5.2-3_amd64.deb ...
Unpacking libapr1:amd64 (1.5.2-3) ...
Selecting previously unselected package libaprutil1:amd64.
Preparing to unpack .../libaprutil1_1.5.4-1build1_amd64.deb ...
Unpacking libaprutil1:amd64 (1.5.4-1build1) ...
Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64.
Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.4-1build1_amd64.deb ...
Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ...
Selecting previously unselected package libaprutil1-ldap:amd64.
Preparing to unpack .../libaprutil1-ldap_1.5.4-1build1_amd64.deb ...
Unpacking libaprutil1-ldap:amd64 (1.5.4-1build1) ...
Selecting previously unselected package liblua5.1-0:amd64.
Preparing to unpack .../liblua5.1-0_5.1.5-8ubuntu1_amd64.deb ...
Unpacking liblua5.1-0:amd64 (5.1.5-8ubuntu1) ...
Selecting previously unselected package apache2-bin.
Preparing to unpack .../apache2-bin_2.4.18-2ubuntu3.1_amd64.deb ...
Unpacking apache2-bin (2.4.18-2ubuntu3.1) ...
Selecting previously unselected package apache2-utils.
Preparing to unpack .../apache2-utils_2.4.18-2ubuntu3.1_amd64.deb ...
Unpacking apache2-utils (2.4.18-2ubuntu3.1) ...
Selecting previously unselected package apache2-data.
Preparing to unpack .../apache2-data_2.4.18-2ubuntu3.1_all.deb ...
Unpacking apache2-data (2.4.18-2ubuntu3.1) ...
Selecting previously unselected package apache2.
Preparing to unpack .../apache2_2.4.18-2ubuntu3.1_amd64.deb ...
Unpacking apache2 (2.4.18-2ubuntu3.1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for systemd (229-4ubuntu7) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for ufw (0.35-0ubuntu2) ...
Setting up libapr1:amd64 (1.5.2-3) ...
Setting up libaprutil1:amd64 (1.5.4-1build1) ...
Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ...
Setting up libaprutil1-ldap:amd64 (1.5.4-1build1) ...
Setting up liblua5.1-0:amd64 (5.1.5-8ubuntu1) ...
Setting up apache2-bin (2.4.18-2ubuntu3.1) ...
Setting up apache2-utils (2.4.18-2ubuntu3.1) ...
Setting up apache2-data (2.4.18-2ubuntu3.1) ...
Setting up apache2 (2.4.18-2ubuntu3.1) ...
Enabling module mpm_event.
Enabling module authz_core.
Enabling module authz_host.
Enabling module authn_core.
Enabling module auth_basic.
Enabling module access_compat.
Enabling module authn_file.
Enabling module authz_user.
Enabling module alias.
Enabling module dir.
Enabling module autoindex.
Enabling module env.
Enabling module mime.
Enabling module negotiation.
Enabling module setenvif.
Enabling module filter.
Enabling module deflate.
Enabling module status.
Enabling conf charset.
Enabling conf localized-error-pages.
Enabling conf other-vhosts-access-log.
Enabling conf security.
Enabling conf serve-cgi-bin.
Enabling site 000-default.
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for systemd (229-4ubuntu7) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for ufw (0.35-0ubuntu2) ...
root@deepak-VirtualBox:/home/deepak# systemctl    enable  apache2
apache2.service is not a native service, redirecting to systemd-sysv-install
Executing /lib/systemd/systemd-sysv-install enable apache2
root@deepak-VirtualBox:/home/deepak# systemctl    start  apache2
root@deepak-VirtualBox:/home/deepak# status  apache2
status: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
root@deepak-VirtualBox:/home/deepak# systemctl status  apache2
? apache2.service - LSB: Apache2 web server
   Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled)
  Drop-In: /lib/systemd/system/apache2.service.d
           +-apache2-systemd.conf
   Active: active (running) since Sun 2016-07-31 18:43:02 IST; 56s ago
     Docs: man:systemd-sysv-generator(8)
   CGroup: /system.slice/apache2.service
           +-4377 /usr/sbin/apache2 -k start
           +-4380 /usr/sbin/apache2 -k start
           +-4381 /usr/sbin/apache2 -k start

Jul 31 18:43:01 deepak-VirtualBox systemd[1]: Starting LSB: Apache2 web server..
Jul 31 18:43:01 deepak-VirtualBox apache2[4353]:  * Starting Apache httpd web se
Jul 31 18:43:01 deepak-VirtualBox apache2[4353]: AH00558: apache2: Could not rel
Jul 31 18:43:02 deepak-VirtualBox apache2[4353]:  *
Jul 31 18:43:02 deepak-VirtualBox systemd[1]: Started LSB: Apache2 web server.
Jul 31 18:43:38 deepak-VirtualBox systemd[1]: Started LSB: Apache2 web server.

root@deepak-VirtualBox:/home/deepak# sudo apt-get install mysql-server mysql-client
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libaio1 libhtml-template-perl mysql-client-5.7 mysql-client-core-5.7
  mysql-common mysql-server-5.7 mysql-server-core-5.7
Suggested packages:
  libipc-sharedcache-perl mailx tinyca
The following NEW packages will be installed:
  libaio1 libhtml-template-perl mysql-client mysql-client-5.7
  mysql-client-core-5.7 mysql-common mysql-server mysql-server-5.7
  mysql-server-core-5.7
0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
Need to get 18.2 MB of archives.
After this operation, 161 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mysql-common all 5.7.13-0ubuntu0.16.04.2 [17.0 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 libaio1 amd64 0.3.110-2 [6,356 B]
Get:3 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mysql-client-core-5.7 amd64 5.7.13-0ubuntu0.16.04.2 [5,992 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mysql-client-5.7 amd64 5.7.13-0ubuntu0.16.04.2 [1,704 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mysql-server-core-5.7 amd64 5.7.13-0ubuntu0.16.04.2 [7,724 kB]
Get:6 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mysql-server-5.7 amd64 5.7.13-0ubuntu0.16.04.2 [2,722 kB]
Get:7 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-template-perl all 2.95-2 [60.4 kB]
Get:8 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mysql-client all 5.7.13-0ubuntu0.16.04.2 [10.0 kB]
Get:9 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mysql-server all 5.7.13-0ubuntu0.16.04.2 [10.8 kB]
Fetched 18.2 MB in 1min 39s (184 kB/s)                                         
Preconfiguring packages ...
Selecting previously unselected package mysql-common.
(Reading database ... 174449 files and directories currently installed.)
Preparing to unpack .../mysql-common_5.7.13-0ubuntu0.16.04.2_all.deb ...
Unpacking mysql-common (5.7.13-0ubuntu0.16.04.2) ...
Selecting previously unselected package libaio1:amd64.
Preparing to unpack .../libaio1_0.3.110-2_amd64.deb ...
Unpacking libaio1:amd64 (0.3.110-2) ...
Selecting previously unselected package mysql-client-core-5.7.
Preparing to unpack .../mysql-client-core-5.7_5.7.13-0ubuntu0.16.04.2_amd64.deb ...
Unpacking mysql-client-core-5.7 (5.7.13-0ubuntu0.16.04.2) ...
Selecting previously unselected package mysql-client-5.7.
Preparing to unpack .../mysql-client-5.7_5.7.13-0ubuntu0.16.04.2_amd64.deb ...
Unpacking mysql-client-5.7 (5.7.13-0ubuntu0.16.04.2) ...
Selecting previously unselected package mysql-server-core-5.7.
Preparing to unpack .../mysql-server-core-5.7_5.7.13-0ubuntu0.16.04.2_amd64.deb ...
Unpacking mysql-server-core-5.7 (5.7.13-0ubuntu0.16.04.2) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up mysql-common (5.7.13-0ubuntu0.16.04.2) ...
update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
Selecting previously unselected package mysql-server-5.7.
(Reading database ... 174613 files and directories currently installed.)
Preparing to unpack .../mysql-server-5.7_5.7.13-0ubuntu0.16.04.2_amd64.deb ...
Unpacking mysql-server-5.7 (5.7.13-0ubuntu0.16.04.2) ...
Selecting previously unselected package libhtml-template-perl.
Preparing to unpack .../libhtml-template-perl_2.95-2_all.deb ...
Unpacking libhtml-template-perl (2.95-2) ...
Selecting previously unselected package mysql-client.
Preparing to unpack .../mysql-client_5.7.13-0ubuntu0.16.04.2_all.deb ...
Unpacking mysql-client (5.7.13-0ubuntu0.16.04.2) ...
Selecting previously unselected package mysql-server.
Preparing to unpack .../mysql-server_5.7.13-0ubuntu0.16.04.2_all.deb ...
Unpacking mysql-server (5.7.13-0ubuntu0.16.04.2) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for systemd (229-4ubuntu7) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libaio1:amd64 (0.3.110-2) ...
Setting up mysql-client-core-5.7 (5.7.13-0ubuntu0.16.04.2) ...
Setting up mysql-client-5.7 (5.7.13-0ubuntu0.16.04.2) ...
Setting up mysql-server-core-5.7 (5.7.13-0ubuntu0.16.04.2) ...
Setting up mysql-server-5.7 (5.7.13-0ubuntu0.16.04.2) ...
update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
Renaming removed key_buffer and myisam-recover options (if present)
Setting up libhtml-template-perl (2.95-2) ...
Setting up mysql-client (5.7.13-0ubuntu0.16.04.2) ...
Setting up mysql-server (5.7.13-0ubuntu0.16.04.2) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for systemd (229-4ubuntu7) ...
Processing triggers for ureadahead (0.100.0-19) ...
root@deepak-VirtualBox:/home/deepak# service mysql restart
root@deepak-VirtualBox:/home/deepak# sudo apt-get install php7.0-mysql php7.0-curl php7.0-json php7.0-cgi  php7.0 libapache2-mod-php7
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libapache2-mod-php7
root@deepak-VirtualBox:/home/deepak# sudo apt-get install php7.0-mysql php7.0-curl php7.0-json php7.0-cgi  php7.0
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  php-common php7.0-cli php7.0-common php7.0-opcache php7.0-readline
Suggested packages:
  php-pear
The following NEW packages will be installed:
  php-common php7.0 php7.0-cgi php7.0-cli php7.0-common php7.0-curl
  php7.0-json php7.0-mysql php7.0-opcache php7.0-readline
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,608 kB of archives.
After this operation, 18.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 php-common all 1:35ubuntu6 [10.8 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 php7.0-common amd64 7.0.8-0ubuntu0.16.04.1 [819 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 php7.0-json amd64 7.0.8-0ubuntu0.16.04.1 [16.8 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 php7.0-opcache amd64 7.0.8-0ubuntu0.16.04.1 [76.0 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 php7.0-readline amd64 7.0.8-0ubuntu0.16.04.1 [12.8 kB]
Get:6 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 php7.0-cli amd64 7.0.8-0ubuntu0.16.04.1 [1,278 kB]
Get:7 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 php7.0-cgi amd64 7.0.8-0ubuntu0.16.04.1 [1,242 kB]
Get:8 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 php7.0 all 7.0.8-0ubuntu0.16.04.1 [1,298 B]
Get:9 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 php7.0-curl amd64 7.0.8-0ubuntu0.16.04.1 [27.6 kB]
Get:10 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 php7.0-mysql amd64 7.0.8-0ubuntu0.16.04.1 [123 kB]
Fetched 3,608 kB in 18s (197 kB/s)                                             
Selecting previously unselected package php-common.
(Reading database ... 174718 files and directories currently installed.)
Preparing to unpack .../php-common_1%3a35ubuntu6_all.deb ...
Unpacking php-common (1:35ubuntu6) ...
Selecting previously unselected package php7.0-common.
Preparing to unpack .../php7.0-common_7.0.8-0ubuntu0.16.04.1_amd64.deb ...
Unpacking php7.0-common (7.0.8-0ubuntu0.16.04.1) ...
Selecting previously unselected package php7.0-json.
Preparing to unpack .../php7.0-json_7.0.8-0ubuntu0.16.04.1_amd64.deb ...
Unpacking php7.0-json (7.0.8-0ubuntu0.16.04.1) ...
Selecting previously unselected package php7.0-opcache.
Preparing to unpack .../php7.0-opcache_7.0.8-0ubuntu0.16.04.1_amd64.deb ...
Unpacking php7.0-opcache (7.0.8-0ubuntu0.16.04.1) ...
Selecting previously unselected package php7.0-readline.
Preparing to unpack .../php7.0-readline_7.0.8-0ubuntu0.16.04.1_amd64.deb ...
Unpacking php7.0-readline (7.0.8-0ubuntu0.16.04.1) ...
Selecting previously unselected package php7.0-cli.
Preparing to unpack .../php7.0-cli_7.0.8-0ubuntu0.16.04.1_amd64.deb ...
Unpacking php7.0-cli (7.0.8-0ubuntu0.16.04.1) ...
Selecting previously unselected package php7.0-cgi.
Preparing to unpack .../php7.0-cgi_7.0.8-0ubuntu0.16.04.1_amd64.deb ...
Unpacking php7.0-cgi (7.0.8-0ubuntu0.16.04.1) ...
Selecting previously unselected package php7.0.
Preparing to unpack .../php7.0_7.0.8-0ubuntu0.16.04.1_all.deb ...
Unpacking php7.0 (7.0.8-0ubuntu0.16.04.1) ...
Selecting previously unselected package php7.0-curl.
Preparing to unpack .../php7.0-curl_7.0.8-0ubuntu0.16.04.1_amd64.deb ...
Unpacking php7.0-curl (7.0.8-0ubuntu0.16.04.1) ...
Selecting previously unselected package php7.0-mysql.
Preparing to unpack .../php7.0-mysql_7.0.8-0ubuntu0.16.04.1_amd64.deb ...
Unpacking php7.0-mysql (7.0.8-0ubuntu0.16.04.1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up php-common (1:35ubuntu6) ...
Setting up php7.0-common (7.0.8-0ubuntu0.16.04.1) ...

Creating config file /etc/php/7.0/mods-available/calendar.ini with new version

Creating config file /etc/php/7.0/mods-available/ctype.ini with new version

Creating config file /etc/php/7.0/mods-available/exif.ini with new version

Creating config file /etc/php/7.0/mods-available/fileinfo.ini with new version

Creating config file /etc/php/7.0/mods-available/ftp.ini with new version

Creating config file /etc/php/7.0/mods-available/gettext.ini with new version

Creating config file /etc/php/7.0/mods-available/iconv.ini with new version

Creating config file /etc/php/7.0/mods-available/pdo.ini with new version

Creating config file /etc/php/7.0/mods-available/phar.ini with new version

Creating config file /etc/php/7.0/mods-available/posix.ini with new version

Creating config file /etc/php/7.0/mods-available/shmop.ini with new version

Creating config file /etc/php/7.0/mods-available/sockets.ini with new version

Creating config file /etc/php/7.0/mods-available/sysvmsg.ini with new version

Creating config file /etc/php/7.0/mods-available/sysvsem.ini with new version

Creating config file /etc/php/7.0/mods-available/sysvshm.ini with new version

Creating config file /etc/php/7.0/mods-available/tokenizer.ini with new version
Setting up php7.0-json (7.0.8-0ubuntu0.16.04.1) ...

Creating config file /etc/php/7.0/mods-available/json.ini with new version
Setting up php7.0-opcache (7.0.8-0ubuntu0.16.04.1) ...

Creating config file /etc/php/7.0/mods-available/opcache.ini with new version
Setting up php7.0-readline (7.0.8-0ubuntu0.16.04.1) ...

Creating config file /etc/php/7.0/mods-available/readline.ini with new version
Setting up php7.0-cli (7.0.8-0ubuntu0.16.04.1) ...
update-alternatives: using /usr/bin/php7.0 to provide /usr/bin/php (php) in auto mode
update-alternatives: using /usr/bin/phar7.0 to provide /usr/bin/phar (phar) in auto mode
update-alternatives: using /usr/bin/phar.phar7.0 to provide /usr/bin/phar.phar (phar.phar) in auto mode

Creating config file /etc/php/7.0/cli/php.ini with new version
Setting up php7.0-cgi (7.0.8-0ubuntu0.16.04.1) ...
update-alternatives: using /usr/bin/php-cgi7.0 to provide /usr/bin/php-cgi (php-cgi) in auto mode
update-alternatives: using /usr/lib/cgi-bin/php7.0 to provide /usr/lib/cgi-bin/php (php-cgi-bin) in auto mode

Creating config file /etc/php/7.0/cgi/php.ini with new version
Setting up php7.0 (7.0.8-0ubuntu0.16.04.1) ...
Setting up php7.0-curl (7.0.8-0ubuntu0.16.04.1) ...

Creating config file /etc/php/7.0/mods-available/curl.ini with new version
Setting up php7.0-mysql (7.0.8-0ubuntu0.16.04.1) ...

Creating config file /etc/php/7.0/mods-available/mysqlnd.ini with new version

Creating config file /etc/php/7.0/mods-available/mysqli.ini with new version

Creating config file /etc/php/7.0/mods-available/pdo_mysql.ini with new version
root@deepak-VirtualBox:/home/deepak#

Thanks


August 1, 2016 at 6:00 AM

Check following video:

Thanks









Related Tutorials/Questions & Answers:
How to install LAMP server on Ubuntu 16.04 LTS?
How to install MySQL Server and Client on Ubuntu 16.04?
Advertisements
How to install Ubuntu 16.04 LTS?
How to download and install Ubuntu 16.04?
How to install p7zip on Ubuntu 16.04?
How to install ffmpeg on Ubuntu 16.04?
How to install pip on Ubuntu 16.04?
How to install virtualbox guest additions in Ubuntu 16.04?
how to install wireshark 2.6 2 on ubuntu 16.04
How to install jre on Ubuntu 16.04 LTS?
How To Install Google Chrome on Ubuntu 16.04?
How to Install Oracle Java JDK 8 in Ubuntu 16.04?
How to upgrade Ubuntu 16.04 LTS?
How to upgrade Ubuntu to Ubuntu 16.04 LTS?
How to uninstall JDK from Ubuntu 16.04?
how to install anaconda in ubuntu
How to install Neo4j on Ubuntu 15.10?
How to install autoconf, automake and libtool in Ubuntu 15.10?
how to install anaconda in ubuntu for all users
How to install Oracle JDK 8 on Ubuntu?
How to install OpenJDK 8 in Ubuntu 18.04?
How to install gtk-doc-tools package in Ubuntu?
How to Install and Use PostgreSQL on Ubuntu 18.04
How to Install and Use PostgreSQL on Ubuntu 18.04
How to install JDK 10 in Ubuntu 18.04?
Installing Guest Additions CD images in Ubuntu 16.04 LTS
How to see ubuntu version on server?
How to install Eclipse in Ubuntu using terminal?
Installing open ssh on Ubuntu 16.04 LTS
install graphviz ubuntu 18.04
How to install Docker in Ubuntu 18.04?
ModuleNotFoundError: No module named 'ltsa'
How to Install VirtualBox in Ubuntu 20.04?
How to install Ubuntu 22.04 LTS on Oracle Virtualbox?
install nvm ubuntu 18.04
install nvm ubuntu 18.04
How to install Chrome in Ubuntu 22.04 LTS?
command to install pip in ubuntu
command to install pip in ubuntu
Installing Anaconda Python on Ubuntu
pip install beautifulsoup - install beautifulsoup on Ubuntu
ModuleNotFoundError: No module named 'ltst-midge'
ModuleNotFoundError: No module named 'ltst-noodles'
Install Ubuntu 20.04 on virtualbox Windows 11
ModuleNotFoundError: No module named 'botilab-init-ubuntu-server'
Install Spark on Ubuntu 18.04
Install Spark on Ubuntu 18.04
Install PySpark on Ubuntu
Install PySpark on Ubuntu
How to install PHP 5 on Ubuntu 15.10?

Ads