Skip to content

lamp installation

khensolomon edited this page Dec 5, 2017 · 1 revision

Installation

LAMP

# Apache3
$ sudo apt-get install apache2

# PHP
$ sudo apt-get install php/php7/php5

# phpMyAdmin
$ sudo apt install phpmyadmin

# MySQL
$ sudo apt-get install mysql-server
$ sudo service mysql start/restart/stop

# start/restart/stop
$ sudo service apache2 start/restart/stop
$ sudo /etc/init.d/apache2 start/restart/stop
$ sudo systemctl start/restart/stop apache2

Atom

# add repository
$ sudo add-apt-repository ppa:webupd8team/Atom
# update and install
$ sudo apt update; sudo apt install atom
# remove
$ sudo apt remove --purge atom

GIMP

# add repository
$ sudo add-apt-repository ppa:otto-kesselgulasch/gimp
# update
$ sudo apt-get update
# install
$ sudo apt-get install gimp

Utilities

# Firefox
$ sudo apt-get firefox
# Synaptic
$ sudo apt-get install synaptic

Clone this wiki locally