![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| BSD BSD, sometimes called Berkeley Unix, is a Unix operating system developed by the Computer Systems Research Group of the UC Berkeley. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| complete unix noob (sorry) | Blastman | UNIX for Dummies Questions & Answers | 2 | 12-23-2007 10:34 PM |
| Noob question on comparing #'s. | kirkm76 | UNIX for Dummies Questions & Answers | 6 | 05-16-2007 11:03 AM |
| Noob sorting question | Hexabah | UNIX for Dummies Questions & Answers | 1 | 02-11-2007 04:57 AM |
| Question about compiling (noob) | arya6000 | High Level Programming | 9 | 12-11-2006 01:28 AM |
| complete noob | avdrummerboy | UNIX for Dummies Questions & Answers | 3 | 12-04-2006 12:25 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
|
|
||||
|
Complete noob question: Software installation
I'm a Linux guy who is tring out BSD for the first time...
What is the BSD program to automatically fetch and and install software? Is it pkg_add? Will pkg_add automatically fetch and and install software? Does it work on all BSD variants? This is all I could find, but I wanted to make sure I am using the right tool. |
|
||||
|
freebsd and openbsd use the ports system.
you can either use Code:
pkg_add -r pkgname Code:
cd /usr/ports/whatever/port make install clean now theres pcbsd and desktopbsd. pcbsd uses pbi for software. BUT, being as that it is essentially freebsd, you can still use the ports system... which i recommend anyways. i dont know anything about desktopbsd. |
|
||||
|
DesktopBSD is getting outdated and the release cycle is becoming very long, as a result of the main developer(s) diverting their interest into other areas. PC-BSD is very active, but I am not particularly impressed with it: the desktop still looks incoherent.
Pkd_add only works in the command line in all BSD variants and is still the most stable way of installing software (and pkg_delete to uninstall it). The uniform way of installing software that way carries a large and wide appeal. |
|
||||
|
You can mix ports and packages easily. Installing packages is faster (about 10 times as an educated guess), but is not always possible. Acrobat Reader for instance has no packaged installation for licensing reasons and must therefore be installed using the ports manner.
|
|
||||
|
Quote:
only mix when you HAVE to. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|