Tagged Questions

Software that allows server administrators to control the installation and upgrade process of packages on their servers.

learn more… | top users | synonyms

52
votes
12answers
3k views

What do you expect from a package manager for Emacs?

Although several thousand Emacs Lisp libraries exist GNU Emacs does not have an (internal) package manager. I guess that most users would agree that it is currently rather inconvenient to find, ...
21
votes
7answers
25k views

Installing Ruby 1.9.1 on Ubuntu?

I wonder about installing the latest version of Ruby on Ubuntu 9.04. Now I can run through the ./configure and make stuff fine, but what I wonder about: how to avoid conflicts with the packaging ...
15
votes
1answer
2k views

Homebrew is generating two warnings

I use Homebrew as the package manager. I run this command: brew update But I got this error: error: unable to unlink old 'bin/brew' (Permission denied) Error: Failed while executing ...
8
votes
3answers
583 views

PHP package manager

does anyone know a package manager library for PHP (as e.g. apt or yum for linux distros) apart from PEAR? I'm working on a system which should include a package management system for module ...
7
votes
2answers
2k views

What does this mean: Failure [INSTALL_FAILED_CONTAINER_ERROR]?

I try to deploy my app and sometimes get this error: Failure [INSTALL_FAILED_CONTAINER_ERROR] I tried to google it but don't find what the error means or what it's caused by. I deploy via IDE ...
6
votes
1answer
79 views

PIP always reinstalls package when using specific SVN revision

PIP always downloads and installs a package when a specific SVN revision is specified (slowing the syncing process considerably). Is there a way around this? Normally pip detects that the package is ...
6
votes
1answer
506 views

Error while trying to update brew package manager

I tried to update brew: sudo brew update But I got this error: error: Your local changes to the following files would be overwritten by merge: Listing a lot of files Error: Failed ...
5
votes
2answers
187 views

Is there a package manager for D?

I found SCons, which looks useful, but it's not exactly what I'm looking for. I don't really want a build tool; what I really want is a package manager. Other languages have similar tools: Python- ...
5
votes
5answers
609 views

Distributing binary applications across linux distros

I've written an application which as of yet is not open source and I'd like to distribute the executable across various linux distros. What's the best way to do this, I've looked a little bit at .rpm ...
4
votes
3answers
256 views

Are there any efforts to create a package manager for C++?

One of my biggest frustrations with my favorite language is the effort it takes to get different libraries working for together under one unified development environment. My biggest wish is to just ...
4
votes
2answers
435 views

Nu-Get & issue with project level dependences for projects referenced by multiple solutions

I'm trying to figure out what the best way to handle this scenario is. Let's say I have a library that's referenced by multiple different non-related solutions, let's call it ...
4
votes
7answers
727 views

Why do various Linux distros use different package managers?

Why do Linux distros have different package managers? I find this very strange because other software such as text editors, desktop environments and graphics software (Inkscape, Blender, GIMP) are ...
3
votes
1answer
102 views

Deciding which package manager was used to install a Python package

I want to remove a Python package, let's say Satchmo. But I don't remember which tool I used to install it. I can think of the following ways: Downloading source distutils distribute SetupTools ...
3
votes
0answers
2k views

Pros and cons of MacPorts vs. Fink vs. Homebrew? [closed]

MacPorts, Fink and Homebrew are package management systems for compiling, installing and upgrading software for Unix-like systems on OS X. Homebrew is billed as the "perfect replacement" for MacPorts ...
3
votes
2answers
177 views

How to make a customizable button to launch applications?

I am trying to add a button to my application. When clicked I would like to launch a selection dialog that shows all shortcuts or installed applications. Choosing one should permanently set the button ...
3
votes
2answers
451 views

Does exist a package manager ala easy_install for Java?

Does exist a package manager ala easy_install (Python) for Java? I'm looking for a solution usable from the command line and not from an Ide.
3
votes
4answers
114 views

Is there a tool for finding out what packages provide a file?

For example, if ./configure or Make tells me I'm lacking libX11.so.6, and it's nowhere on my system, is there a tool or website into which I could type libX11.so.6 followed by a ...
3
votes
6answers
1k views

Import package or autoloading for PHP?

What solution would you recommend for including files in a PHP project? There aren't manual calls of require/include functions - everything loads through autoload functions Package importing, when ...
3
votes
1answer
2k views

How do I upgrade PHP 5.1 to 5.2 on SUSE 10.1 using the yast command line only?

How do I upgrade PHP 5.1 to 5.2 from the SUSE 10.1 command line? Is there a package manager command to do it automatically? Actually I need JSON support to use the JavaScript-RTE and believe it's in ...
2
votes
1answer
78 views

Lua's package management system?

What's the Lua's standard package management system and repository? Like brew for Mac OS X, npm for node.js.
2
votes
1answer
259 views

getting started with SBT for lift

I am a complete newbie to SBT and scala world. I wanna create a lift application and while exploring on how to do it i stumbled everywhere that i must use SBT. So i went to the github wiki page and ...
2
votes
3answers
5k views

Can't install Homebrew on Mac OS X Lion [closed]

I'm trying to install Homebrew on Mac OS X Lion according to these instructions which simply state to paste this in a terminal window: /usr/bin/ruby -e "$(curl -fsSL ...
2
votes
2answers
101 views

goinstall: List all installed packages

How can I list all installed packages via goinstall? I need this to reinstall all packages installed on one computer to a different computer.
2
votes
1answer
652 views

Python on Mac: Fink? MacPorts? Builtin? Homebrew? Binary installer?

For the last few days, I have been trying to use Python for some audio development. The thing is, Mac OSX does not handle uninstalling stuff well. Actually, there is no way to uninstall anything. ...
2
votes
1answer
94 views

Package Manager Web UI Workflow: Does something for this exist?

NOTE: Unsure if this belongs on Server Fault at this stage... please move as necessary! I'm working on a project that has its own package management software and have come to a stage where I need a ...
2
votes
4answers
635 views

Winlibre - An Aptitude-Synaptic for Windows. Would that be useful?

Last year, in 2009 GSoC, I participated with an organization called Winlibre. The basic idea is having a project similar to Aptitude (or Apt-get) and a GUI like Synaptic but for Windows and just to ...
2
votes
6answers
885 views

Brand new Mac, should I use Macports?

got a new mac, need to have it setup ready for development. I heard great things about macports, should i use it? Is it really easier than manually download and compile? anyone has any problems using ...
2
votes
2answers
3k views

Ability to update texlive packages on ubuntu

I am using texlive on ubuntu and having issues with some packages used as they are too old. Downloading them from CTAN manually and installing fixes them but this is time consuming. On windows we use ...
2
votes
2answers
535 views

How to use libapt (or libept) in debian-like system to list packages and get their infos?

Somebody used libapt or libept to list packages and get informations about package in a debian-like system? Libapt is not well-documented at all, and i've found few examples and tutorials about ...
1
vote
2answers
41 views

How to start another Activity when you have the Activity name String but not the Activity.Class?

I'm running into a problem starting other activities from mine. I know this must be being done elsewhere as there are so many launcher apps out there which much use package manager to start specific ...
1
vote
2answers
53 views

open android own launcher from my application

hi Its been 2 days looking for this simple problem. I want to launch Android own launcher from my application EVEN if its not set as default. final PackageManager ...
1
vote
3answers
77 views

call the default home screen from application

I need to call the default home screen that comes with my phone from my application which is also a home screen app. I've tried searching and find this ArrayList<Intent> intentList = new ...
1
vote
1answer
88 views

Android Package Manager - verifyPendingInstall

In Ice Cream Sandwich I see a new function for package manager which is verifyPendingInstall() "Allows a package listening to the package verification broadcast to respond to the package manager. ...
1
vote
1answer
66 views

AsyncTask and getInstalledPackages() fail

I don't really understand what is happening and maybe you can give me an idea. I use getInstalledPackages() in order to get a list of all user installed applications and their permissions. Here is how ...
1
vote
1answer
166 views

How to get ActivityInfo from People/Contacts application from PackageManager?

Part of my application is a launcher, where the user can add (or remove) applications in a Grid. The code that I use to get the ActivityInfo is the following: Intent intent = new Intent(); ...
1
vote
5answers
98 views

Determine via C++ whether a program is installed in Linux

I would like to make a system call to a Linux program from my C++ code, but I would like to check whether the program is installed on the user's machine first. In Ubuntu, I can determine whether a ...
1
vote
3answers
92 views

How to browse Metacello repositories in Pharo Smalltalk?

I have downloaded Pharo 1.2.2 #12353 and wanted to install some packages in a easier way than going through Monticello Browser. I do not want to copy and paste scripts to install packages. After I ...
1
vote
1answer
64 views

Installing and Using developement tools in Solaris

I'm completey new to Solaris, coming from a Linux background. I would like to know how can I install developement tools such as gcc, g++ etc... on Solaris and also any other program. Is there any ...
1
vote
1answer
122 views

Nuget with generated web.config file

For my application web.config file is generated by t4 template. And as a result my config file is nested from web.tt file: Now when I install elmah, for example, I get following output: PM> ...
1
vote
1answer
549 views

install apk from another android app without using sd card

I was able to download an apk file and stored it in my /data/data/com.android.myApp/anotherApp.apk. I was wondering if there is a way I can install this file from another app. I am currently using: ...
1
vote
1answer
348 views

NuGet + Package Manager Console

How do you get documentation on the packages that you install/uninstall? Every site I find that has any information regarding NuGet or the Package Manager Console is SUPER EXCITED to show you how to ...
1
vote
1answer
129 views

Size of download in MacPorts

When i try to install a package through apt-get on linux, it shows me the total amount to be downloaded and the space that will be used after install. Is there a way to view this information while ...
1
vote
3answers
621 views

How to get source package with aptitude on linux?

I can get source packages using apt-get source , but there a way to do this using aptitude ? Also I downloaded the .deb package for python2.6 using aptitude and then unzipped it using ar. aptitude ...
1
vote
1answer
85 views

Ruby wrapper for apt-get

Is there a wrapper for package managers like apt-get and yum, written in ruby?
1
vote
1answer
70 views

Making a local package installer

I'm going to be building a package manager and installer for my home network, and I'm unsure of the technologies i should use. I was thinking WPF for the interface and SQL for actually storing package ...
1
vote
2answers
2k views

Can yum tell me which of my repositories provide a particular package?

Hopefully short version of the question: If I'm on a machine that has a particular package installed, is there a yum command that will tell me which of it's configured repositories provided that ...
0
votes
1answer
21 views

How to use macports and homebrew package management systems together?

How to use macports and homebrew package management systems together without having them interfere with each other in bad ways?
0
votes
0answers
18 views

aptitude unable to find dependencies, broken packages [migrated]

I installed an ubuntu on a virtual machine 6 months ago. I never needed a ssh connection until now. But when I try to install sshd, I get this error: root@onur-vmdesktop:/home/onur# apt-get install ...
0
votes
1answer
17 views

Uploading and updating ubuntu repository with new deb

My problem is as follows: I have an ubuntu package repository which I want to update with some packages. I've been browsing around trying to figure out how this is done and came across 'dput'. ...
0
votes
1answer
18 views

listing multiple versions on pypi

I am using setup.py / distutils to distribute a package. How can multiple released versions of a py package be listed on pypi using setup.py/distutils? right now when I submit the latest version, it ...

1 2