Making Linux applications portable

Share interesting information or links related to portable apps here.
Post Reply
Message
Author
User avatar
webfork
Posts: 10827
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Making Linux applications portable

#1 Post by webfork »

Many discussions here on the site have been about how there's no [free] way to get dotNet libraries packaged into a single archive or folder. Java's come a long way on this issue, but many of the programs I've so far tested don't yet work. Meanwhile, Linux has no issue with this and now there's an automated way (slashdot) called CDE to do this.

Its useful of course if you're using a public Linux computer (increasingly common), or if you want to use a stripped down / bare-essentials Linux but still maintain all your favorite apps. Additionally, although its mostly a non-issue now, I've had friends complain about Linux dependencies before and this would have solved that issue as well.

The program is currently command-line only but looks pretty easy.

User avatar
m^(2)
Posts: 890
Joined: Sat Mar 31, 2007 2:38 am
Location: Kce,PL
Contact:

Re: Making Linux applications portable

#2 Post by m^(2) »

Thanks. The only major drawback that I see is that it seems to break package manager's automatic updates - a feature I love in Unices.

User avatar
webfork
Posts: 10827
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Making Linux applications portable

#3 Post by webfork »

m^(2) wrote:break package manager's automatic updates
Excellent point.

Post Reply