pkg_add -r openoffice.org

Hi,

I have a one problem with install openoffice.

I try to send:
Code:
# pkg_add -r openoffice.org

and system respond:
Code:
[root@freebsd ~]# pkg_add -r openoffice.org
Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.2-release/Latest/openoffice.org.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.2-release/Latest/openoffice.org.tbz' by URL
[root@freebsd ~]#

And I think that is problem with Ports Tree.
Perform update ports tree on portsnap.
Code:
# portsnap fetch
Code:
# portsnap extract
Code:
# portsnap fetch update

But when I try again install openoffice.org, problem is the same.

Thanks,
 
Oh, thanks :)

Why this package is not available?
Yet, compile package from ports (this openoffice) is so loooong... :(

I think, package is a good choice for this installion openoffice.
 
hmm... ok, I try:
Code:
# pkg_add -r ftp://ooopackages.good-day.net/pub/OpenOffice.org/FreeBSD/3.0.0/i386/OOo_3.0.0_FreeBSD71Intel_install_pl.tbz

:)
 
Yes, because in 3.1 directory, package for i386 is not avaliable.
Only 3.0 is top new for i386

Your package is compile on FreeBSD 8.0, yes? I have 7.2 ver. Work it is on my version?
 
I don't see any reason you shouldn't try?
It should work (i think)

Who won't you try and let me know ;)


P.S.
gtg, be back in about 1h
 
If it's compiled for FreeBSD 8.x there's a *very* small chance it would work on 7.x. Applications compiled on new versions rarely work on old versions.

FreeBSD includes backwards compatibility, not forwards compatibility. :)

You can run apps compiled on FreeBSD 6.x on FreeBSD 7.x systems, and apps for FreeBSD 7.x on FreeBSD 8.x systems (once the compat7x port is complete).
 
Back
Top