Linked by Thom Holwerda on Thu 13th Jul 2006 19:19 UTC
Thread beginning with comment 142918
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
I know about PBIs, I was just responding to the statement "Hold on, am I understanding that there is now an install/uninstall system for programs in linux etc systems now? " It sounded like the original poster, Sodapop, thought that all apps were installed by compiling from source, and I was addressing that.






Member since:
2006-05-19
This is kind of confusing, most Linux distros, and the BSDs have install/uninstall systems, They are just not the "self extracting, vomit files all over the place, stand alone installers" They are usually an application or applications that allow you to manage what installed on the system, and can usually do all sorts of useful things like manage dependancies.
Have you read anything about PBI? PBI files are created to be as self-contained as possible. Each program will include the various libraries and programs necessary for operation (libraries are placed in same directory as program "/Programs/Opera9/lib", you can use older/newer library instead, not using already installed one in base system. That's why older PBI packages can be installed in much newer OS). From the developer's standpoint, this just requires one extra step of making sure that your PBI file contains the files necessary for your program's operation, but for end users the process is seamless. Packages can be added and removed at will, without any fear of breaking other software installed on the system.
Edited 2006-07-14 12:12