Tagged Questions
The package-management tag has no wiki summary.
5
votes
3answers
713 views
.NET Package Management
What are the current offerings for .NET package management. Which are you using and what are the pros and cons?
Some examples out there today are:
Nu
OpenWrap
For the avoidance of doubt, I'm ...
5
votes
9answers
1k views
Why isn't Git used for package management?
I've heard that Git has lots of advantages over subversion/CVS, especially speed so why do projects like FreeBSD continue to use CVS for the ports system? Wouldn't the distributed version control make ...
2
votes
1answer
236 views
NuGet Package Manager Console: “update-package -project …” doesn't update all installed packages
I have a packages config in ProjectX as follows:
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Castle.Core" version="2.5.2" />
<package id="Castle.Windsor" ...
1
vote
1answer
52 views
Rebuilding a Newer Version of a Deb Package
What's the best way to update (rebuild) a Debian/Ubuntu-package to a more recent version? Should I be using apt source in all cases including when I want to publish it as Personal Package Archive? I ...
1
vote
1answer
663 views
How to save password in SSIS package configuration using Visual Studio 2005 BIDS?
I know this isn't a "good" thing to do, but its also a temporary measure on several internal servers used by a select few developers. So please forgive me engaging in "very bad things" :)
The crux of ...
0
votes
2answers
40 views
Is it possible to construct build environment for cross-compiling for different target environment?
In these days, I'm learning joy of open-source world. With Homebrew package build management system on Mac OS X. Building software for my purpose was so easy and simple.
Anyway, those package systems ...
0
votes
2answers
380 views
installing python libraries
Ok, so i've downloaded the following library:
http://www.lag.net/paramiko/
and i can't seem to figure out how to install on my local machine:
Mac OS X 10.4.11