Linked by Thom Holwerda on Mon 30th Oct 2006 19:43 UTC, submitted by Charles A Landemaine
Permalink for comment 177142
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/19/13 23:15 UTC
Linked by Thom Holwerda on 05/19/13 23:11 UTC, submitted by Drumhellar
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
More News »
Sponsored Links



Member since:
2006-10-08
"The PBI's are for persons who probably don't even know what a lib or a dependency is."
For me, the PBI system seems to be good solution for PC-BSD users with smaller experiences in computer administration. It's okay so.
"If you want to optimize your software usage under PC-BSD just use ports and leave PBI behind."
PC-BSD offers various ways to maintain software (e. g xmms):
1. PBI system
Enough said, just click on "xmms". :-)
2. Ported applications (ports collection)
a) Use "old fashioned" way:
# cd /usr/ports/multimedia/xmms/
# make install
# make clean
b) Use helper programs:
# cd /usr/ports/
# portinstall -pp -P multimedia/xmms
Note: Use "make update" to get up-to-date ports collection; know targets "fetch", "extract", "patch" and "package" as well.
3. Pre-compiled packages
# pkg_add -r xmms && pkgdb -aF
4. Build from (external) source
(insert tar xjf and cd commands here)
# ./configure
# make
# make install
So you have the choice. You can do everything a "real" FreeBSD can PLUS using the PBI system.
I took a look to the 1.3 Beta. Wow, not bad! Runs with ATI Radeon, bktr0 and stuff. Even on "older" hardware. (Imagine what's "older" x86 hardware on your own.)
But... not so good... german I18N, "as usual"... :-( Admitted... most german users won't notice because we have a high rate of (functional) illeratatism here; many people have certain problems on language issues.
(Personally, I prefer a "normal" FreeBSD with WindowMaker GUI and in english please - because the german I18N is too bad to use.)
Edited 2006-10-31 11:23