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
0 answers

python: script and modules dependencies in one distribution file

In python, I have some scripts: scritp1.py, script2.py, etc. And some users: user1, user2, etc. The scripts have some lines equal. I need pass only one script to each user. I can't use a general module, because each user are in different computer,…
JuanPablo
  • 23,792
  • 39
  • 118
  • 164
0
votes
2 answers

Where can I obtain the web package

paste-kde requires the web package. But that package is not in ELPA ... where might I obtain it?
Terrence Brannon
  • 4,760
  • 7
  • 42
  • 61
0
votes
2 answers

Re-adding migration after delete migration file

I have coded everything perfectly and created a migration file. It had everything I needed, but I accidentally deleted it. I try to re-create it and it doesn't give me all the stuff I need, it just gives me a blank page with skeleton code. Is there…
1011 1110
  • 743
  • 2
  • 17
  • 43
0
votes
2 answers

How to install Software Manager (from Linux Mint) in Xubuntu?

I deleted Ubuntu Software Center and I would like to install the software manager instead of Linux Mint.
Nickolay Savchenko
  • 1,474
  • 16
  • 28
0
votes
1 answer

Getting the .so files list using packagemanager

Is there way to get libs/nativearch/<.so files> listed from the package-manager. Considering that apps like apk-info do it, I guess there should be a way to get the supported architecture of the package as well the listed .so files inside each…
Siddharthan Asokan
  • 4,321
  • 11
  • 44
  • 80
0
votes
1 answer

Retrieving Native Code Architecture from an Android App

I'm working on an app which determines the native code architecture and native libraries used by all the apps installed on the device. It's similar to running the following command. aapt dump badging The package manager…
Siddharthan Asokan
  • 4,321
  • 11
  • 44
  • 80
0
votes
1 answer

EntityFramework5 Code-First Migration

I am running EntityFramework5 with Code-First and Enabled Migration with package manager console. After enabled migration only Configuration.cs file was added to Migrations folder, not InitialCreate.cs. I change my class from public class Product { …
0
votes
1 answer

getInstalledApplications returning null

I am trying to retrieve a list of apps that are installed on the phone/emulator. I am using the following snippet to return the list of apps, however, it is returning null. Do I have to add some permission in Android Manifest or am I missing…
Umer Farooq
  • 7,356
  • 7
  • 42
  • 67
0
votes
2 answers

List of Application in Android

I am following the code given in the below link: http://xjaphx.wordpress.com/2011/06/12/create-application-launcher-as-a-list/ to list out installed application on my phone. But the problem here is that it is listing all the applications. All system…
TheDevMan
  • 5,914
  • 12
  • 74
  • 144
0
votes
1 answer

Front and backend package management

I am trying to modularize my PHP project so that some parts can be used in other projects too. Obviously upon little googling I came across composer. Everywhere I look it is said that it's only a backend package manager. Then I looked up a frontend…
Banana
  • 4,010
  • 9
  • 33
  • 49
0
votes
0 answers

running Install.ps1 everytime with Nuget package update

I have a small question Does Install.ps1 file runs every time when we update the already installed Nuget package or if we install the same package over an installed project? If it doesn't is thare any way that we can run our power shell script…
Madu
  • 4,849
  • 9
  • 44
  • 78
0
votes
1 answer

Nuget packages keep failing on wp8

I have had an issue over the past few weeks with nuget package manager. Basically everytime I try to install a package it gives me and error like this: Install failed. Rolling back... Install-Package: Could not install package 'WPtoolkit…
QBM5
  • 2,778
  • 2
  • 17
  • 24
0
votes
2 answers

Package manager that moves downloaded file to a specific location

I'm looking for a package manager that can be added as a task in grunt that will download the latest version (maybe even a specific version ie: jquery v1.10 vs v2) of a library or js or css file and place it in a specific folder. Here is what I'm…
wwwuser
  • 6,282
  • 8
  • 52
  • 64
0
votes
0 answers

Dependencies on unix based system

For installing software, each 'platform' has its own package manager : brew, apt, pip, Bundle, etc ... But for plain old compiled project, is there any standard for declaring dependencies in an actionable way, amenable go (brew,apt,yum..) install…
nicolas
  • 9,549
  • 3
  • 39
  • 83
0
votes
1 answer

Why is EntityFramework Namespace undefined even after installing EntityFramework with Package Manager console?

All: We started off our project using ASP.NET Web Forms. Our ASP.NET C# web application is used in the following environment .NET Framework 4 ASP.NET Web Forms. IIS 7 Windows 2008 Visual Studio 2010 .NET IDE C# HTTPS ( SSL ) We wanted to…
crazyTech
  • 1,379
  • 3
  • 32
  • 67