Software that allows administrators (and in some cases also users) to control the installation and upgrade process of packages on their systems.
I tried this: sudo npm cache clean -f sudo npm install -g n sudo n stable ...but it didn't work. …
windows node.js npm package-managersI'm able to update pip-managed packages, but how do I update pip itself? According to pip --version, I currently have …
python upgrade virtualenv pip package-managersI was watching this, and, as you can see, the first command I am told to put in is: sudo …
python macos terminal package-managersI know how to use rpm to list the contents of a package (rpm -qpil package.rpm). However, this requires …
linux fedora rpm yum package-managersHow do I list the user-installed package ONLY in npm? When I do npm -g list it outputs every package …
node.js npm package-managersI know pip is a package manager for python packages. However, I saw the installation on IPython's website use conda …
python pip ipython package-managers condacoming from a Node environment I used to install a specific version of a vendor lib into the project folder (…
go package package-managersCan I install/upgrade packages from GitHub using conda? For example, with pip I can do: pip install git+git://…
python github pip package-managers condaI try to deploy my app and sometimes get this error: Failure [INSTALL_FAILED_CONTAINER_ERROR] I tried to google …
android package-managers android-package-managersWhy does, for example, a Grunt plugin define its dependency on grunt as "peer dependencies"? Why can't the plugin just …
node.js npm package-managers