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

Publicado em: 26 Agosto 2019
no canal de: 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.


Nesta página do site você pode assistir ao vídeo on-line Linux - Install Software on Linux Server (apt-get) duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Eli the Computer Guy 26 Agosto 2019, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 18,133 vezes e gostou 423 espectadores. Boa visualização!