Aayush SharmaforKubesimplifykubesimplify.hashnode.net·Dec 16, 2022Managing your Operating System with Package Managers.What is a Package? Before actually learning about package managers, let us put some light on what is a package. Almost every Linux and Unix-based software program is passed as packages, these are nothing but archives containing the pre-compiled binar...Srinivas Karnati and 7 others are discussing this8 people are discussing thisDiscuss·97 likes·741 readsLinux
Rajat Nairajatnai.hashnode.net·Apr 13, 2023Linux Packaging FormatsInstalling any package or software on the Linux system is very confusing for beginners. There are lots of different options in Linux to install software from any other operating system. It gives you freedom of your choice to install software but for ...Discuss·20 likesLinux
Moustapha Ndoyesmsn.hashnode.net·Apr 7, 2023npm, yarn or pnpm : which package manager to use and whyWhen it comes to managing dependencies for a JavaScript project, choosing the right package manager can make all the difference. Actually, there are three package managers available: npm, yarn, and pnpm. Each of them has its own set of advantages and...Discuss·11 likes·78 readsnpm
Shubham Singh1shubham7.hashnode.net·Apr 25, 2023Package Managers - an overviewYou might remember using npm start in your React app or using pip in python. Both npm and pip are package managers of their respective languages. Therefore the technical definition of package manager is - "A package manager is a tool used in software...Discusspackage manager
Saurabh Shivdesaurabhshivde.hashnode.net·Apr 23, 2023Day 7 Understanding package manager and systemctlUnderstanding package manager and systemctl In Linux, package management is essential for managing software and maintaining the stability and security of the system. Different Linux distributions have their own package management systems, such as Deb...DiscussDevops
supreethsupreeth.hashnode.net·Apr 22, 2023Package.json VS package-lock.jsonPackage.json firstly, the package.json file is used to specify the metadata and dependencies of any project. common fields in package.json name - contains the name of the package. version - contains the version number of the package. description - co...DiscussJavaScript
Adinath Salunkesalunkeadinath.hashnode.net·Apr 21, 2023Day 7 Task: Understanding package manager and systemctl(1)What is a package manager in Linux? Package management is a method of installing, updating, removing, and keeping track of software updates from specific repositories (repos) in the Linux system. Linux distros often use different package managemen...Discusspackage manager
Impana Simpana.hashnode.net·Apr 19, 2023Linux package Managers and systemctlA package management system or package manager is a group of software tools. It automates the installation process, upgrading process, configuration process, and removing process of the computer programs for an operating system of the computer in an ...DiscussLinux
Dhwarika Jhadwarkajha.hashnode.net·Apr 18, 2023Understanding package manager and systemctlWhat is a package manager in Linux? 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 ...DiscussLinux
Hossam Mostafahossamdash.hashnode.net·Apr 18, 2023Simplifying Linux Maintenance: Set and Forget Unneeded Dependency Removal with SystemdWhy Remove Unneeded Dependencies? When you install packages on your Linux system, they often come with dependencies that are required for the package to function properly. However, some of these dependencies may no longer be needed if you uninstall t...Discuss·1 like·47 readsLinux
Rajat Nairajatnai.hashnode.net·Apr 13, 2023Linux Packaging FormatsInstalling any package or software on the Linux system is very confusing for beginners. There are lots of different options in Linux to install software from any other operating system. It gives you freedom of your choice to install software but for ...Discuss·20 likesLinux
Himanshu Chauhanhimanshuchauhan.hashnode.net·Apr 10, 2023All about package.json file and understanding npmnpm stands for node package manager it helps us for managing javascript packages. When working with javascript many times programmer needs many external codes to make their project. Code can depend on many other libraries these libraries' updates cam...Discussnpm
Subho Deydevopsculture.hashnode.net·Apr 8, 2023Understanding package manager and systemctlIn the world of Linux, package managers and system services are essential components that help users manage their software installations and system configurations. These tools are responsible for installing, updating, and removing software packages, ...Discuss·1 like·55 readssystemctl