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

learn more… | top users | synonyms

0
votes
1answer
26 views

Ebuild example for project in Go

I intend to create a Gentoo ebuild for a project written in Go, and I'm wondering whether this has been done before. As building and installing a Go project from source seems sufficiently different ...
0
votes
1answer
11 views

How to upgrade AUR git packages with yaourt

As far as I know, when you perform a yaourt -Syua it checks for changes in your repos, then looks if all your PKGBUILDs are up todate. But git repos can be upgraded without changing the PKGBUILD so ...
0
votes
0answers
10 views

how to get which activity is the default activity?

If there are more activity that do a specify action. The system will show a dialog and let user to select one of all. At that time, you can select the "always". Then system considers the activity ...
1
vote
3answers
46 views

Processing C command line arguments

How do I process multiple command line arguments like say in a package manager? I am giving a shot at writing a package manager and right now accepting the packages to install is giving me quite the ...
0
votes
1answer
23 views

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 ...
0
votes
0answers
14 views

How do I get Homebrew to recognize my Git install? [migrated]

I've installed Homebrew and fixed all of the errors that brew doctor reports, except this one: martinjames$ brew doctor Warning: An outdated version of Git was detected in your PATH. Git 1.7.10 or ...
0
votes
0answers
29 views

How to use pip install python packages locally like npm does

Say I have a project named Foo, and and want to install requests package locally for this project. What I am expecting is some structure similar to this: Foo/ |-main.py |-requirements.txt |-README.md ...
0
votes
2answers
93 views

Hide icon of installed app in android

i cant hide the Installed app in android .. i used below code.. disableDrawerIcon("com.androglobe.androrec"); public void disableDrawerIcon(String component) { try { PackageManager pm = ...
0
votes
0answers
30 views

C++ 3rd party library repository/ package manager

We're developing C++ applications on Windows and we have a number of 3rd-party libraries, that are obtained in two ways: self-compiled binaries (Qt, boost, openssl), that have to be installed ...
0
votes
1answer
50 views

How to manage own nuget package per project in the solution

We want to package some third party assemblies into our own nuget package. I created some packages with NuGet Package Explorer, and published it to our nuget server. I can also install it into our ...
0
votes
0answers
13 views

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 ...
2
votes
1answer
67 views

How do Bower and NPM couple together?

So to preface my question, I'm coming from a Java back-end developer perspective, where we use Maven to build. I have worked on testing on a server-side Node project we recently developed, but now ...
0
votes
1answer
45 views

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 ...
0
votes
0answers
59 views

dynamically add entity packages to packagesToScan property of hibernate

I have several jar project which are depended inside, and one transactionManager in Core jar project, So i want to add entity packages to packagesToScan property of hibernate but i do not want to use ...
0
votes
1answer
53 views

cabal-install “Couldn't read cabal file …”

I just made a fresh haskell-platform install on a Linux Mint 12, via apt-get. Everytime I try to install some hackage package with cabal-install, I get a: couldn't read caba file xxxx.cabal where ...
0
votes
0answers
13 views

Prevent upgrade debian package

I am creating packages and I have a few requirements dependencies do not know how to satisfy. I have tst-ddbb_2.2.deb that provides virtual package ddbb-2-2. I have several ...
0
votes
0answers
67 views

Install x11 on my own linux system [closed]

I have developed my own tiny linux file system using buildroot and busybox. I used linux-2.6.38.8 kernel configured and cross-compiled for target system(X86) according to needs.Now the filesystem is ...
2
votes
0answers
54 views

Package services not working for Galaxy Note 2 device in Android?

I am working in an application in which I have to check if the device supports calling feature or not. I was earlier using the code to check the SIM state in the device to check the required feature. ...
-1
votes
1answer
107 views

No package 'libusb-1.0' found [closed]

I am trying to install libfprint following these instructions. I have installed libusb using "sudo apt-get install libusb-dev". However, after I enter, ./configure --prefix=/usr I get the ...
0
votes
1answer
108 views

How to install clrzmq using Package Manager Console for a console c# application?

Scenario: Once Node.js server has ZeroMQ pull listening on tcp://127.0.0.1:2202. And the data had to be sent by C# Console Application. Issue:Example Reference using System; using System.Text; using ...
2
votes
1answer
36 views

Android: Grouping apps according to their Action(Functionalities)

I am trying to group up Apk's that are installed in our android phone based on their functionalities.. E.G. Grouping browser apps like Internet, chrome, Dolphin Browser etc.. Specifically i need to ...
1
vote
1answer
261 views

Jam vs Bower, what's the difference?

There are two package managers for client-side Javascript, but how do they compare? Could someone explain which one excels at what? Jam Bower
0
votes
0answers
17 views

Installed software version tracker

I'm wondering if there is a program/tool, with that I could manually record my installed software versions. Because of that, that I'm not an update freak, I use a software as long as possible and no ...
1
vote
1answer
49 views

Best way to deal with installing dependencies?

I have a library that I distribute to my customers. I'm exploring the idea of leaving my 3rd party dependencies as dynamically linked dependencies. In this case, deployment for my customers becomes ...
0
votes
0answers
20 views

EPM packager creator alternative [closed]

It seems that EPM (www.epmhome.org) is no longer maintained, there were no releases since 2010, and the website seems to be ancient. Can anyone recommend a similar alternative? What do you guys use ...
3
votes
1answer
524 views

How do I update pip itself from inside my virutal environment?

I'm able to update pip-managed packages, but how do I update pip itself? According to pip --version, I currently have pip 1.1 installed in my virtualenv and I want to update to the latest version. ...
0
votes
1answer
16 views

What should I do when I add a new config parameter to config file of my package?

I am dealing with making some packages of some projects. Assume I have a config file like that in my project. name=foo mail=foo@foo.com After installation user edits config file with his/her ...
0
votes
1answer
127 views

Install IIS from batch file - get error windows package manager

I try to install the IIS role from a batch file. If I call my batch file directly by clicking on it or from the command line, everything works perfectly. But if I call from my program "C #" I see an ...
0
votes
1answer
119 views

get Installed apps from package name

i have tried the code i pasted below ..but that gives me every application installed but then i need to check each of the app is mine or not by checking with the package name...Is there a code to ...
0
votes
2answers
155 views

Got threadid=1: thread exiting with uncaught exception (group=0x41088930) on listview

i'm making an app that shows running apps icon on listview. there are no syntax problem (i think) but when i launch app and try to run activity, the app force closes and i got threadid=1: thread ...
1
vote
2answers
226 views

How to Get Package Name of Source Class File in Android ?

I am using only one project to port lite and full versions for that I am just updating Manifest file package names. My project structure is like this My App ...
0
votes
0answers
23 views

PC and application management in private network

I am setting up a platform with roughly 40-50 PCs running Windows 7 and different setups of home-brewed applications (C++/C#) in a private network. Thus, I am in need of some management tools to ...
0
votes
1answer
103 views

Get Application Install time in Android 2.2?

I am trying to get the install time of all the applications installed in my Android Phone with OS 2.2, but I am not getting exactly the time they were installed, instead I am getting today's date and ...
0
votes
1answer
76 views

Python IDE with integrated package management system

My friends usually ask me which Python IDE is easier to use, and I don't have an answer for them, because depending on their platform, package management could be a headache. Today I tried looking for ...
0
votes
2answers
53 views

Checking from Python which easy_install version is available?

Is there a way to check programmatically, from Python, if the user has setuptools's "easy_install" available or the distribute version of "easy_install"? I'd like to know which of those is available ...
0
votes
0answers
45 views

Pacman Package Manager on Arm5 device

I have an arm5 device that uses the AM1808. I want to use the Pacman Package Manager to easily get packages and their dependencies, but before I invest the time to actually cross compile it, I want ...
0
votes
0answers
66 views

Converting a setup.py Python project to binary with PyInstaller?

I have a project that is described using the standard setup.py setup, with some .py files that are intended to be executable (in the scripts= part of the package) and some .py files that are just ...
20
votes
1answer
653 views

How to easily distribute Python software that has Python module dependencies? Frustrations in Python package installation on Unix

My goal is to distribute a Python package that has several other widely used Python packages as dependencies. My package depends on well written, Pypi-indexed packages like pandas, scipy and numpy, ...
3
votes
3answers
375 views

Can I run a private npm repository without replicating the public repository?

I'm writing a number of pieces of code (for internal use) using node.js and want to store the modules (packaged up for npm) in a package repository for each distribution to the various machines they ...
0
votes
0answers
49 views

Cannot add a reference to project:package 'RefrancePackageManager' failde to load

I want to add a reference to my project but when I right click on References and click on Add Reference... VS shows me the error says package 'RefrancePackageManager' failde to load I'm using Visual ...
0
votes
1answer
659 views

Segmentation Fault executing pm on android

I am able to execute pm from the adb shell fine, but I get a segmentation fault if I try and execute it from the terminal. I have read this thread which suggests a similar problem, but their solution ...
0
votes
1answer
366 views

Package Manager Console not found

Package Manager Console not found in Tools menu?? I am using Visual Studio 2010. I need to run a command in it Install-Package Facebook to avail Facebook SDK in C#.NET. Help!
2
votes
1answer
124 views

How to determine at runtime if app is installed via amazon appstore or Google play

What is the recommended best practice for determining at runtime if an app was installed via the Amazon Android Appstore or Google play? I would like to avoid generating separate APKs for each ...
1
vote
1answer
83 views

Nuget Command-line install is not launching Install/Init scripts

I was trying to use Nuget as a software deployment system (repository, versioning and delivery) - idea from Octopus. Previously I was packaging ASP.NET sites into a self-extracting RAR archives with a ...
0
votes
2answers
86 views

Travis-CI build failing with URL/hashed module dependency

I have the following dependency array in package.json: "dependencies": { "doT": "git://github.com/nick-jonas/doT.git#cbc7041b646a79cca1034820db09167407d2f988", "lodash": "latest", ...
1
vote
1answer
84 views

How to run installed app when a user clicks a button

I created a button, and I want when a user clicks this button. It should run an installed app from my device (such as Maps). This is my code (button is aupeo) aupeo.setOnClickListener(new ...
14
votes
3answers
10k views

Should I install node.js on Ubuntu using package manager or from source?

Does anyone know if installing the latest build from source is a risky route to take? Should i just stick with the package manager?
1
vote
1answer
390 views

Automatically install Android application

I need to deploy and update various enterprise applications to Android devices given to a limited number of users. These applications are not supposed to be published on Google Play but must be ...
1
vote
1answer
147 views

A RESTful webservice to distribute ZIP/JAR files?

[Just asking before doing it myself with Ruby and Sinatra...] I have to publish/distribute a few hundreds small JAR and ZIP files that will be used by an Android application as "freely downloadable ...
0
votes
1answer
248 views

virtualenv in python2.5.2

I'm really new to Linux environment and I'm trying to use virtualenv I have CentOS 5.8 running and at first it had Python 2.4 so I upgraded it to 2.5.2 But now when I run virtualenv /test/a it still ...

1 2 3 4