Linked by Thom Holwerda on Sun 31st Dec 2006 17:26 UTC, submitted by Charles A Landemaine
Permalink for comment 198101
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/21/13 22:06 UTC
Linked by Thom Holwerda on 05/21/13 21:45 UTC
Linked by Thom Holwerda on 05/21/13 15:53 UTC
Linked by Thom Holwerda on 05/20/13 22:43 UTC
Linked by Thom Holwerda on 05/20/13 21:50 UTC
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
More News »
Sponsored Links



Member since:
2005-07-11
The portupgrade suite of tools is not part of the base OS. Anyone who chooses to use them has taken it upon themselves to use that method. Hence, there are only three official methods to install applications in PC-BSD (2 in standard FreeBSD).
Note also that the "package database" you discuss is a portupgrade-only feature, and is not part of the base OS. The FreeBSD ports tree uses /var/db/pkg/* to store installed app info. *ONLY* portupgrade uses /var/db/pkg/pkgdb and /usr/ports/INDEX.db.
The canonical ways to install applications in FreeBSD are:
- via the ports tree
- via packages (pkg_add)
Any other methods that a user chooses to use is at their discretion and their (possible) peril.