Installing Packages on Linux: A Guide to Different Package Managers | #devops2engineer
#usermanagement, #devops2engineer #linuxcommands
Learn how to install software packages on various Linux distributions.
In this tutorial, we’ll explore the different package managers used in popular Linux distributions, such as apt, yum, dnf and etc. We’ll cover the basics of using these package managers, including searching for packages, installing, removing, and updating software. Whether you’re a beginner or an experienced Linux user, this video will provide you with the essential knowledge to manage packages on your system.
Key Topics Covered:
Navigating the File System:
cat /etc/*release =Gives more detail of the system the server is connected to
ping localhost= Checks the status of the server, whether its running or not
watch ls = List all files added, deleted, or moved every 2 seconds
netstat = Shows the Network Statistics
ps -ef = Lists all processes running
ps -ef | grep [choice] = Verifies the Package is still running
sudo reboot = Reboots the server
curl localhost = Verifies the Package is still running
curl -v localhost = Verifies the Package is still running
curl publicIP = Verifies the Package is still running
netstat -tulpn = Checks all ports currently in use
sudo shutdown = Informs users about server shutdown in 3 mins
sudo shutdown -c = Cancels the shutdown
sudo init 0 = Shuts down the server immediately
uptime = Tells how long the system has been running
last = Shows a list of last logged in users
kill -9 = Kills the processes slowing down the system
uname = Specifies the system the server connected to
uname -a = Gives more detail of the system connected
wget = A non-interactive network downloader
sudo yum install = Centos and Redhat OS Installer
sudo dnf install = Ubuntu and Debain OS Installer
sudo apt install = Android OS Installer
sudo choco install = Windows OS Installler
sudo helm install = Kubernetes Installer
sudo pip install = Python Installer
cd /opt = Directory in Linux used to install software packages
sudo systemctl start [packagename] = Start the Package
sudo systemctl restart [packagename] = Restarts the packagename
sudo systemctl enable [packagename] = Keeps it running even after a reboot
systemctl status [packagename] = Verifies the Package is still running
sudo yum install packageName = Install the Package
sudo yum install packageName -y = Automates Installation of a Package
sudo yum install tree -y = Installs a yum tree that shows a visual tree diagram of where everthing is located
-p = Automate tasks to create both parent and child directory
-v = Manual step by step in verbos mode
Whether you’re a seasoned DevOps engineer or just starting your journey, this video will provide you with the essential knowledge to confidently work with Linux commands and streamline your workflow.
Don’t miss this valuable resource!
#LinuxCommands #DevOps #Tutorial #LinuxBasics #CommandLine #ITTraining #TechTips #LearnLinux #DevOpsEngineer #ITPro #SoftwareDevelopment #TechTok, #TechTips, #TechLife, #TechAddict, #TechTalk, #TechNews, #LinuxLove, #LinuxLife, #LinuxCommunity, #LinuxGeek, #LinuxTips, #LinuxTutorial, #LinuxHack, #LsCommand, #PwdCommand, #CdCommand, #MkdirCommand, #TouchCommand, #RmCommand, #CpCommand, #MvCommand, #ChmodCommand, #ChownCommand, #LinuxCommandChallenge, #LinuxFilesAndDirectories, #MasterLinuxCommands, #LinuxTipsAndTricks, #LinuxHacking
#LinuxCommands, #DevOps, #Tutorial, #LinuxBasics, #CommandLine, #ITTraining, #TechTips, #LearnLinux, #DevOpsEngineer, #ITPro, #SoftwareDevelopment, #LinuxTutorial, #LinuxTips, #LinuxGeek, #LinuxCommunity, #LinuxOpenSource, #ITHelp, #ITSupport, #SystemAdmin, #ServerManagement, #CloudComputing, #Automation, #ITCareer, #TechCareer, #DigitalTransformation, #ITEducation, #OnlineLearning, #Programming, #Coding, #Scripting, #OpenSource, #FreeSoftware, #TechBlog, #TechNews, #TechUpdates, #TechContent, #TechInfluencer, #TechEntrepreneur, #Startup, #Innovation, #TechnologyTrends, #FutureTech, #TechTok, #TechLife, #TechAddict, #TechGuru, #TechTalk, #LinuxLove, #LinuxLife, #LinuxHack, #LsCommand, #PwdCommand, #CdCommand, #MkdirCommand, #TouchCommand, #RmCommand, #CpCommand, #MvCommand, #ChmodCommand, #ChownCommand, #LinuxCommandChallenge, #LinuxFilesAndDirectories, #MasterLinuxCommands, #LinuxTipsAndTricks, #LinuxHacking
[ad_2]
source