Skip to main content

Command Palette

Search for a command to run...

Day 7 Task: Understanding package manager and systemctl

Published
2 min read
P
I help businesses grow by building high-converting websites and automating workflows using DevOps and AI. Instead of just writing code, I focus on creating systems that generate leads, streamline operations, and scale efficiently. 💡 What I work on: DevOps & cloud infrastructure (AWS, CI/CD, automation) AI automation for business workflows High-converting websites & lead generation systems Scalable backend systems 🛠 Tech: Linux, Docker, Kubernetes, Jenkins, Git, Cloud I share practical insights on DevOps, automation, and building systems that actually drive business results.

Hello Everyone, Welcome to my new Blog. Hope you all are doing well. So our Today's topic is Understanding Package manager and systemctl. Let's Start

What is a package manager in Linux?

In simpler words, a package manager is a tool that allows users to install, remove, upgrade, configure and manage software packages on an operating system. The package manager can be a graphical application like a software center or a command line tool like apt-get or Pacman.

What is a package?

A package is usually referred to as an application but it could be a GUI application, command line tool, or a software library (required by other software programs). A package is essentially an archive file containing the binary executable, configuration file, and sometimes information about the dependencies.

Different kinds of package managers

Package Managers differ based on the packaging system but the same packaging system may have more than one package manager.

For example, RPM has Yum and DNF, package managers. For DEB, you have apt-get, aptitude command line-based package managers.

You have to install docker and jenkins in your system from your terminal using package managers

For Docker I am writing the commands and for Jenkins You have to practice if you did not get then let me know in comment section.

sudo get-apt update
sudo get-apt install docker.io
systemctl start docker
systemctl enable docker
systemctl status docker

systemctl and systems

systemctl is used to examine and control the state of “systemd” system and service manager. systemd is system and service manager for Unix like operating systems(most of the distributions, not all).

Happy Learning:))

More from this blog

AWS Blog

64 posts

⚙️ "Passionate DevOps Engineer and Cloud Maestro ☁️ | Enchanting Infrastructures, One Deployment at a Time." 🚀