Day 11 #90DaysOfDevops
Aspiring Devops engineer eager to make an impact.
For day 11 i learnt how to add and remove softwares on linux. This is one of the most important things while using linux as softwares that are not inbuilt will always be added and removed.
There are two methods to adding new softwares which include git and apt package manager.
i used these 2 methods to install new softwares to my linux system by:
using the git method to clone a software available on github by using the git clone software link.
using the apt-get method to install, remove, update and upgrade softwares. e.g apt-get install snort, apt-get remove snort, apt-get upgrade, apt-get update.
These commands are the most common and crucial methods and hopefully, i get familiarised with them soon.
Cheers to Day 11 and cheers to many more days.