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

How to clean local python environment of conda installs

Using the latest miniconda2 I created a conda environment & then did all my conda package installs. Then when I finished I realized I had FORGOT TO ACTIVATE the environment (I'm dizzy) with the command source activate myenv so all my conda installs…
JC23
  • 1,248
  • 4
  • 18
  • 28
0
votes
0 answers

how to add github repo to an npm package?

Looking at this image, My new package doesn't have this link. I don't know how to add it.
AIon
  • 12,521
  • 10
  • 47
  • 73
0
votes
1 answer

Installation of Ruby-OAuth pkg with Ruby gems more platform independently?

I want to get this package ruby-auth here, originally developed for Debian, working more platform-independtly. I am able to use it with Debian but macOS's brew package manager does not contain it. I would like to get the same tool working more…
hhh
  • 50,788
  • 62
  • 179
  • 282
0
votes
1 answer

Issues on adding Packages in Visual Studio 2015 through Package.config

I tried to add the package by simply appending with appropriate xml tag in the package.config and I tried to build the project but its not adding the reference in the project. The newly added package is
0
votes
1 answer

Unable to install bower components from bower.json

In the folder that contains my bower.JSON I'm running this command bower install but the dependencies are not getting installed, also I cannot find any bower_components folder. On running bower list I can see that the dependencies are not…
Amit Singh
  • 1,790
  • 3
  • 17
  • 27
0
votes
1 answer

How can we access network through an application created for snap?

I have created a simple executable which when run directly on Ubuntu, opens an url using firefox but when installed as a part of snap package, it fails with "firefox : not found" error although i have provided a network plug.
0
votes
1 answer

Composer not auto-loading required classes

I'm new to Composer and I'm really struggling to auto-load my classes with composer. What am I missing in the following process? I installed the package in my PHP includes folder (which is outside the document root - I'm not sure if that matters)…
dallin
  • 8,775
  • 2
  • 36
  • 41
0
votes
1 answer

Software installation Solus-Project

I am currently running Solus Linux on my PC, and like many running it, have found the greatest difficulty with it to be software installation. Solus comes packaged Natively with a package manager called eopkg, but has a very limited selection of…
Neekon Saadat
  • 417
  • 6
  • 18
0
votes
1 answer

How to install react-native on OSX with binary source?

I am trying to install react-native in osx. To do that, I am installing watchman on my machine. However I do not use port or brew. Here is what I did. Install libtool-2.4.6 Install automake-1.9, autoconf-2.69 Install glib-2.52.2 Now I am facing…
Juneyoung Oh
  • 7,318
  • 16
  • 73
  • 121
0
votes
0 answers

Using local dependency in a glide

I'm new to golang and came across glide as a dependency management tool. In a scenario, where I have a package which I want to use as a dependency in my project. Is there any way can I specify it? If not using glide, is there any way to put it…
Priti Biyani
  • 414
  • 5
  • 11
0
votes
1 answer

getLaunchIntentForPackage is null for apps

I'm building installed apps in alert grid view. and I am selecting some favorite apps and adding into another grid view after that if I select any app from new gridview app its getting Intent value (getLaunchIntentForPackage) is…
user2910387
0
votes
1 answer

What does npm i react-{...} do?

I saw this at a tutorial, what does that syntax mean? Install both react-router and react-redux? npm i react-{router,redux}
stackjlei
  • 9,485
  • 18
  • 65
  • 113
0
votes
0 answers

Error while Updating/Uninstalling Nuget package manager

I am getting an error while updating or uninstalling Nuget package manager from visual studio extensions and also from package manager console. The error shown is a pop-up box which contains error message- "CLR error 8007000e." The program is…
Mohika
  • 11
  • 4
0
votes
1 answer

Application build . (Swift on Ubuntu)

I am a total newbie to programming and Ubuntu and Swift is my first language to learn. I am learning with a book but I encountered a problem when I was supposed to build an application. Here is what I had to do: Make a new directory called PMExample…
Bodeue
  • 47
  • 1
  • 8
0
votes
0 answers

How to start using jspm along with systemjs?

I am already using systemjs, can someone clarify with examples, to start using jspm what needs to be moved from system.config.js to config.js , etc. I went through the documentation(http://jspm.io/docs/getting-started.html), migration steps for…
ishandutta2007
  • 16,676
  • 16
  • 93
  • 129