Vishal Kumarpackage-manager-in-linux.hashnode.dev·Dec 19, 2024What 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 t...linux for beginners
Sinaptiasinaptia.hashnode.dev·Dec 18, 2024Docker in development: Episode 4The last episode was about how to perform everyday tasks in our containers. In this episode, we will see alternatives so we can optimize our images. .dockerignore The first tip to decrease the size of your image was already mentioned in the second ep...Docker
Victor Mitiblog.victor.co.zm·Dec 18, 2024Build it Yourself: When a 2MB Solution Beats a 1GB InstallationThe Catalyst: Fedora 41 and Wayland When I upgraded from Fedora 40 to 41, I didn't expect it to lead me down a path of discovery in Linux package development. The upgrade brought several changes, but the most impactful was the complete shift to Wayla...Linux
Muhammad Sufiyaninnosufiyan.hashnode.dev·Dec 9, 2024Understanding Overrides in Package ManagementWhat is an Override? An override in package management allows you to specify the version of a dependency or sub-dependency (also called transitive or inter-dependencies) that your project should use, even if that version differs from the one specifie...SMIT - Batch 10package manager
Rahul Singhrksingh.hashnode.dev·Dec 8, 2024Day 7 : Understanding package manager and systemctlWhat is a package manager in Linux? A package manager in Linux is a tool that automates the process of installing, updating, configuring, and removing software packages on a Linux system. It keeps track of what software is installed on your computer,...package manager
Muhammad Fiazmuhammadfiaz.hashnode.dev·Nov 28, 2024VLT: A New Dawn for Package ManagementIn the ever-evolving landscape of JavaScript development, dependency management has always been a key factor in ensuring project success. For years, tools like NPM and Yarn have set the standard. More recently, Bun has emerged as a rising star in the...10 likes·37 readsvlt
gayatri kumargeekee.hashnode.dev·Nov 20, 2024JavaScript in the Real World: Node and Beyond!Welcome aboard your very own space station, powered by the versatile Node.js engine. But just like any space station, you need supplies to function. That's where npm (Node Package Manager) comes in—it’s the supply ship that delivers the tools and pac...10 likesWeb Developmentjs
Pooja Naitampoojanaitam.hashnode.dev·Nov 10, 2024Day 7 of 90DaysOfDevOps : Understanding Package Manager and Systemctl🔹 What is a Package Manager? A package manager is a tool that helps you install, update, and remove software on your system. It can be a graphical app or a command-line tool like apt or yum. 👉 But what’s a package? A package is an archive file cont...#90daysofdevops
Kanav Preet Singhstudyofcloud.tech·Oct 16, 2024📜 Day 7: Diving Deep into Linux Package Managers & Systemctl!Hey Hashnode Devs! 💻 Today’s #90DaysOfDevOps challenge is all about making your life easier as a DevOps engineer by mastering package managers and systemctl. Whether you’re managing Docker 🐳 or Jenkins 🛠️, these tools are essential! What’s a Pack...Cloud Computing
Saksham Kambleskm-saksham.hashnode.dev·Oct 13, 2024Navigating Linux: Mastering Package Managers and Service Management with Systemctl! 🐧🔧🐧 Day 7 Task: Mastering Package Management and Systemctl in Linux Welcome to Day 7 of our Linux journey! Today, we’ll explore package managers, their importance in software installation, and systemctl, which manages services in Linux. Let’s dive in!...Devops