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

Publicado el: 26 agosto 2019
en el 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.


En esta página del sitio puede ver el video en línea Linux - Install Software on Linux Server (apt-get) de Duración hora minuto segunda en buena calidad , que subió el usuario Eli the Computer Guy 26 agosto 2019, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 18,133 veces y le gustó 423 a los espectadores. Disfruta viendo!