Linux - Install Software on Linux Server (apt-get)
Find code and diagrams at: https://ift.tt/2zY82iQ 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. https://ift.tt/2Zuzkyi 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.
View on YouTube
Find code and diagrams at: https://ift.tt/2zY82iQ 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. https://ift.tt/2Zuzkyi 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.
View on YouTube
Linux - Install Software on Linux Server (apt-get)
Reviewed by iot portal
on
5:04 AM
Rating:
Reviewed by iot portal
on
5:04 AM
Rating:
No comments: