Graphical Ports/Package Manager?

Hi again, i configure muy freebsd to Auto-Start Xfce4 when start FreeBSD.
I search in the forum for a "graphic (in a windows) manager ports" for install/uninstall like "linux" or same (whats is the name? Meta.ports? In OpenSolaris 10 is "install and software update") but have some for gnome2 or kde4 but i can´t found one for xfce4.
Can you help me please?


P.S.: when I install FreeBSD on the installation options I agree to install "portaudit-0.5.12" And "portupgrade-2.4.6.2.2"
 
Graphical package manager

I want to use FreeBSD instead of Ubuntu from now on but want to use a graphical package manager to install and remove binary packages (I will never want to install programs from source). Is there such tool in FreeBSD or is it all command-line? I want something like Synaptic in Ubuntu. Thanks.
 
Maybe you'd be better off with PC-BSD, which has a graphical package manager for .pbi packages.
 
I think only ports-mgmt/bpm is graphical. As it integrates with portupgrade, and portupgrade can do package-only installations (-PP flag), maybe bpm can handle package-only installations as well. Dunno.
 
rokpa92 said:
Hi again, i configure muy freebsd to Auto-Start Xfce4 when start FreeBSD.
I search in the forum for a "graphic (in a windows) manager ports" for install/uninstall like "linux" or same (whats is the name? Meta.ports? In OpenSolaris 10 is "install and software update") but have some for gnome2 or kde4 but i can´t found one for xfce4.
Can you help me please?


P.S.: when I install FreeBSD on the installation options I agree to install "portaudit-0.5.12" And "portupgrade-2.4.6.2.2"

one of the most beautiful things about the ports system is that it compiles from source for each program. it used a really simple curses style menu for config options which makes easy port much more "configurable" than packages. It's really trival to learn the system, honestly you only need to know a couple things.

Use the web page at http://www.freebsd.org/ports/master-index.html to search for stuff, then when you see it. check it's category, then all you have to do is launch a single command to install it. so for something like apache 2.2 you'd only have to do this:
Code:
cd /usr/ports/www/apache22 && make install clean

it will pop up an easy to use menu asking you to pick your configure options, the defaults work fine but you can add stuff not compiled by default or BETTER YET remove stuff you KNOW you don't need.

It's WELL worth learning. I will never miss graphical package management.
 
phoenix said:
http://www.freshports.org offers a much nicer search feature, along with links to the history of the port, UPDATING entries, etc. You can even create an account and have it e-mail you when updates for your installed ports are available.

thanks for that, i've been using the one i linked, that's much nicer.
 
I was thinking about this and I remembered that the guys from DesktopBSD submitted their tools to the ports tree ... sysutils/desktopbsd-tools

The DesktopBSD Tools are a collection of applications designed to make life easier and increase productivity. Even inexperienced users can easily perform administrative tasks efficiently, such as configuring wireless networks, accessing USB storage devices or installing and upgrading software.

Maybe you can make good use of some of those tools.

Regards
Gonzalo
 
I have issues with BPM that freezes during software installation. Still, it's the only GTK frontend to ports :(

I don't want to use a Qt application or a FreeBSD distro. I want plain FreeBSD, Gnome and a GTK frontend to ports. Apparently, BPM is the only solution besides the old-school command line to install applications :(
 
I also feel that PC BSD is the OS if you want a graphical package manager.

On the other hand, if you need that level of GUIness, Linux has much better graphical package management tools available. Synaptic for Debian/Ubuntu comes to mind.
 
wonslung said:
one of the most beautiful things about the ports system is that it compiles from source for each program. it used a really simple curses style menu for config options which makes easy port much more "configurable" than packages. It's really trival to learn the system, honestly you only need to know a couple things.

Use the web page at http://www.freebsd.org/ports/master-index.html to search for stuff, then when you see it. check it's category, then all you have to do is launch a single command to install it. so for something like apache 2.2 you'd only have to do this:
Code:
cd /usr/ports/www/apache22 && make install clean

it will pop up an easy to use menu asking you to pick your configure options, the defaults work fine but you can add stuff not compiled by default or BETTER YET remove stuff you KNOW you don't need.

It's WELL worth learning. I will never miss graphical package management.
All true. Then it sux your life waiting for packages to compile and make your experience horrible. My conclusion is: FreeBSD have to be updated only for security reasons and let the packages base like it is at last DVD level.
 
Back
Top