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

How to install a package on Debian 8 Jessie running systemd without starting up the service?

I have ansible provisioning HAProxy and Nginx onto a Debian 8 running systemd in a Virtualbox VM. The problem is that Nginx installation fails, because of a port conflict. HAProxy installs first and runs on port 80, the same port that Nginx's…
0
votes
1 answer

Configuring BOWER install paths

I have following bower.json file { "name" : "learningBower", "version" : "0.0.0", "authors" : [ "G Akshay " ], "description" : "learning bower", "license" : "MIT", "ignore" : [ "**/.*", "node_modules", …
Akshay Gundewar
  • 864
  • 11
  • 30
0
votes
1 answer

How to use package manager, gopm

I am in the process of experimenting with the various package manager offerings on, well, offer for Go. I like what I read in gopm - simple. However, thus far I cannot get past the very first hurdle. Here is what I am doing Install gopm from…
DroidOS
  • 8,530
  • 16
  • 99
  • 171
0
votes
1 answer

Do Cabal recognize packages installed by system package manager

I had lately linker problem during compilation of Haskell code and I wonder whether cabal can find packages installed by OS package manger e.g. I install package X which depends on Y but Y is already installed by package manger (not cabal). Will…
Trismegistos
  • 3,821
  • 2
  • 24
  • 41
0
votes
2 answers

How do I exit MELPA in emacs?

I'm trying to learn Emacs, and I've installed MELPA as a package manager. The only problem is that the only way I know how to exit MELPA is by quitting Emacs entirely. I'm sure there's a better way to do this. What is it?
superlizardmo
  • 333
  • 1
  • 11
0
votes
1 answer

Package Management / automation - puppet vs landscape vs ansible etc

I'm trying to work out what tool would best fit managing my linux private cloud The main purpose is to control Package management, updates, install, removals Script automation against all VM's Security vulnerabilities SSH Key access (possibly…
Grimlockz
  • 2,541
  • 7
  • 31
  • 38
0
votes
1 answer

DJango, use Javascript provided by OS package manager during development

I'm preparing a package developed in-house to be delivered to a customer. During development in house, we've used copies of common JavaScript libraries (jquery, openlayers, underscore) in our code repository, and that works. However, in the…
Simon Brooke
  • 386
  • 4
  • 7
0
votes
2 answers

Python - techniques for reverting changes to a folder?

I am writing a package manager in python for users to install programs we write at work. When 'installing' a new tool (which is just a process of copying files/folders from locations on a server to the users' computer), it may fail before completion…
jramm
  • 6,415
  • 4
  • 34
  • 73
0
votes
2 answers

Can I build some software from source using pkgsrc while using Homebrew as the primary package management system?

I use Homebrew to install most packages. But sometimes some packages are not available via Homebrew. I wonder if I can use pkgsrc to build the software from source. The instruction is as the following (in section titled "Building From Source"):…
qazwsx
  • 25,536
  • 30
  • 72
  • 106
0
votes
1 answer

Android Current Running App not shown in listview

I am trying to show installed apps in listview, but I don't want to show current app, meanz my app name is APP1 so i don't want to show this app in listview, how can i remove it?
user3555472
  • 836
  • 3
  • 11
  • 38
0
votes
2 answers

How to use npm packages in production?

Before start using node package manager, i was just downloading packages into one folder and giving references from html files. Now i have started to use node package manager and i want to done thing right. I have downloaded jquery via npm install…
Sefa
  • 8,865
  • 10
  • 51
  • 82
0
votes
1 answer

how to require a specific file using duojs

I need to include a library that is present on github, but is not well-packaged; using Duo.js At the moment of writing I am using the following to achieve what I desire: bower gulp main-bower-files Bower just downloades the library. Gulp, with…
Valerio
  • 2,390
  • 3
  • 24
  • 34
0
votes
1 answer

Offline Node.JS Packages

How do I install node packages on an offline machine? For instance, I am trying to install PhantomCSS onto a machine with no internet connectivity.
Anthony Ryan
  • 365
  • 2
  • 6
  • 19
0
votes
1 answer

Homebrew freezes when running brew doctor or brew --config

A few days ago, homebrew started to stuck when I try to run brew doctor or brew --config. The output is: $ brew --config HOMEBREW_VERSION: 0.9.5 ORIGIN: https://github.com/Homebrew/homebrew.git HEAD: 391ed374442cb8f91d9168ccd23f1c97b84686d1 Last…
Florian Gössele
  • 4,376
  • 7
  • 25
  • 49
0
votes
0 answers

Commands are not working of sqllocalDB in Package Manager Console of VS 2010 SP1

I'm encountering the exact issue as described here(EF: Cannot attach the file ‘{0}' as database '{1}'). My question is how to run these commands in Package Manager Console of Visual Studio 2010 SP1: sqllocaldb.exe stop v11.0 sqllocaldb.exe delete…
StepUp
  • 36,391
  • 15
  • 88
  • 148