Questions tagged [package-managers]

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

Package management systems exist for most operating systems. Programs (like interpreters for some languages, scientific computing systems, etc.) may also have their own package manager for handling extensions, scripts or plugins.

The chief goal is to provide a means for software to recursively specify dependancies, allowing a software package's dependant libraries to be automatically installed.

999 questions
0
votes
1 answer

Install IIS from batch file - get error windows package manager

I try to install the IIS role from a batch file. If I call my batch file directly by clicking on it or from the command line, everything works perfectly. But if I call from my program "C #" I see an error window (see below). Here is my code to call…
Mehdi Bugnard
  • 3,889
  • 4
  • 45
  • 86
0
votes
1 answer

get Installed apps from package name

i have tried the code i pasted below ..but that gives me every application installed but then i need to check each of the app is mine or not by checking with the package name...Is there a code to where i can pass the package name to the phone system…
user1340801
  • 423
  • 3
  • 10
  • 21
0
votes
1 answer

Get Application Install time in Android 2.2?

I am trying to get the install time of all the applications installed in my Android Phone with OS 2.2, but I am not getting exactly the time they were installed, instead I am getting today's date and time. I know that I can get it…
Usama Sarwar
  • 8,922
  • 7
  • 54
  • 80
0
votes
2 answers

Checking from Python which easy_install version is available?

Is there a way to check programmatically, from Python, if the user has setuptools's "easy_install" available or the distribute version of "easy_install"? I'd like to know which of those is available (and ideally which is "in-use" by the system.)…
user248237
0
votes
2 answers

Travis-CI build failing with URL/hashed module dependency

I have the following dependency array in package.json: "dependencies": { "doT": "git://github.com/nick-jonas/doT.git#cbc7041b646a79cca1034820db09167407d2f988", "lodash": "latest", "commander": "latest", "minimatch": "0.2.9", …
Nick Jonas
  • 1,197
  • 4
  • 13
  • 24
0
votes
1 answer

virtualenv in python2.5.2

I'm really new to Linux environment and I'm trying to use virtualenv I have CentOS 5.8 running and at first it had Python 2.4 so I upgraded it to 2.5.2 But now when I run virtualenv /test/a it still gives a error as: Error: None Error: this script…
Vinit
  • 1,815
  • 17
  • 38
0
votes
1 answer

Linux Folder/Package Management

I'm looking for a way to store all my applications files within a single folder. However, when someone clicks on the folder I want the application inside the folder to open up as opposed to open the folder itself. I want to keep all dependancies and…
Chris Timberlake
  • 490
  • 4
  • 16
0
votes
1 answer

How to execute a command in VS 2010 package manager consol from WPF project

I have tried to find the solution of my problem but in vain. im new to VS2010 package manager console. We have started up a project using Pickles to generate a document tree of all our accpetance tests. To update the acceptance test, i need to enter…
matt
  • 1
  • 1
-1
votes
1 answer

can't import library by conan

os: Mac ide: CLion library: uwebsockets I'm trying to connect the library to my project, I use Conan, the package is downloaded, but the magic ends there, it gives errors in the python file, but I have no idea what to do with it, the python has…
-1
votes
1 answer

apt show filter by multiple fields

I want to get all binary packages that belong to specific source package from specific Debian source/repository. apt show bla-dev command returns output like this: Package: bla-dev Version: 1.3-2 Priority: extra Section: libdevel Source:…
-1
votes
1 answer

How to limit a package's dependency to a certain PHP version in Composer?

Our production server is PHP 5.5.24. A package I need (vlucas/dotenv) requires in its composer.json: "symfony/polyfill-ctype": "^1.17" Unfortunately version 1.20 of that symfony package requires 7.1, which causes Composer's platform check to fail.…
Vael Victus
  • 3,966
  • 7
  • 34
  • 55
-1
votes
1 answer

How to upgrade NuGet packages without breaking my project?

I have an old MVC application I need to make changes to. It would be nice to update all the recommended NuGet packages, but I know from experience that this can break a project. In particular, I'm troubled by the following: If one reads this a…
-1
votes
1 answer

Is it possible to install R in miniconda?

I stumbled on this post: Install of R in miniconda https://community.rstudio.com/t/install-of-r-in-miniconda/19755 Is it possible to install R in miniconda? As I understand it miniconda is a package manager for Python only according to this…
Ormetrom2354
  • 315
  • 3
  • 11
-1
votes
1 answer

Poetry: Managing PyPI dependencies without version number

I'm trying to use Poetry to manage my python projects, but some PyPI dependencies don't have a version number such as this one. I thus get such errors $ poetry update Updating dependencies Resolving dependencies... (0.5s) SolverProblemError …
kakyo
  • 10,460
  • 14
  • 76
  • 140
-1
votes
1 answer

After apt install the package is executable but can't remove it

After successfully installing the dvips package, it shows up: Step 1) root@CCNM-378B:~# dvips -v This is dvips(k) 5.997 Copyright 2017 Radical Eye Software (www.radicaleye.com) But now I'm trying to remove it, and it is invisible to apt: Step…
Ron
  • 357
  • 1
  • 6
  • 18