PDA

View Full Version : [SOLVED] Are there any package managers?



Majorix
September 4th, 2007, 09:46 PM
Are there any package managers for BSD systems? Or do BSD users compile everything from source? Or what is the deal?

Is any company working on a BSD with a package manager?

Why I am asking this is that I have a spare PC to experiment with and I want to try a BSD system.

mips
September 4th, 2007, 10:34 PM
No need to compile from source if you dont want to, some even reccomend that you DONT compile from source.

You can use pkg_add from the cli to install packages. similair to apt-get

I have used a GUI frontend to that before but cannot remember what it was called.

If BSD is new to you then I would suggest trying the latest PC-BSD 1.4RC or whatever is newer, very close to release date.

Majorix
September 4th, 2007, 10:39 PM
OK, pkg_add, I will remember that.

Is pkg_add available under FreeBSD 6.2 and is it any good for starters? I also looked at OpenBSD but their site was awfully and quickly done, so I thought that would how their distro would be too.

Finally, is PCBSD a good choice or should I stick with FreeBSD?

mips
September 4th, 2007, 10:58 PM
OK, pkg_add, I will remember that.

Is pkg_add available under FreeBSD 6.2 and is it any good for starters? I also looked at OpenBSD but their site was awfully and quickly done, so I thought that would how their distro would be too.

Finally, is PCBSD a good choice or should I stick with FreeBSD?

pkg_add is available for all of the BSD versions and yes I would say it is pretty good.

Nothing wrong with the OpenBSD website, it's just not flashy but it is well laid out and their online docs are very good, same goes for other bsds. OBSD is very anal about their security and code auditing and has a lot of respect.

PCBSD is based on FreeBSD 6.2. The thing is PCBSD makes the whole process easier for the end user, the underlying system is still freebsd and all the documentation for freebsd applies in pcbsd. PCBSD also added the PBI package manager to simplify things even further.

I would recommend PCBSD to you for now.

Majorix
September 4th, 2007, 11:32 PM
I see, thanks a lot for your replies.

I will install PCBSD (downloading now) on that spare HDD I mentioned.

Marking the thread SOLVED doesn't work with me, if any mod seeing this thread could mark this SOLVED for me I would be grateful.

mips
September 5th, 2007, 09:37 AM
I will install PCBSD (downloading now) on that spare HDD I mentioned.
.


I really think that you are going to like PCBSD ;)

theonlyrealperson
September 6th, 2007, 04:31 AM
I really think that you are going to like PCBSD ;)

I agree. They've put a lot of work into that, and it shows. I love "rolling my own" FreeBSD, but installing PC-BSD is the next best thing.

igknighted
September 6th, 2007, 08:53 PM
It's a little late, but I personally think that DesktopBSD is a better way to jump into BSD. Like PC-BSD, it is basically FreeBSD 6.2. Like PC-BSD there are holes in the packages distributed (no office suite in either for example). Overall, I just feel like DesktopBSD has better package tools and a more professional interface. Plus the liveCD is great. But both are great choices.

Sunnz
September 13th, 2007, 06:20 PM
It's a little late, but I personally think that DesktopBSD is a better way to jump into BSD. Like PC-BSD, it is basically FreeBSD 6.2. Like PC-BSD there are holes in the packages distributed (no office suite in either for example). Overall, I just feel like DesktopBSD has better package tools and a more professional interface. Plus the liveCD is great. But both are great choices.
Oh nice I tried FreeBSD for a while then jumped to OpenBSD for just about everything but now considering going back to FreeBSD for my Desktop.

So DesktopBSD is one step closer to FreeBSD than PCBSD? Like, everything is essentially done in the FreeBSD way instead of have new sub-systems??

mips
September 13th, 2007, 09:01 PM
So DesktopBSD is one step closer to FreeBSD than PCBSD? Like, everything is essentially done in the FreeBSD way instead of have new sub-systems??

I actually think PCBSD is more polished but I have not tried the latest version od DBSD. For some odd reason I dont like PBI in PCBSD but that does not stop you from using the normal FBSD package manager.

altariel
September 18th, 2007, 04:30 PM
well, you also have the nifty sysinstall feature :)
- which you might have encounterd during install ...

if you run sysinstall - configure computer - add packages you can select packages you want to install and they will be installed including any dependencies! :)