Pragya Saraswatpragyadevops.hashnode.dev·Jul 30, 2024Package Management in LinuxManaging software on Linux is all about handling packages—installing, upgrading, deleting, and configuring them. Different Linux distributions use different tools for package management: Red Hat-based systems (like CentOS) use yum/dnf and RPM. Debi...LINUX for Beginnerspackage manager
Sandeep Kalekale00.hashnode.dev·Feb 7, 2024📚Day 7 - Understanding Package Manager and Systemctl💡What is a Package Manager in Linux? A package manager in Linux is a tool that allows users to install, remove, upgrade, configure, and manage software packages on an operating system. 💡What is a Package in Linux? In simple terms, a package in Linu...package management in linux
RAKESH REVASHETTIrakesh-revashetti-09.hashnode.dev·Nov 3, 2023Day 4: Linux Package ManagerIn this blog, we will understand package manager and systemctl. Package manager allows us to easily install new software, upgrade the software to newer versions, or remove software that you previously installed. 1: Package Management: The package man...apt-get
Ahmed Nisarahmednisarhere.hashnode.dev·Aug 9, 2023Understanding Package Manager & SystemctlWhat is a package manager in Linux📦🐧? In simpler words, a package manager is like a digital toolbox that empowers users to easily: 🔹 Install 📥 🔹 Remove 🗑️ 🔹 Upgrade 🔄 🔹 Configure ⚙️ 🔹 Manage 🛠️ software packages on an operating system🖥️. ...package management in linux
Moiz Asifmoiz-journeytodevops.hashnode.dev·Aug 3, 2023Day 7: Understanding package manager and systemctlWhat is a package manager in Linux? A package manager in Linux is a software tool that automates the process of installing, updating, configuring, and removing software packages on a Linux-based operating system. It simplifies software management by ...#Day7 #90DaysOfDevops