Top "Package-management" questions

The general process of managing and maintaining packages; not to be confused with the related tag, [package-managers], which is focused on the package-management tools themselves.

How to properly upgrade node using nvm

Is it possible to upgrade node right in place, instead of manually installing the latest stable version? I have installed …

node.js npm nvm package-management
How to find where a package is installed by pacman?

I'm installing c++ boost library by pacman -Ss boost-libs. After installation, I want to know where my package is installed …

archlinux package-management pacman-package-manager
How to install a package using stack?

Using cabal, I could install hakyll with the command: cabal install hakyll How can I do the same thing using …

haskell cabal cabal-install package-management haskell-stack
Skip confirmation while using Install-Package?

I have added ChocolateyGet as a provider on Powershell so I can use it with PackageManagement (OneGet), it works but …

powershell package-management oneget
Installing Nuget Packages globally

Is there a way to install Nuget Packages globally? I have a Nuget Package that I would like to use …

c# nuget package-management
Split requirements files in pip

To create Python virtual environments I use virtualenv and pip. The workflow is very simple: $ virtualenv project $ cd project $ . bin/…

python syntax installation pip package-management
PowerShell PackageManagement, how to uninstall a package provider?

To troubleshoot a problem, I thought I'd try reinstalling the Chocolatey package provider. There appears to be no cmdlet to …

powershell windows-10 package-management powershell-5.0
Uninstall Python 3.5.2 from Redhat Linux

Linux is already preinstalled with Python 2.7, however I installed Python 3.5.2 thinking that I need it but actually I don't. So …

python linux redhat uninstallation package-management
How to extract dependencies from a PyPi package

my goal is simple, i want to get the dependency of a PyPi package remotely without needing to download it …

python pip pypi package-management