Linux - Install Software on Linux Server (apt-get)

Published: 26 August 2019
on channel: Eli the Computer Guy
18,133
423

Find code and diagrams at: https://www.EliTheComputerGuy.com

Installing software on Linux is very easy using the apt-get command. Using sudo apt-get install apache2 your server will download Apache2, and install it without you needing media.

Note: Debian distributions of Linux use apt-get to install software. Red Hat distress use yum.

http://manpages.ubuntu.com/manpages/x...

To Install Software

sudo apt-get update – Updates repository information
sudo apt-get install PACKAGENAME – Downloads and installs software
Upgrade/ Update Software

sudo apt-get upgrade
Uninstall Software

sudo apt-get remove PACKAGENAME – Unistalls software but leaves configuration files.
sudo apt-get purge PACKAGENAME – Uninstalls software and deletes configuration files.


On this page of the site you can watch the video online Linux - Install Software on Linux Server (apt-get) with a duration of hours minute second in good quality, which was uploaded by the user Eli the Computer Guy 26 August 2019, share the link with friends and acquaintances, this video has already been watched 18,133 times on youtube and it was liked by 423 viewers. Enjoy your viewing!