Priyanka Gondpriyanka-devopsblogs.hashnode.dev·Feb 10, 2024Day 7 Task:Understanding package manager and systemctl Package Manager: A package manager is a tool used in Linux distributions to simplify the process of installing, updating, configuring, and removing software packages. It automates the management of software...Discusspackage management
DHARMRAJ RANAdharmrajrana.hashnode.dev·Feb 6, 2024Package Managers and Systemctl: A Beginner's Guide-->Introduction:- In the realm of Linux system administration, two crucial tools stand out for managing software packages and system services: Package Managers and Systemctl. Whether you're a seasoned sysadmin or just dipping your toes into the world...Discussdevops for beginner
Dipanshudipanshu2005.hashnode.dev·Oct 27, 2023Package Manager in Linux 🐧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...Discuss·1 likepackage
Ankit Kumar Jaiswalankitkumarjaiswal.hashnode.dev·Jul 21, 2023Day 7 Task: Understanding package manager and systemctlTABLE OF CONTENTS1. What is Package Manager in Linux?2. What is a Package?3. Different Kinds of Package Managers4. Installation of Docker on Ubuntu5. Installation of Jenkins on Ubuntu6. Installation of Docker in CentOS7. systemctl & systemd8. systemc...Discuss·34 readsJenkins
Abhisek Moharanaabhisek6.hashnode.dev·Apr 26, 2023Understanding package manager and systemctlWhat is Package Manager in Linux? A package manager in Linux is a software tool that automates the process of installing, upgrading, configuring, and removing software packages on a Linux system. It provides a convenient way to search for and instal...Discuss·4 likes·74 readsLinuxLinux
Rohit Kadolkarrohitkadolkardevops.hashnode.dev·Mar 25, 2023#Day7 #90DaysofDevOps Understanding Package Manager and Systemctl: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 ...Discuss·49 readsDevops
Nwokporo Chukwuebukacodedaddy.hashnode.dev·Feb 4, 2023A Guide to npm install: Types, Meanings, and FlagsIntroduction to NPM (Node Package Manager) Overview Node Package Manager (NPM) is a package manager for the JavaScript programming language and is the default manager for the Node.js runtime environment. It provides a way to manage and distribute pac...Yunus Hamod Gbolahan and 1 other are discussing this2 people are discussing thisDiscuss·37 likes·10.7K readsNODEJSnpm
Wamaitha wamaithanyamu.com·Jan 30, 2022How to determine packages used in a Python project that has no requirements.txtHave you ever cloned a python project on GitHub that did not include a requirements.txt and you could not make it run on your local machine due to compatibility issues? What if there was a solution that could crawl the whole project and generate a re...Discuss·439 readsSoftware EngineeringPython
Hakan Yalıtekinhakanyalitekin.hashnode.dev·Dec 10, 2020Local NuGet Server Kurulumu ve KullanımıMerhabalar, Uzun bir aradan sonra, yakın zamanda öğrendiğim, benim için de öğretici ve eğlenceli bir konu olan NuGet Server kurulumu ve kullanımından bahsetmek istedim. Çoğumuzun bildiği üzere NuGet, .NET için bir paket yönetim sistemidir. nuget.org ...DiscussIIS