Top "Package-managers" questions

Software that allows administrators (and in some cases also users) to control the installation and upgrade process of packages on their systems.

composer: How to find the exact version of a package?

Suppose I'm writing a library A, that depends on another library, monolog for instance. I want to install the latest …

php dependency-management package-managers composer-php
What's the difference between dist-packages and site-packages?

I'm a bit miffed by the python package installation process. Specifically, what's the difference between packages installed in the dist-packages …

python pip easy-install package-managers
How open new activity clicking an item in listview?

I can't start a new activity clicking over an item in my listview. I want that onItemClick can open the …

android android-listview android-activity onclicklistener package-managers
composer.lock: how does it work?

I'm trying to understand this part: http://getcomposer.org/doc/02-libraries.md#lock-file this lock file will not have any …

php dependency-management package-managers composer-php
Package Manager Console not found

Package Manager Console not found in Tools menu?? I am using Visual Studio 2010. I need to run a command in …

visual-studio-2010 package-managers
Can yum tell me which of my repositories provide a particular package?

Hopefully short version of the question: If I'm on a machine that has a particular package installed, is there a …

linux yum package-managers
What does conda do when "solving environment"

Whenever I run conda install/remove/update <package>, it tells me it's "Solving environment" for some time before …

python anaconda updates conda package-managers
Is there any way to retrieve a dependency tree from yum?

To reduce the chance of the XY problem, I'm trying to install PostGIS on a clean, virtual RHEL5 installation with …

dependencies dependency-management yum package-managers
How to Get Package Name of Source Class File in Android ?

I am using only one project to port lite and full versions for that I am just updating Manifest file …

java android class android-library package-managers
Is there a package manager for Java like easy_install for Python?

Is there a package manager for Java like easy_install for Python ? I'm looking for a solution usable from the …

java package-managers