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
-1
votes
1 answer

Install GIT on freeBSD (freeNAS jail) package not found

I have a freeNas in the office. And thought to instal Stash git manager (web GUI) there. I created custom jail and got it to see outside world. Now I am in SSH and i run pkg install git and it say root@git:/ # pkg install git …
Sergey Romanov
  • 2,949
  • 4
  • 23
  • 38
-1
votes
2 answers

how to backup a installed rpm package in redhat?

I was install a package by rpm command in redhat, but the package is failure now. I want create a new package from installed package. what can I do?
Guohao Wang
  • 1
  • 1
  • 2
-1
votes
1 answer

What happens if you run same command in NPM

When installing packages using nodejs, what happens if you run the same command multiple times, i.e. "npm install -g cordova ionic"? Does this cause problems/issues? Or does it automatically recognize that you have it installed and nothing really…
user1142130
  • 1,617
  • 3
  • 20
  • 34
-1
votes
1 answer

Problems with intents

I have several buttons on my view, each of which that opens other applications. Calendar, Clock, Calculator etc etc. I am using the following code to get a list of apps and then I can select which one to run - final Intent mainIntent = new…
Robin
  • 577
  • 1
  • 7
  • 13
-1
votes
1 answer

Trying to update Enthought Canopy 64 bit v1.2.0.1610 to 1.3.0.1705 on a Mac

The Canopy Package manager tells me there is an update available from Canopy v1.2.0.1610 to 1.3.0.1715 (64 bit running on a Mac with Mavericks). When I chose "install and relaunch" canopy closes but does not install the update or relaunch. When I…
Geophys
  • 21
  • 4
-1
votes
2 answers

Install and use Net_UserAgent_Detect via PEAR

I would like to make use of the class Net_UserAgent_Detect So I installed Net_UserAgent_Detect via pear pear install Net_UserAgent_Detect I found that the respective files have been installed under /usr/share/php. But when I run my php script I…
Prakash Raman
  • 13,319
  • 27
  • 82
  • 132
-1
votes
1 answer

how to minify the linux userspace on debian / ubuntu?

some times, i have to minify a debian or ubuntu-system. I need to reduce the packages to a very small subset: No x11 or other graphical stuff No Apache, MySQL No preinstalled (and old) rubygems Things that should not get removed: boot until…
roman
  • 97
  • 5
-1
votes
2 answers

Any tool installing external python libraries( like MySQLdb)

Is there any tool for installing external python modules from a central repository( like cpan for perl). I installed MySQLdb module using yum.
SachinJose
  • 8,462
  • 4
  • 42
  • 63
-2
votes
3 answers

Downloading Go Packages

I cloned a project from Github and before starting to work I have to install all the dependencies listed in the go.mod file. I can do it one my one using the go get command, but is there any other alternative to this. Something like npm i and it…
Om Gupta
  • 192
  • 2
  • 8
-2
votes
1 answer

Is there a visual (e.g. nuget style in Visual Studio) package manager?

I've started my first react native project and things are finally starting to go quite smoothly, but I really can't say I care for the way 3rd party dependencies are installed with npm/yarn. As a Microsoft developer I'm looking at this wondering if…
BVernon
  • 3,205
  • 5
  • 28
  • 64
-2
votes
2 answers

Error when importing sklearn in python - ImportError

I get an error when importing sklearn in python. I am using MacBook. >>> import sklearn Error: > Traceback (most recent call last): File > "", line 1, in > import sklearn File…
NeePew
  • 1
  • 1
-2
votes
2 answers

How can I update npm, node version on Windows?

I am working on a finance project but now we start a new one here node version issue is getting, how to prevent this issue
Gopal Meena
  • 107
  • 1
  • 2
  • 8
-2
votes
2 answers

Unicode.Net failed to install library

I simply want to install Unicode.NET library, what do i do wrong? (I'm using VS Community 2017, V:15.3.4)
tomersss2
  • 135
  • 12
-2
votes
1 answer

i want to know about package managers in ubuntu

I have searched on internet but am unable to find complete solution of this question. what is difference between pip , npm and bower in ubuntu and is there any other package manager for any other utility software? I know there can be many utility…
Amrit
  • 2,115
  • 1
  • 21
  • 41
-2
votes
1 answer

Can apt-get work in Slackware or other Linuxes?

I know that apt-get is meant to be a packaging manager for Debian. But I'd like to learn if this software can be also ported to different operating systems, especially to Slackware. I am the author of Slax, a Slackware-based operating system, so I…
Tomas M
  • 6,919
  • 6
  • 27
  • 33
1 2 3
66
67