Help me choose Tools for Office

Hi all,
Until recently, I worked in Windows Xp and used Microsoft Office 2003 (In my most successful assembly).

How can I be in FreeBSD?
I know about:
OpenOffice - I know this package is purchased and it is not entirely clear.
By tomuzhe it's not in packages FreeBSD. Install with the ports collection for a long time. About 10 hours.

LibreOffice - Also no packages. But, I think that choice is good.

In fact, I need an alternative to MS Word and MS Excel, maybe Paint.
An alternative to MS Word, I see AbiWord. - Is it worth it to use?
and how to deal with MS Excel?

What you use?
 
libreoffice have package
# pkg_add -r libreoffice

if it's not available ATM then perhaps tomorrow or in 2 days (sometimes packages tend to be updated, sometimes things break...)

I use LibreOffice, not sure how about latest OpenOffice, but you can build libreoffice without any java installed (Unless you need certain features)
OOO on other hand you must have java. In past you were required to download diablo-jdk manually and then build port. That was pain.

I prefer LibreOffice, because of the above and other personal reasons (call it taste or whatever)
 
In your ~ /.cshrc I added:
Code:
setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8.2-release/All/

and go:
Code:
pkg_add -r libreoffice
Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8.2-release/
All/libreoffice.tbz: Not Found

I am going to ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8.2-release/All/
and search LibreOffice package - not found.

I did not properly install the package?
 
It should be set to
Code:
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8.2-release/[red]Latest[/red]
Here are packages as they were when FreeBSD 8.2 was released
or
It should be set to
Code:
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8[red]-stable/Latest[/red]
Here packages are updated.
You should use this one. (I don't think LiberOffice was available when FreeBSD 8.2 was released)


Note: if you installed packages from release and now want to install other packages from stable, I suggest you better delete all packages and install all over.
 
LibreOffice received patched from GO-Office, which is fork of OpenOffice
Also LibreOffice received many other paches.

LiberOffice developers also started to clean the code, because it's a mess.
OpenOffice haven't received all that (at least yet)
 
Can not install LibreOffice.
I added for my ~/.cshrc next line:
Code:
setenv PACKAGESITE http://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/Latest/

restarted csh and:

Code:
# pkg_add -r libreoffice
Fetching http://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/
Latest/libreoffice.tbz... Done.

pkg_add: couldnot find package perl-5.12.4 !
pkg_add: couldnot find package gtk-update-icon-cache-2.24.5 !
pkg_add: couldnot find package libwpd-0.9.2 !
pkg_add: pkg_add of dependency 'libwpg-0.2.0_1' failed!

I used '-r' flag, It is should be load all dependence.
Why do not load perl, gtk-update-icon-cache, libwpd and libwpg?

I read this page
http://www.freebsd.org/cgi/man.cgi?query=fetch&sektion=3
but the problem is not a Internet connect.

What I should be doing?


Added 5 minutes late.
____________________________
My all system installed from packages.
(xorg, openbox, feh, wbar, dvtm, gimp, inkscape, sudo, gnome-terminal, and all),
I installed it :
Code:
# pkg_add -r <PKGNAME>

- it all ok. But LibreOffice or AbiWord do not installed.
For AbiFord:
Code:
pkg_add: could not find package perl-5.12.4 !
pkg_add: could not find package gtk-update-icon-cache-2.24.5 !
pkg_add: pkg_add of dependency 'goffice-0.8.16' failed!
 
naturally, you can't:
Code:
setenv PACKAGESITE [red]http://[/red]ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/Latest/
Remove the red chars
 
Yes. I thus put some programs
(xorg, openbox, feh, wbar, dvtm, gimp, inkscape, sudo, gnome-terminal)
But problems have arisen:
LibreOffice
FireFox
AbiWord

Files are downloaded but can not be established. It's like missing dependencies.
 
If I install LibreOffice
Code:
# pkg_add -r libreoffice
Fetching http://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/
Latest/libreoffice.tbz... Done.

pkg_add: couldnot find package perl-5.12.4 !
pkg_add: couldnot find package gtk-update-icon-cache-2.24.5 !
pkg_add: couldnot find package libwpd-0.9.2 !
pkg_add: pkg_add of dependency 'libwpg-0.2.0_1' failed!

After AbiWord
Code:
pkg_add: could not find package perl-5.12.4 !
pkg_add: could not find package gtk-update-icon-cache-2.24.5 !
pkg_add: pkg_add of dependency 'goffice-0.8.16' failed!
 
The Perl default version changed from 5.10 to 5.12 recently, see /usr/ports/UPDATING. These packages depend on that change.

There's a point where building from ports is less demanding than trying to "save time" with packages.
 
Everything. I understood the situation. Thank wblock.
Thank you all.

My choose:
LibreOffice, but i must installed my system of ports collections. (Oh it is 21 hour waiting)

*First I install of ports. Second - I create my package collection, and use it.
 
That's not really necessary. The situation is far from complicated as it's just one major dependency (Perl).
I recently updated both Perl (5.10->5.12) and Python (2.6->2.7, in addition to 3.2) on one of my desktops. It was not more complicated than pkg_deleteing the old version and pkg_adding the new one. Nothing was broken and everything works fine.
If it refuses to install the new one (dependency or "main" application) because of slight differences between versions you can simply force it using -f.
 
Beastie said:
That's not really necessary. The situation is far from complicated as it's just one major dependency (Perl).
I recently updated both Perl (5.10->5.12) and Python (2.6->2.7, in addition to 3.2) on one of my desktops. It was not more complicated than pkg_deleteing the old version and pkg_adding the new one. Nothing was broken and everything works fine.

I had to rebuild all perl modules after going from 5.10 to 5.12 to get some modules to work again. /usr/ports/UPDATING 20110622 says to update everything that depends on perl. What keeps working if you don't do that probably varies.
 
Back
Top