Install OpenOffice 3.3.0/3.4.0 on Fedora 16/15, CentOS/RHEL 6.2/5.7

Looking LibreOffice 3.4.4/3.5.0 Install guide?
What’s new in OpenOffice.org 3.3.0
- New Custom Properties Handling – allows users to define any number of custom document properties as name/value pairs in the File > Properties dialog.
- New Narrow Font Family – Oracle contributed a narrow font family to the free and open source Liberation font families.
- Increased Document Protection in Writer and Calc – Writer and Calc now allow two levels of document protection.
- 1 Million Rows in a Spreadsheet – support 1,048,576 (1 Million) rows instead of 65,536 rows.
- Improved Slide Layout Handling in Impress – Handling of slide layouts in presentations is vastly improved.
- Common Search Toolbar – search quicker.
Check full feature list here.
This is quick guide to install OpenOffice 3.3.0 on Fedora 16, Fedora 15, Fedora 14, Fedora 13, Fedora 12, CentOS 5.7, CentOS 6.2/6.1/6, Red Hat (RHEL) 5.7 and Red Hat (RHEL) 6.2/6.1/6 with using OpenOffice.org original RPM packages. This guide is also updated to work with OpenOffice 3.4.0 Beta Version. OpenOffice.org 3.3.0 and OpenOffice.org 3.4 can be installed and used simultaneously.
1. Download OpenOffice.org 3.3.0/3.4.0 Beta Linux Package
OpenOffice.org 3.3.0 32-bit version
wget http://download.services.openoffice.org/files/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
OpenOffice.org 3.3.0 64-bit version
wget http://download.services.openoffice.org/files/stable/3.3.0/OOo_3.3.0_Linux_x86-64_install-rpm-wJRE_en-US.tar.gz
OpenOffice.org 3.4.0 Beta 32-bit version
wget http://download.services.openoffice.org/files/extended/3.4beta/OOo-Dev_3.4beta_20110411_Linux_x86_install-rpm_en-US.tar.gz
OpenOffice.org 3.4.0 Beta 64-bit version
wget http://download.services.openoffice.org/files/extended/3.4beta/OOo-Dev_3.4beta_20110411_Linux_x86-64_install-rpm_en-US.tar.gz
2. Change to root User
su - ## OR ## sudo -i
3. Remove Old OpenOffice.org Packages with following command
Note: This is not needed on OpenOffice.org 3.4.0 installation.
yum remove openoffice.org*4. Extract Package and Access Directory
OpenOffice.org 3.3.0
tar -xvf OOo_3.3.0_* cd OOO330* ## OR ## cd OOO330_m20_native_packed-1_en-US.9567/
OpenOffice.org 3.4.0 Beta
tar -xvf OOo-Dev_Dev_3.4Beta* cd OOO340_m0* ## OR ## cd OOO340_m0_native_packed-3_en-US.9583/
5. Install / Update OpenOffice.org RPM packages
OpenOffice.org 3.3.0
rpm -Uvh RPMS/*.rpm RPMS/desktop-integration/openoffice.org3.3-redhat-menus-3.3-*.rpm ## OR ## rpm -Uvh RPMS/*.rpm rpm -Uvh RPMS/desktop-integration/openoffice.org3.3-redhat-menus-3.3-*.rpm
OpenOffice.org 3.4.0 Beta
rpm -Uvh RPMS/*.rpm
Alternative Way To Install OpenOffice.org 3.3.0 and OpenOffice.org 3.4.0 Beta with Graphical Setup Is Following
Do exactly as before (download, change root, remove old, extract package and access directory), but on Install step simply run following command:
./setupNow install simply with GUI.
6. Start OpenOffice.org
OpenOffice.org 3.3.0
Start OpenOffice with Clicking Icons (found normally from menus) or Start OpenOffice with Following Command:
openoffice.org3
OpenOffice.org 3.4.0 Beta
Use following command:
/opt/ooo-dev3/program/soffice.bin
There is not yet menu icons package for OpenOffice.org 3.4.0 Beta so you have to create own icons, example using OOo 3.3.0 incons as base.
Screenshots
OpenOffice.org 3.4.0 Beta running on Fedora 15
OpenOffice.org 3.3.0 stable running on Fedora 14
OpenOffice.org 3.4.0 Alpha unstable running on Fedora 14
Troubleshooting
If you encounter following problem on installing OpenOffice.org 3.3.0/3.4.0 Beta:
error: Failed dependencies: libgnomevfs-2.so.0()(64bit) is needed by ooobasis3.3-gnome-integration-3.3.0-9567.x86_64
Then install gnome-vfs2 package with following command:
yum install gnome-vfs2If you encounter problems in launching OpenOffice.org 3.3.0/3.4.0 Beta, so you should try to start OpenOffice from the command line and check the errors.
If the errors are the following:
$ openoffice.org3 /opt/openoffice.org3/program/soffice.bin: error while loading shared libraries: libuno_sal.so.3: cannot open shared object file: No such file or directory
Or
$ openoffice.org3 /opt/openoffice.org3/program/soffice.bin: /opt/openoffice.org3/program/../basis-link/ure-link/lib/libuno_sal.so.3: version `UDK_3.10' not found (required by /opt/openoffice.org3/program/../basis-link/program/libsfxli.so) /opt/openoffice.org3/program/soffice.bin: /opt/openoffice.org3/program/../basis-link/program/libfreebl3.so: version `NSSRAWHASH_3.12.3' not found (required by /lib/libcrypt.so.1)
Your system is probably installed the wrong version of the package openoffice.org-ure. Example on Fedora YUM update upgrade openoffice.org-ure package from openoffice.org-ure-1.7.0-9567 (right package) to openoffice.org-ure-3.2.1-19.26.fc14 (wrong package).
I recommend the following to fix the problem (as root):
Remove all OpenOffice.org 3.2.1/3.3.0 packages
yum remove openoffice.org-ure jre-1.6.0_22-fcs openoffice.org3.3-redhat-menus-*.noarchFollow the earlier instructions to install OpenOffice again.
Block openoffice.org-ure package updates. In other words, “pin” openoffice.org-ure-1.7.0-9567 and libreoffice-ure packages
Add exclude row to /etc/yum.conf file, under the section [main]:
## Edit file nano -w /etc/yum.conf ## Add exclude row [main] exclude=openoffice.org-ure* libreoffice-ure*
After that the openoffice.org-ure and libreoffice-ure package is “pinned” and will not be updated. It is important to remember to remove that line, at the stage where sometimes update the Open Office or Libreoffice example via YUM package management.
Related posts:
- Install Sun/Oracle Java JDK/JRE 7u4 on Fedora 16/15, CentOS/RHEL 6.2/5.8
- Install VirtualBox 4.1.14 on Fedora 16/15, CentOS/Red Hat (RHEL) 6.2/5.8
- Install Sun/Oracle Java JDK/JRE 6u32 on Fedora 16/15, CentOS/RHEL 6.2/5.8
- Install Memcached on Fedora 16/15, CentOS/Red Hat (RHEL) 6.2/5.7
- Install MongoDB 2.0.4 on Fedora 16/15, CentOS/Red Hat (RHEL) 6.2/5.8
132 Comments
Leave a Comment
Trackbacks/Pingbacks
- Howto Install OpenOffice.org 3.2 on Fedora 12, CentOS 5.4, Red Hat … | Just linux! - [...] Read the rest here: Howto Install OpenOffice.org 3.2 on Fedora 12, CentOS 5.4, Red Hat … [...]
- Instalasi Openoffice.org 3.2 di CentOS 5.4 « Bacalah….. - [...] Ingin upgrade software aplikasi perkantoran Openoffice.org bawaan CentOS 5.4 yang masihversi 2.3 menjadi versi 3.2 terbaru? Ikuti saja langkah-langkah ...



Funny. After having the ure issue and reinstalling, I now get “no suitable windowing system found, exiting.” I begin to understand why I switched from Ubuntu…
It sounds like a problem with SELinux.
Check /var/log/messages file and try to find something OpenOffice related errors, like example following:
And post errors here.
Thanks a lot for the write-up. This saved me from despair as i was having problems installing it and i ran into the dreaded message “jre-1.6.0_18-fcs.i586 is already installed” and couldn’t move forward. I got it fixed and installed after coming across your web page. Thanks again! :)
Hi, I followed the instructions and the installation ran smooth on my Fedora
12 x86_64. However, trying to run ‘soffice’ or ‘openoffice.org3′ for the first
time, right at the welcome window the program crashes at the “User Name” step.
Since this phase is never completed because of this crash, every time I try to
run oppenoffice this damn window appears again, and so I am totally unable to
run any openoffice program! The error message Konsole gives me is:
/opt/openoffice.org3/program/soffice: line 131: 3148 Segmentation fault (core dumped) “$sd_prog/$sd_binary” “$@”
Any help will be much appreciated. Thanks in advance :)
Hi Anderson,
I found a bug report about same problem here. Looks like this bug is not solved yet, but one thing what you could try is remove old .openoffice.org profile directory with command:
Another possible option if you are using KDE is following:
And yet another possible option is try to install OpenOffice.org 3.2 from rawhide repository, maybe it works for you. You can try to install it with following command (as root):
YEAH!!
I tried the second option and it worked wonderfully!
Thank you so much! I was trying to avoid downloading openoffice from repos
since it would automatically download tons of fedora’s java packages as dependencies (I prefer sun’s java sdk ;) Thanks again!
You’re welcome!
Nice to hear that you got Open Office 3.2 working! :)
Thx JR, had the same problem and fixed it by solution number 1 :)
Hi,
I had the same problem like Anderson.
Like solution I tried the second option and OOo start successfully.
But when I end work in Writer or Calc, appears window “The KDE Crash Handler” with next error
Executable: soffice.bin PID: 6372 Signal: 11 (Segmentation fault).
Can you help me please? Thanks in advance…
Hi Michell,
Could you get a more accurate error message, for example, open the Open Office on the command line? Or view the entire error message in the KDE Crash Handler?
Thanks so much JR I had same problem and I have fixed it with solution #2.
Hi JR,
there is “Developer Information” from KDE Crash Handler:
Application: unknown (soffice.bin), signal: Segmentation fault
[Current thread is 1 (Thread 0xb6a526c0 (LWP 2714))]
Thread 5 (Thread 0x1ba0b70 (LWP 2715)):
#0 0×00353416 in __kernel_vsyscall ()
#1 0x07353f72 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2 0×01114884 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libc.so.6
#3 0x00b5b87b in ?? () from /opt/openoffice.org3/program/../basis-link/ure-link/lib/libuno_sal.so.3
#4 0x00cd7cf4 in _pthread_cleanup_pop () from /opt/openoffice.org3/program/../basis-link/ure-link/lib/libuno_sal.so.3
#5 0x00cd7b94 in _pthread_cleanup_pop () from /opt/openoffice.org3/program/../basis-link/ure-link/lib/libuno_sal.so.3
#6 0x01ba037c in ?? ()
#7 0×00000000 in ?? ()
Thread 4 (Thread 0xb5839b70 (LWP 2716)):
#0 0×00353416 in __kernel_vsyscall ()
#1 0x07353f72 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2 0×01114884 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libc.so.6
#3 0x00b35e84 in osl_waitCondition () from /opt/openoffice.org3/program/../basis-link/ure-link/lib/libuno_sal.so.3
#4 0x0078e916 in vos::OCondition::wait(TimeValue const*) () from /opt/openoffice.org3/program/../basis-link/program/libvos3gcc3.so
#5 0×00795365 in vos::OTimerManager::run() () from /opt/openoffice.org3/program/../basis-link/program/libvos3gcc3.so
#6 0×00793154 in vos::threadWorkerFunction_impl(void*) () from /opt/openoffice.org3/program/../basis-link/program/libvos3gcc3.so
#7 0x00b390e2 in ?? () from /opt/openoffice.org3/program/../basis-link/ure-link/lib/libuno_sal.so.3
#8 0xb586966c in ?? ()
#9 0×00000000 in ?? ()
Thread 3 (Thread 0xb1c6bb70 (LWP 2723)):
#0 0×00353416 in __kernel_vsyscall ()
#1 0x07353f72 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2 0×01114884 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libc.so.6
#3 0x00b35e84 in osl_waitCondition () from /opt/openoffice.org3/program/../basis-link/ure-link/lib/libuno_sal.so.3
#4 0x034f3b41 in osl_readFile () from /opt/openoffice.org3/program/../basis-link/program/updchk.uno.so
#5 0x034f4539 in ?? () from /opt/openoffice.org3/program/../basis-link/program/updchk.uno.so
#6 0x034f0e88 in osl_readFile () from /opt/openoffice.org3/program/../basis-link/program/updchk.uno.so
#7 0x00b390e2 in ?? () from /opt/openoffice.org3/program/../basis-link/ure-link/lib/libuno_sal.so.3
#8 0xb1d2856c in ?? ()
#9 0×00000000 in ?? ()
Thread 2 (Thread 0xb126ab70 (LWP 2724)):
#0 0×00353416 in __kernel_vsyscall ()
#1 0x010c67b6 in nanosleep () from /lib/libc.so.6
#2 0x00b38e08 in osl_waitThread () from /opt/openoffice.org3/program/../basis-link/ure-link/lib/libuno_sal.so.3
#3 0x02f859bf in ?? () from /opt/openoffice.org3/program/../basis-link/program/liboooimprovementli.so
#4 0x02f8627c in ?? () from /opt/openoffice.org3/program/../basis-link/program/liboooimprovementli.so
#5 0x00b390e2 in ?? () from /opt/openoffice.org3/program/../basis-link/ure-link/lib/libuno_sal.so.3
#6 0xb1c8eb28 in ?? ()
#7 0×00000000 in ?? ()
Thread 1 (Thread 0xb6a526c0 (LWP 2714)):
[KCrash Handler]
#6 0x009bd1ca in _dl_relocate_object () from /lib/ld-linux.so.2
#7 0x009c4a66 in dl_open_worker () from /lib/ld-linux.so.2
#8 0x009c0506 in _dl_catch_error () from /lib/ld-linux.so.2
#9 0x009c43e3 in _dl_open () from /lib/ld-linux.so.2
#10 0×01142372 in do_dlopen () from /lib/libc.so.6
#11 0x009c0506 in _dl_catch_error () from /lib/ld-linux.so.2
#12 0×01142535 in __libc_dlopen_mode () from /lib/libc.so.6
#13 0x0111b7c8 in init () from /lib/libc.so.6
#14 0×07355160 in pthread_once () from /lib/libpthread.so.0
#15 0x0111b9b5 in backtrace () from /lib/libc.so.6
#16 0×03731966 in kdBacktrace(int) () from /usr/lib/libkdecore.so.4
#17 0x03731cab in kdBacktrace() () from /usr/lib/libkdecore.so.4
#18 0x037321c9 in KIconLoader::~KIconLoader() () from /usr/lib/libkdecore.so.4
#19 0x03783ade in KInstance::~KInstance() () from /usr/lib/libkdecore.so.4
#20 0x0378417c in KApplication::~KApplication() () from /usr/lib/libkdecore.so.4
#21 0x006ba890 in ?? () from /opt/openoffice.org/basis3.2/program/libvclplug_kdeli.so
#22 0xb67d0008 in ?? ()
#23 0x0804a9c4 in std::set_new_handler(void (*)()) ()
#24 0xbfbaef68 in ?? ()
#25 0x006ba873 in ?? () from /opt/openoffice.org/basis3.2/program/libvclplug_kdeli.so
#26 0x006c15e4 in XFreeGC () from /opt/openoffice.org/basis3.2/program/libvclplug_kdeli.so
#27 0xb6a16d28 in ?? ()
#28 0xbfbaef88 in ?? ()
#29 0x006ba110 in ?? () from /opt/openoffice.org/basis3.2/program/libvclplug_kdeli.so
#30 0xb67d0008 in ?? ()
#31 0x006c15e4 in XFreeGC () from /opt/openoffice.org/basis3.2/program/libvclplug_kdeli.so
#32 0xbfbaef88 in ?? ()
#33 0x006ba0ef in ?? () from /opt/openoffice.org/basis3.2/program/libvclplug_kdeli.so
#34 0xb677f00c in ?? ()
#35 0x083d33b6 in ?? ()
#36 0x009d0fc4 in free () from /lib/ld-linux.so.2
#37 0x06823a0c in rtl_createUnicodeToTextConverter () from /opt/openoffice.org/basis3.2/program/libvclplug_genli.so
#38 0xb6a16d28 in ?? ()
#39 0xb6a16d28 in ?? ()
#40 0xbfbaefa8 in ?? ()
#41 0x067e9488 in X11SalData::DeleteDisplay() () from /opt/openoffice.org/basis3.2/program/libvclplug_genli.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
And, when I start it from command line, I will get this error:
/opt/openoffice.org3/program/soffice
/opt/openoffice.org3/program/soffice: line 131: 2807 Segmentation fault (core dumped) “$sd_prog/$sd_binary” “$@”
But in my .bash_profile file I have insered this line > export OOO_FORCE_DESKTOP=gnome
When I run export OOO_FORCE_DESKTOP=gnome from command line before I run /opt/openoffice.org3/program/soffice, I get only warning message: ** (soffice:2926): WARNING **: unable to get gail version number
And OOo starts good, but this isn’t comfortable solution :-(
Thanks
Michell
PS: sorry for my English :-)
This sounds very strange, that export OOO_FORCE_DESKTOP=gnome line directly from the command-line works, but not from the .bash_profile file. One thing, what you can try is following, print the contents of OOO_FORCE_DESKTOP variable on the command line, after you’ve logged in, with following command:
Is this just empty or gnome?
You can also try the following options.
1. Add same thing on two lines at the end of .bash_profile file:
2. Another option is to add the following lines at the end of /etc/profile file:
3. And last option is simply do simple bash script which handle the OOO_FORCE_DESKTOP variable export and starts openoffice.
Create example following /usr/local/bin/oowriter file as root with following content:
Save file and make it executable:
And make needed scripts same way for Calc, Presentation, Math, Database and so on.
Finally edit all shortcuts to use your new scripts.
Perhaps these instructions were helpful to you? :)
Yeah, it’s perfect. Now it runs without any errors.
Thank you very much.
Thank you so much for the installation instructions and the comments that others have posted here. I followed all of them and openoffice 3.2 installed fine. The only issue I saw was when it installed the redhat-menus rpm, it says that gtk-update-icon-cache is missing due to which it is unable to perform a few activities. However, that does not stop the installation nor does it crash openoffice. I believe this might be because I am using only KDE and no gnome at all.
Hi,
I’m using Fedora 12 and I’ve tried installing the RPMs in the terminal and also using the ./setup approach. Everything seems to check out okay in that the Office menu gets populated with the various OpenOffice applications such as Base, Calc, Writer, and so forth, but if I click on any of them, nothing happens at all I then tried and run the openoffice.org3 command in the terminal and get this error:
/opt/openoffice.org3/program/soffice.bin: error while loading shared libraries: libstlport_gcc.so: cannot enable executable stack as shared object requires: Permission denied
I checked the OO mailing list from one of the google search results for the error but its way over my head. It’s been a while since I used Fedora; I could have sworn the last time I tried it a few years back, OO was preinstalled even. Oh well, I’m guessing this is due to some newbie mistake I must have made.
Hi again,
OK I got it working (I think) thanks to this excellent work by the person who authored this post!:
http://www.vildev.ewil.pl/?method=get_news&id=16
Basically, the problem was due to some SELinux/permissions issue. You have to make a series of execstack commands (adjust the location of the files depending on your own system’s open office installation).
execstack -c /opt/openoffice.org/ure/lib/libstlport_gcc.so
execstack -c /opt/openoffice.org/ure/lib/libgcc_s.so.1
execstack -c /opt/openoffice.org/ure/lib/libstlport_g
execstack -c /opt/openoffice.org/ure/lib/libstdc++.so.6
Now Open Office seems to finally open and run correctly. But I have not tested everything to make sure. The author of the post I linked to seems to hint about another error that he or she ran into after doing the above. I hope this will help anyone else who runs into the issue.
Thank you very much! It was really helpful. My OpenOffice is now running without a problem.
thanx.. dear
i solve my problem of OO0 3.2.1 installation on fedora live13 Kde addition.
once again thankyou very much.
Looks like this problem is very persistent, for though this page has gotten old, it was very useful to me. Thanks!
Hi, thanks for your description.It works but onlu when i start in console:
/opt/ooo-dev3/program/soffice.bin
You said : “Or create own icons and add Gnome menu.”
But , i even don`t know how.
My destop is LXDE on Fedora 13,
Thanks in advance!
Hi ljbomir,
LXDE uses following .desktop files, so add like following content:
to /usr/share/applications/openoffice.desktop (system wide) or ~/.local/share/openoffice.desktop (per user)
Hi again:)
—————————–
authconfig.desktop
defaults.list
exo-preferred-applications.desktop
fedora-abiword.desktop
fedora-abrt.desktop
fedora-asunder.desktop
fedora-epdfview.desktop
fedora-etherape.desktop
fedora-flumotion-admin.desktop
fedora-galculator.desktop
fedora-gnomebaker.desktop
fedora-gpicview.desktop
fedora-gvim.desktop
fedora-im-chooser.desktop
fedora-iok.desktop
fedora-leafpad.desktop
fedora-lxappearance.desktop
fedora-lxtask.desktop
fedora-lxterminal.desktop
fedora-mtpaint.desktop
fedora-obconf.desktop
fedora-parcellite.desktop
fedora-pcmanfm.desktop
fedora-qjackctl.desktop
fedora-release-notes.desktop
fedora-xarchiver.desktop
fedora-xpad.desktop
fedora-yumex.desktop
gigolo.desktop
gmixer.desktop
gnome-about.desktop
gnome-about-me.desktop
gnome-appearance-properties.desktop
gnome-at-properties.desktop
gnomecc.desktop
gnome-default-applications.desktop
gnome-display-properties.desktop
gnome-font-viewer.desktop
gnome-keybinding.desktop
gnome-keyboard.desktop
gnome-nautilus-autorun-software.desktop
gnome-nautilus-computer.desktop
gnome-nautilus.desktop
gnome-nautilus-file-management-properties.desktop
gnome-nautilus-folder-handler.desktop
gnome-nautilus-home.desktop
gnome-network-properties.desktop
gnome-network-scheme.desktop
gnome-settings-mouse.desktop
gnome-theme-installer.desktop
gpointing-device-settings.desktop
guitarix.desktop
ibus.desktop
ibus-setup.desktop
jack_capture.desktop
kde
kde4
krb5-auth-dialog-preferences.desktop
libfm-pref-apps.desktop
lingot.desktop
lxde-desktop-preferences.desktop
lxde-lock-screen.desktop
lxde-logout.desktop
lxinput.desktop
lxrandr.desktop
lxsession-edit.desktop
metacity.desktop
mimeinfo.cache
mozilla-firefox.desktop
mozilla-thunderbird.desktop
nm-connection-editor.desktop
openbox.desktop
qBittorrent.desktop
qt4-qtconfig.desktop
redhat-userinfo.desktop
redhat-usermount.desktop
redhat-userpasswd.desktop
remmina.desktop
setroubleshoot.desktop
skype.desktop
sun_java.desktop
sun-java.desktop
sun-javaws.desktop
system-config-date.desktop
system-config-firewall.desktop
system-config-language.desktop
system-config-services.desktop
system-config-users.desktop
vlc.desktop
xfce4-im-chooser.desktop
xfce4-panel-manager.desktop
xfce4-power-manager-settings.desktop
————————————————–
This are my files in directory :/usr/share/applications.
I don’t see any openoffice.desktop file there …or should i create it ?
The same situation is in the /usr/local/share/applications.
Yes I meant that the openoffice.desktop file(s) should create from scratch.
OpenOffice.org 3.3 is still beta, so therefore it is still missing desktop integration.
But I just checked OpenOffice.org 3.3.0 files more specific and easy way to get launchers work is following:
Then check menu, launchers should be under Office section. Currently without icons, but should work.
Hi JR,
Many thanks for helping, but still not wokring.
I made every step you described include creating and editing a file to
/usr/share/applications/openoffice.desktop.
Under office section i have only Abiword.
And i have a .xls file on my desktop and i can not open it dyrectly.
Before i installed version 3.2 (by yum extender), i had all office programs in the menu but only writer and impress were working. Other two wich are : calc and draw was not.
If you do exactly following:
Then you should have following directory:
~/.local/share/applications/OOO330
with following files:
And I just tested this with LXDE and it looks like working. I have OOo-dev 3.3 (OOo-dev 3.3 Base, OOo-dev 3.3 Calc, OOo-dev 3.3 Draw, OOo-dev 3.3 Impress, OOo-dev 3.3 Math, OOo-dev 3.3 Printer Administration, OOo-dev 3.3 Writer) launchers under Office menu.
While i was installing a new drivers of NVIDIA, i made a reboot and
after that all those (OOo-dev 3.3 Base, OOo-dev 3.3 Calc, OOo-dev 3.3 Draw, OOo-dev 3.3 Impress, OOo-dev 3.3 Math, OOo-dev 3.3 Printer Administration) appeared in the office menu!!!! But now i have a new message when i try to open in LXDE :
——————————————————————-
The application cannot be started.
OOo-dev user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart OOo-dev:
/home/ljbomir/.config/.ooo-dev/3
————————————————————————
I tested in openbox desctop and it was working.
I don’t know what about this message :
———————————————————-
SELinux denied access requested by lxdm-binary. It is not expected that this
access is required by lxdm-binary and this access may signal an intrusion
attempt. It is also possible that the specific version or configuration of the
application is causing it to require additional access
———————————————————————————
Does it reference to my problem ?
Error sound strange, please post following information:
It sounds like you just have wrong permission on ooo-dev directory for your user.
total 12
drwxr-xr-x. 3 root root 4096 Aug 30 17:50 .
drwxrwxrwx. 37 ljbomir ljbomir 4096 Sep 1 18:46 ..
drwxr-xr-x. 3 root root 4096 Sep 1 17:12 3
total 12
drwxr-xr-x. 3 root root 4096 Sep 1 17:12 .
drwxr-xr-x. 3 root root 4096 Aug 30 17:50 ..
drwxr-xr-x. 17 root root 4096 Sep 1 17:12 user
@ljbomir
Indented comments will not work deeper, so lets start new “thread” :)
Try to change ~/.config/.ooo-dev/ directory permissions to your own user. You are maeby started OpenOffice using root user or something like that.
So do following (as root):
After this try to start OpenOffice again.
Many thanks JR,
Finally my Open Office starts normaly.
Thanks ever so much for helpnig again ! I am new Linux user ;))
I am due a beer to you ;)))
Best Regards
You’re welcome ljbomir! :)
Excellent, nice to hear that you got your Open Office to work! :D
I am newer than new to Linux. In fact, I have no business fooling around with my new system because I clearly do not know what I’m doing.
Yet – because of the clear instructions and excellent advice from the host of this website, I successfully installed OpenOffice on my Fedora OS based Dell laptop. I almost gave up several times but hung in there and got it up and running. Plus I learned a few new things I didn’t know before.
Thank you very much for this great website.
Hi there,
I’ve tried your method 3 times now (with exclude row on etc/yum.conf), openoffice works perfetly for few hours then pooooooooof I get the usual error:
/opt/openoffice.org3/program/soffice.bin: error while loading shared libraries: libuno_sal.so.3: cannot open shared object file: No such file or directory
I’m running on a CentOS 32-bit server and I desperately need help!
Thank you very much!
Hi DanielF,
Could you post following command output:
yum list installed openoffice.org*this is the result:
-bash: yum: command not foundI think I uninstalled yum by mistake :S but the result is here: openoffice.org is working fine ever since… So unless you tell me I really need to reinstall/repair yum I’ll leave like that for now…
Sounds nasty if you have uninstalled yum by mistake.
Try following:
and following:
whereis yumI’m sorry… I’m really new to this linux world…
/usr/bin/yumgave me this-bash: /usr/bin/yum: No such file or directory
and this
whereis yumgave me thatyum: /etc/yum.conf /etc/yum
It really seems that your Fedora does not have yum anymore. So you could try to install yum package with following command (assuming that you are using CentOS 5):
Then try to use yum again, does it work?
This is the message I gets:
[~]# rpm -Uvh http://mirror.centos.org/centos/5/os/i386/CentOS/yum-3.2.22-26.el5.centos.noarch.rpm
Retrieving http://mirror.centos.org/centos/5/os/i386/CentOS/yum-3.2.22-26.el5.centos.noarch.rpm
error: Failed dependencies:
yum-fastestmirror is needed by yum-3.2.22-26.el5.centos.noarch
You have to install all dependencies manually, all files can be found here:
http://mirror.centos.org/centos/5/os/i386/CentOS/
So you need install also at least following package:
And same way install all needed dependency packages to get YUM package installed.
ok after repairing yum here it is:
root@cl-t189-331cl [~]# yum list installed openoffice.org*
addons | 951 B 00:00
base | 2.1 kB 00:00
extras | 2.1 kB 00:00
updates | 1.9 kB 00:00
Excluding Packages in global exclude list
Finished
Installed Packages
openoffice.org-ure.i586 1.6.1-9502 installed
openoffice.org3.i586 3.2.1-9502 installed
openoffice.org3-base.i586 3.2.1-9502 installed
openoffice.org3-calc.i586 3.2.1-9502 installed
openoffice.org3-dict-en.i586 3.2.1-9502 installed
openoffice.org3-dict-es.i586 3.2.1-9502 installed
openoffice.org3-dict-fr.i586 3.2.1-9502 installed
openoffice.org3-draw.i586 3.2.1-9502 installed
openoffice.org3-en-US.i586 3.2.1-9502 installed
openoffice.org3-impress.i586 3.2.1-9502 installed
openoffice.org3-math.i586 3.2.1-9502 installed
openoffice.org3-writer.i586 3.2.1-9502 installed
openoffice.org3.2-redhat-menus.noarch 3.2-9502 installed
Nice to hear that you got YUM installed and fixed. :)
Your packages looks ok, but some reason libuno_sal.so.3 not found. Please post following command output (run as root):
ok here is what I get for find / -name libuno_sal.so.3 -ls :
34013229 1760 -r--r--r-- 1 root root 1796168 May 20 07:43 /opt/openoffice.org/ure/lib/libuno_sal.so.3Thanks JR. I was looking for it since 2 months.
@DanielF
So /opt/openoffice.org/ure/lib/libuno_sal.so.3 exists so OpenOffice ure-link is probably broken, please post following command output here:
there:
drwxr-xr-x 6 root root 4096 May 20 07:46 ./
drwxr-xr-x 4 root root 4096 May 20 07:46 ../
drwxr-xr-x 3 root root 4096 May 20 07:49 help/
drwxr-xr-x 16 root root 4096 May 20 07:47 presets/
drwxr-xr-x 10 root root 16384 Sep 20 12:17 program/
drwxr-xr-x 17 root root 4096 May 20 07:46 share/
lrwxrwxrwx 1 root root 6 Sep 20 12:16 ure-link -> ../ure/
It’s really weird, but everything seems to be okay.
One thing what you could try, is to run soffice.bin directly, like:
Do you get same error?
Another options is to try install OpenOffice 3.3 or try to remove OpenOffice and reinstall using installer (./setup command)
nope no errors… ok then I’ll leave like that for now. Anyways, thank you very much for your help! It’S really great to be able to count on people like you, keep on the great job!
Thanks for the compliments Daniel! :)
One more suggestion, if /opt/openoffice.org3/program/soffice.bin works…you could modify launchers to use following commands:
Thanks a million! After a half-dozen fruitless attempts to get OO up and running, this finally worked perfectly. May Karma be with you, and your efforts repaid.
Chris
Hi Chris,
Nice to hear that you get you OpenOffice working perfectly, with these instructions. :)
I had probem you describe – was running fedora 12 and ran yum update
open office quit
found your site
followed your procedure – including editing yum.com
and it was fixed – until yesterday when I
ran preupgrade and installed feodra 13
back to square zero
open office does not run
when I run at command line, I get the same message as before
when I look at yum.conf it still has the line exclude=open.office.org-ure
should I remove and reinstall open office?
Hi Richard,
Your problem sounds like that the Preupgrade has (some reason) updated the openoffice.org-ure package. You can check installed version using following command:
Output should be something like:
If you have wrong version installed, then you can simply remove whole OpenOffice.org installation and reinstall it using this guide.
JR – thank you so much for your help
I feel lost and vulnerable in this fedora environment – and you are a lifesaver
I’ve been involved with software since the 1950′s – but things change and it is almost impossible to stay on top of everythng – and the rate of change gets bigger and bigger
FYI – when I type yum info openoffice.org-ure I get
Installed Packages
Name : openoffice.org-ure
Arch : i686
Epoch : 1
Version : 3.2.0
Release : 12.33.fc13
Size : 7.4 M
Repo : installed
From repo : anaconda-InstallationRepo-201005130056.i386
Summary : UNO Runtime Environment
URL : http://www.openoffice.org/
License : LGPLv3 and LGPLv2+ and MPLv1.1 and BSD
Description : UNO is the component model of OpenOffice.org. UNO offers
: interoperability between programming languages, other components
: models and hardware architectures, either in process or over
: process boundaries, in the Intranet as well as in the Internet.
: UNO components may be implemented in and accessed from any
: programming language for which a UNO implementation (AKA language
: binding) and an appropriate bridge or adapter exists
when I type yum list openoffice.org-ure I get
openoffice.org-ure.i686 1:3.2.0-12.33.fc13 @anaconda-InstallationRepo-201005130056.i386
Apparently openoffice.org-ure (whatever that is and it is not clear where I would look to find out what it is) has been reloaded when I ran preupgrade.
So maybe yum uses yum.conf but preupgrade does not?
I will remove it and reinstall it.
I assume that the same thng may happen when I go to fedora 14 some day. And that the appropriate step is again to remove and reinstall.
I followed the website instructions to download, remove, reinstall and I’m 100% functional again.
You have been a great help.
Thank’s again.
Hi, I’me facing following problem:
I’ve upgraded from fedora10 to 11 then to 13.
Install openoffice 3.2 (as indicated here) and work happily with doc and docx documents.
Last night I’ve upgraded to fedora14, and OpenOffice stop running.
I’ve following your instruction here and everything ok but …
But now can not open docx files -> become opened by Archiver
Can open doc but have loose format on some tables.
Know is a generic question, baut do you have some hint ?
regards
Please forget my previous post -> problem was default association of app to extension -> ABIWORD for docs
Thanks JR!!! you’re a master! I haveve only a few months using fedora and due to your manual I learned some new things
the only change that I made was the language because I need OOo in spanish.
And thanks a lot for the troubleshooting becouse that problem hapened to me.
I wondering if there’s any problem if I make a translation of your manual to spanish, with the steps that I used for the instalation based in your guide? of course I will quote your article
Sorry if my english is not quite as good.
Hi Milton,
Glad to hear that my guides has been useful and helpful for you!
There is no problem if you want to translate my guides to Spanish. You could also add link here if you want to.
Hi! thanks a lot! Since I saw your reply I started working
Here’s my link if you want to take a look
http://my.opera.com/fuentes950/blog/instalar-openoffice-org-3-2-1-en-fedora-14
greetings!
I checked your translated guide and it looks good! Nice work! :)
thanx very much for this website
I want to try installing openoffice 3.3 in ubuntu 10.04, thank you a lot of guidance.
Are the OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz is broken. my effort to extract the file using tar -zxvf returned with attempt stopped complaining about unusual extension
is it me alone while so many up here said it all worked for them. need some help
This is awesome. I am totally new and have been trying to install office for the last 4 days. I don’t why it didn’t work for me but this one did! Thanks a tonne!
Hi
I have no problems getting the files installed. after a long time of struggle the openoffice is installed and working again. I really think this blog is extreemly useful and should be preserved for future use.
thanks
Hi
Very nice article. I have installed openoffice as per the instruction given above. But when I click on openoffice writer or c
Hi
Very nice article. I have installed openoffice as per the instruction given above. But when I click on openoffice writer or calc, the registration pop-up comes. After I have given the options in the pop-up and click finish, nothing appears neither writer nor calc. Can some one help me.
Hi My Style,
Try to skip registration process with selecting, Register later or Not register.
I tried to install by double clicking on the setup file after extracted but it threw me some errors with missing dependencies. Following your guide works perfectly. Thank you!
I installed OpenOffice 3.3 using these steps on Fedora 15. However, I cannot find the OOo icon on the Applications page. Does anyone know where it might be found?
Hi Mark,
Did you installed RPMS/desktop-integration/openoffice.org3.3-redhat-menus-3.3-*.rpm package?
JR, Thanks for responding. I didn’t notice that OOo didn’t install when I first tried to install it. Now that I have performed the installation as you have suggested above, I am getting the message that openoffice is obsoleted by (installed) libreoffice-ure 1.3.3.3.1-2.fc15.i686. I tried to uninstall libreoffice through the add/remove utility and it seems to have removed it, but I still get the same message.
I had to remove LibreOffice. After that, the installation of OpenOffice per your instructions went fine. Use these commands:
# yum erase libreoffice-core
# yum erase libreoffice-ure
Hi Mark,
And sorry for the long delay, I have been little busy now, but if I understand correctly, so therefore you got Open Office installation to work as expected?
First of thanks for your post
I tried to install openOffice on Centos 6 using ur instruction and I get the following message and the installation stops
1.7.0-fcs.x86_64 (which is newer than jre-1.6.0_22-fcs.x86_64) is already installed
any idea how to get around this issue?! I pinned the openoffice.org-ure-1.7.0-9567 package still got the same message!
Hi sam,
Actually this is jre package problem, so install all other RPM packages, but skip older jre-1.6.0_22-fcs.x86_64.
hi!
i tried installing open office 3.3 and it didn’t work…then i realized that this acer aspire one is running on fedora 8, not 14/15…
aoa 110-ab
model no.: zg5
storage: 8gb ssd
what will i do to install 3.3?
how will i do that?
or where can i download open office 3.2 32-bit for my netbook?
help please!!!
Hi sophie,
Are you sure, that you have Fedora 8 on your computer? Fedora 8 has not been supported for years. Could you open command line, write following commands and post output here:
[user@localhost ~]$ uname -a
Linux localhost 2.6.23.9lw #105 SMP PREEMPT Fri Jun 27 18:56:59 EDT 2008 i686 i686 i386 GNU/Linux
[user@localhost ~]$ lsb_release -a
LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
Distributor ID: n/a
Description: Linpus Linux Lite v1.0.6.E
Release: n/a
Codename: n/a
[user@localhost ~]$
actually, i’m not sure…i just searched it in the net…bought it last january 2008…
Hi Sophie,
Yes, Linpus Linux Lite v1.0.6.E really based on Fedora 8 (Werewolf). It’s is really old distro. Do you know is there any possibility upgrade it?
nope…i’m not really a techy person… :(
what will i do now?
is it possible for me to install open office 3.3 here?
if not, where can i download 3.2?
Could you first tell me what happens, when you try to install OpenOffice 3.3 on your computer?
Did you get any error messages?
something like no such file or directory…
i’ll try to install it again then paste here what will happen…
[user@localhost ~]$ wget http://download.services.openoffice.org/files/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
–09:48:04– http://download.services.openoffice.org/files/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
=> `OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.6′
Resolving download.services.openoffice.org… 192.9.173.38
Connecting to download.services.openoffice.org|192.9.173.38|:80… connected.
HTTP request sent, awaiting response… 302 Found
Location: http://ftp.isu.edu.tw/pub/OpenOffice/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz [following]
–09:48:05– http://ftp.isu.edu.tw/pub/OpenOffice/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
=> `OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.6′
Resolving http://ftp.isu.edu.tw... 140.127.177.17
Connecting to http://ftp.isu.edu.tw|140.127.177.17|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 176,308,313 (168M) [application/x-gzip]
0% [ ] 688,128 9.78K/s ETA 19:17:17
09:52:43 (2.47 KB/s) – Connection closed at byte 688128. Retrying.
–09:52:44– http://ftp.isu.edu.tw/pub/OpenOffice/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
(try: 2) => `OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.6′
Connecting to http://ftp.isu.edu.tw|140.127.177.17|:80… connected.
HTTP request sent, awaiting response… 206 Partial Content
Length: 176,308,313 (168M), 175,620,185 (167M) remaining [application/x-gzip]
3% [> ] 5,419,008 8.84K/s ETA 6:13:02
10:03:04 (7.46 KB/s) – Connection closed at byte 5419008. Retrying.
–10:03:06– http://ftp.isu.edu.tw/pub/OpenOffice/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
(try: 3) => `OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.6′
Connecting to http://ftp.isu.edu.tw|140.127.177.17|:80… connected.
HTTP request sent, awaiting response… 206 Partial Content
Length: 176,308,313 (168M), 170,889,305 (163M) remaining [application/x-gzip]
8% [+=> ] 14,843,904 12.68K/s ETA 5:12:47
10:21:23 (8.40 KB/s) – Connection closed at byte 14843904. Retrying.
–10:21:26– http://ftp.isu.edu.tw/pub/OpenOffice/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
(try: 4) => `OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.6′
Connecting to http://ftp.isu.edu.tw|140.127.177.17|:80… connected.
HTTP request sent, awaiting response… 206 Partial Content
Length: 176,308,313 (168M), 161,464,409 (154M) remaining [application/x-gzip]
27% [+++======> ] 47,934,299 –.–K/s ETA 4:26:25
11:30:10 (7.84 KB/s) – Read error at byte 47934299/176308313 (Connection timed out). Retrying.
–11:30:14– http://ftp.isu.edu.tw/pub/OpenOffice/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
(try: 5) => `OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.6′
Connecting to http://ftp.isu.edu.tw|140.127.177.17|:80… failed: Connection timed out.
Resolving http://ftp.isu.edu.tw... failed: Temporary failure in name resolution.
You have new mail in /var/spool/mail/user
[user@localhost ~]$
You have new mail in /var/spool/mail/user
[user@localhost ~]$
trying again
Hi Sophie,
So it looks like you have problems when you try to download OpenOffice package. Try to download it with your browser? Copy-paste following address to your browser:
http://download.services.openoffice.org/files/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
Btw. what Internet connection you have?
pldt my dsl…
ok, i’ll try that
i got it…
what will i do next?
Then open command line and find your package.
Run following commands:
Then finish installation with setup gui.
Please let me know if you have some problems? :)
[user@localhost ~]$ tar -xvf OOo_3.3.0_*
tar: OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz: Not found in archive
tar: OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.1: Not found in archive
tar: OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.2: Not found in archive
tar: OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.3: Not found in archive
tar: OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.4: Not found in archive
tar: OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.5: Not found in archive
tar: OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.6: Not found in archive
tar: OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.7: Not found in archive
tar: OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.8: Not found in archive
tar: OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.9: Not found in archive
tar: Error exit delayed from previous errors
[user@localhost ~]$ cd OOO330*
[user@localhost OOO330_m20_native_packed-1_en-US.9567]$ sudo -i
[root@localhost ~]# ./setup
-bash: ./setup: No such file or directory
[root@localhost ~]#
did i do it right?
what happened? :( no such file or directory…
i’m really, really sorry…i don’t know anything in programming…i’m just dependent on the net…in this case, i’m just dependent on what you tell me to do…
how will i finish installation with setup gui?
Where you downloaded that file? You have to maybe change directory example to Downloads with following command:
You could check your current directory files with ls command…example:
When you are right directory, then run tar command again.
this is what happened…
[user@localhost ~]$ cd /mnt/home/Downloads
[user@localhost Downloads]$ tar -xvf OOo_3.3.0_*
OOO330_m20_native_packed-1_en-US.9567/
OOO330_m20_native_packed-1_en-US.9567/installdata/
OOO330_m20_native_packed-1_en-US.9567/installdata/images/
OOO330_m20_native_packed-1_en-US.9567/installdata/images/Setup.gif
OOO330_m20_native_packed-1_en-US.9567/installdata/html/
OOO330_m20_native_packed-1_en-US.9567/installdata/html/AcceptLicense.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/UninstallationImminent_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseInstallationType_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/UninstallationImminent.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/AcceptLicense_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/UninstallationOngoing.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/LICENSE_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseComponents_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseInstallationType.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseDirectory_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/UninstallationPrologue.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/Prologue_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/InstallationOngoing.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseUninstallationComponents_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/LICENSE.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/InstallationImminent.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/UninstallationOngoing_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/Prologue.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseUninstallationType_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/InstallationOngoing_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseComponents.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseDirectory.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseUninstallationComponents.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseUninstallationType.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/UninstallationPrologue_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/InstallationImminent_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Binfilter_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Brand_Prg_Draw.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Systemintegration_child_1.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Draw.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Resource_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Draw_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Userland.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Brand_Prg_Base.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Dictionaries.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Base.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Extension_Dictionary_En.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Files_6.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Files_1.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Math_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Base_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Math_Bin.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Brand.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Calc.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Oooimprovement.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Grfflt.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Brand_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Brand_Prg_Calc.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Testtool.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Brand_Prg_Impress.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Kde.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Extension_Dictionary_Es.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Calc_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Files_Images.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Brand_Prg_Math.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Root_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Gnome.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Ure_Hidden.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Math.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Wrt_Bin.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Files_7.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Binfilter.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Languageroot.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Base_Bin.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Fonts_OOo_Hidden.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Onlineupdate.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Impress_Bin.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Files_4.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Extension_Dictionary_Fr.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Files_3.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/setup.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Oo_Linguistic.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Java.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Impress_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Systemintegration_child_4.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Systemintegration_child_3.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Systemintegration.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Impress.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Files_2.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Pyuno.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Wrt.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Files_5.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Help_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Writer_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Javafilter.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Systemintegration_child_2.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Draw_Bin.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Calc_Bin.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Xsltfiltersamples.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Brand_Prg_Wrt.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Basis_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/setup
OOO330_m20_native_packed-1_en-US.9567/JavaSetup.jar
OOO330_m20_native_packed-1_en-US.9567/update
OOO330_m20_native_packed-1_en-US.9567/readmes/
OOO330_m20_native_packed-1_en-US.9567/readmes/README_en-US
OOO330_m20_native_packed-1_en-US.9567/readmes/README_en-US.html
OOO330_m20_native_packed-1_en-US.9567/RPMS/
OOO330_m20_native_packed-1_en-US.9567/RPMS/userland/
OOO330_m20_native_packed-1_en-US.9567/RPMS/userland/openoffice.org-userland-1.0-0.noarch.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-math-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-en-US-base-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-en-US-help-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-en-US-calc-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-pyuno-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-testtool-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-oooimprovement-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-core07-3.3.0-9567.i586.rpm
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
[user@localhost Downloads]$ cd OOO330*
[user@localhost OOO330_m20_native_packed-1_en-US.9567]$ sudo -i
[root@localhost ~]# ./setup
-bash: ./setup: No such file or directory
[root@localhost ~]#
what’s next? am i on the right track?
here, i tried it again
[user@localhost ~]$ wget http://download.services.openoffice.org/files/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
–15:14:28– http://download.services.openoffice.org/files/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
=> `OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.9′
Resolving download.services.openoffice.org… 192.9.173.38
Connecting to download.services.openoffice.org|192.9.173.38|:80… connected.
HTTP request sent, awaiting response… 302 Found
Location: http://ftp.isu.edu.tw/pub/OpenOffice/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz [following]
–15:14:30– http://ftp.isu.edu.tw/pub/OpenOffice/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
=> `OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.9′
Resolving http://ftp.isu.edu.tw... 140.127.177.17
Connecting to http://ftp.isu.edu.tw|140.127.177.17|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 176,308,313 (168M) [application/x-gzip]
56% [====================> ] 100,073,472 5.50K/s ETA 2:27:10
18:27:42 (8.43 KB/s) – Connection closed at byte 100073472. Retrying.
–18:27:43– http://ftp.isu.edu.tw/pub/OpenOffice/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
(try: 2) => `OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.9′
Connecting to http://ftp.isu.edu.tw|140.127.177.17|:80… connected.
HTTP request sent, awaiting response… 206 Partial Content
Length: 176,308,313 (168M), 76,234,841 (73M) remaining [application/x-gzip]
63% [+++++++++++++++++++++=> ] 111,878,144 8.98K/s ETA 2:28:55
18:55:04 (7.04 KB/s) – Connection closed at byte 111878144. Retrying.
–18:55:06– http://ftp.isu.edu.tw/pub/OpenOffice/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
(try: 3) => `OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.9′
Connecting to http://ftp.isu.edu.tw|140.127.177.17|:80… connected.
HTTP request sent, awaiting response… 206 Partial Content
Length: 176,308,313 (168M), 64,430,169 (61M) remaining [application/x-gzip]
100%[+++++++++++++++++++++++=============>] 176,308,313 6.24K/s ETA 00:00
21:00:58 (8.33 KB/s) – `OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz.9′ saved [176308313/176308313]
You have new mail in /var/spool/mail/user
[user@localhost ~]$ sudo -i
[root@localhost ~]# yum remove openoffice.org*
Setting up Remove Process
fedora 100% |=========================| 2.1 kB 00:00
updates 100% |=========================| 2.6 kB 00:00
Resolving Dependencies
–> Running transaction check
—> Package openoffice.org-impress.i386 1:2.3.0-6.6.fc8 set to be erased
—> Package openoffice.org-writer.i386 1:2.3.0-6.6.fc8 set to be erased
—> Package openoffice.org-math.i386 1:2.3.0-6.6.fc8 set to be erased
—> Package openoffice.org-draw.i386 1:2.3.0-6.6.fc8 set to be erased
—> Package openoffice.org-langpack-en.i386 1:2.3.0-6.6.fc8 set to be erased
—> Package openoffice.org-core.i386 1:2.3.0-6.6.fc8 set to be erased
—> Package openoffice.org-calc.i386 1:2.3.0-6.6.fc8 set to be erased
–> Finished Dependency Resolution
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Removing:
openoffice.org-calc i386 1:2.3.0-6.6.fc8 installed 20 M
openoffice.org-core i386 1:2.3.0-6.6.fc8 installed 205 M
openoffice.org-draw i386 1:2.3.0-6.6.fc8 installed 2.9 M
openoffice.org-impress i386 1:2.3.0-6.6.fc8 installed 4.8 M
openoffice.org-langpack-en i386 1:2.3.0-6.6.fc8 installed 21 M
openoffice.org-math i386 1:2.3.0-6.6.fc8 installed 3.4 M
openoffice.org-writer i386 1:2.3.0-6.6.fc8 installed 7.2 M
Transaction Summary
=============================================================================
Install 0 Package(s)
Update 0 Package(s)
Remove 7 Package(s)
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Erasing : openoffice.org-impress ######################### [1/7]
Erasing : openoffice.org-writer ######################### [2/7]
Erasing : openoffice.org-math ######################### [3/7]
Erasing : openoffice.org-draw ######################### [4/7]
Erasing : openoffice.org-langpack-en ######################### [5/7]
Erasing : openoffice.org-core ######################### [6/7]
Erasing : openoffice.org-calc ######################### [7/7]
Removed: openoffice.org-calc.i386 1:2.3.0-6.6.fc8 openoffice.org-core.i386 1:2.3.0-6.6.fc8 openoffice.org-draw.i386 1:2.3.0-6.6.fc8 openoffice.org-impress.i386 1:2.3.0-6.6.fc8 openoffice.org-langpack-en.i386 1:2.3.0-6.6.fc8 openoffice.org-math.i386 1:2.3.0-6.6.fc8 openoffice.org-writer.i386 1:2.3.0-6.6.fc8
Complete!
[root@localhost ~]# tar -xvf OOo_3.3.0_*
tar: OOo_3.3.0_*: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
[root@localhost ~]# cd OOO330_m20_native_packed-1_en-US.9567/
-bash: cd: OOO330_m20_native_packed-1_en-US.9567/: No such file or directory
[root@localhost ~]# tar -xvf OOo-Dev_Dev_3.4Beta*
tar: OOo-Dev_Dev_3.4Beta*: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
[root@localhost ~]# tar -xvf OOo_3.3.0_*
tar: OOo_3.3.0_*: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
[root@localhost ~]# cd OOO330_m20_native_packed-1_en-US.9567/
-bash: cd: OOO330_m20_native_packed-1_en-US.9567/: No such file or directory
[root@localhost ~]# rpm -Uvh RPMS/*.rpm RPMS/desktop-integration/openoffice.org3.3-redhat-menus-3.3-*.rpm
error: File not found by glob: RPMS/*.rpm
error: File not found by glob: RPMS/desktop-integration/openoffice.org3.3-redhat-menus-3.3-*.rpm
[root@localhost ~]# rpm -Uvh RPMS/*.rpm
error: File not found by glob: RPMS/*.rpm
[root@localhost ~]# rpm -Uvh RPMS/desktop-integration/openoffice.org3.3-redhat-menus-3.3-*.rpm
error: File not found by glob: RPMS/desktop-integration/openoffice.org3.3-redhat-menus-3.3-*.rpm
[root@localhost ~]# ./setup
-bash: ./setup: No such file or directory
[root@localhost ~]# openoffice.org3
-bash: openoffice.org3: command not found
now, i will try the 2nd one…
but how will i find my package?
just by typing these?
Hi Sophie,
Try exactly following:
md5sum is just check is your file corrupted or not and output should be exactly following:
If md5sum 24ff3fb594dfb1718512cf41cbe18ffc match, then continue with following commands:
You are done, OpenOffice installation is ready and then open OpenOffice with following command:
Or check your system menus. ;)
thanks a lot JR!!! :)
it worked already!
sorry, i wasn’t able to do it asap because we were having problems with the internet connection because of the bad weather – storm…
but it’s worth the wait!
by the way, here how it went just in case you or somebody is interested:
[user@localhost ~]$ sudo -i
[root@localhost ~]# yum remove openoffice.org*
Setting up Remove Process
fedora 100% |=========================| 2.1 kB 00:00
updates 100% |=========================| 2.6 kB 00:00
No Match for argument: openoffice.org*
No Packages marked for removal
[root@localhost ~]# cd /tmp
[root@localhost tmp]# wget http://download.services.openoffice.org/files/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
–14:21:47– http://download.services.openoffice.org/files/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
=> `OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz’
Resolving download.services.openoffice.org… 192.9.173.38
Connecting to download.services.openoffice.org|192.9.173.38|:80… connected.
HTTP request sent, awaiting response… 302 Found
Location: http://mirror-cybernet.lums.edu.pk/pub/openoffice/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz [following]
–14:22:08– http://mirror-cybernet.lums.edu.pk/pub/openoffice/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
=> `OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz’
Resolving mirror-cybernet.lums.edu.pk… 58.65.218.244
Connecting to mirror-cybernet.lums.edu.pk|58.65.218.244|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 176,308,313 (168M) [application/x-gzip]
2% [ ] 4,411,771 –.–K/s ETA 17:04:37
14:48:34 (2.73 KB/s) – Read error at byte 4411771/176308313 (Connection timed out). Retrying.
–14:48:35– http://mirror-cybernet.lums.edu.pk/pub/openoffice/stable/3.3.0/OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
(try: 2) => `OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz’
Connecting to mirror-cybernet.lums.edu.pk|58.65.218.244|:80… connected.
HTTP request sent, awaiting response… 206 Partial Content
Length: 176,308,313 (168M), 171,896,542 (164M) remaining [application/x-gzip]
100%[====================================>] 176,308,313 4.99K/s ETA 00:00
00:02:55 (5.05 KB/s) – `OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz’ saved [176308313/176308313]
[root@localhost tmp]# md5sum OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
24ff3fb594dfb1718512cf41cbe18ffc OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
[root@localhost tmp]# tar -xvf OOo_3.3.0_Linux_x86_install-rpm-wJRE_en-US.tar.gz
OOO330_m20_native_packed-1_en-US.9567/
OOO330_m20_native_packed-1_en-US.9567/installdata/
OOO330_m20_native_packed-1_en-US.9567/installdata/images/
OOO330_m20_native_packed-1_en-US.9567/installdata/images/Setup.gif
OOO330_m20_native_packed-1_en-US.9567/installdata/html/
OOO330_m20_native_packed-1_en-US.9567/installdata/html/AcceptLicense.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/UninstallationImminent_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseInstallationType_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/UninstallationImminent.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/AcceptLicense_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/UninstallationOngoing.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/LICENSE_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseComponents_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseInstallationType.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseDirectory_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/UninstallationPrologue.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/Prologue_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/InstallationOngoing.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseUninstallationComponents_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/LICENSE.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/InstallationImminent.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/UninstallationOngoing_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/Prologue.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseUninstallationType_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/InstallationOngoing_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseComponents.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseDirectory.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseUninstallationComponents.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/ChooseUninstallationType.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/UninstallationPrologue_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/html/InstallationImminent_en-US.html
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Binfilter_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Brand_Prg_Draw.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Systemintegration_child_1.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Draw.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Resource_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Draw_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Userland.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Brand_Prg_Base.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Dictionaries.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Base.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Extension_Dictionary_En.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Files_6.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Files_1.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Math_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Base_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Math_Bin.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Brand.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Calc.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Oooimprovement.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Grfflt.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Brand_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Brand_Prg_Calc.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Testtool.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Brand_Prg_Impress.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Kde.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Extension_Dictionary_Es.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Calc_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Files_Images.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Brand_Prg_Math.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Root_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Gnome.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Ure_Hidden.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Math.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Wrt_Bin.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Files_7.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Binfilter.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Languageroot.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Base_Bin.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Fonts_OOo_Hidden.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Onlineupdate.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Impress_Bin.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Files_4.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Extension_Dictionary_Fr.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Files_3.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/setup.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Oo_Linguistic.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Java.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Impress_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Systemintegration_child_4.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Systemintegration_child_3.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Systemintegration.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Impress.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Files_2.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Pyuno.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Wrt.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Root_Files_5.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Help_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Writer_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Javafilter.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Systemintegration_child_2.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Draw_Bin.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Prg_Calc_Bin.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Optional_Xsltfiltersamples.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Brand_Prg_Wrt.xpd
OOO330_m20_native_packed-1_en-US.9567/installdata/xpd/gid_Module_Langpack_Basis_en_US.xpd
OOO330_m20_native_packed-1_en-US.9567/setup
OOO330_m20_native_packed-1_en-US.9567/JavaSetup.jar
OOO330_m20_native_packed-1_en-US.9567/update
OOO330_m20_native_packed-1_en-US.9567/readmes/
OOO330_m20_native_packed-1_en-US.9567/readmes/README_en-US
OOO330_m20_native_packed-1_en-US.9567/readmes/README_en-US.html
OOO330_m20_native_packed-1_en-US.9567/RPMS/
OOO330_m20_native_packed-1_en-US.9567/RPMS/userland/
OOO330_m20_native_packed-1_en-US.9567/RPMS/userland/openoffice.org-userland-1.0-0.noarch.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-math-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-en-US-base-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-en-US-help-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-en-US-calc-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-pyuno-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-testtool-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-oooimprovement-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-core07-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/jre-6u22-linux-i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/openoffice.org3-base-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/openoffice.org3-calc-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/openoffice.org3-impress-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-en-US-res-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-binfilter-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/openoffice.org3-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-en-US-writer-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/openoffice.org3-dict-en-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/openoffice.org3-draw-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-impress-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-kde-integration-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-en-US-binfilter-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/openoffice.org-ure-1.7.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-en-US-draw-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-core03-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-core04-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-images-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-core01-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-en-US-impress-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-core06-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-draw-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-en-US-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/openoffice.org3-dict-fr-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/openoffice.org3-writer-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-writer-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-onlineupdate-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-ooofonts-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-en-US-math-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-core05-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/openoffice.org3-dict-es-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-core02-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/openoffice.org3-en-US-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-xsltfilter-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-graphicfilter-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/desktop-integration/
OOO330_m20_native_packed-1_en-US.9567/RPMS/desktop-integration/openoffice.org3.3-redhat-menus-3.3-9556.noarch.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/desktop-integration/openoffice.org3.3-freedesktop-menus-3.3-9556.noarch.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/desktop-integration/openoffice.org3.3-suse-menus-3.3-9556.noarch.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/desktop-integration/openoffice.org3.3-mandriva-menus-3.3-9556.noarch.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-calc-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-base-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-gnome-integration-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-ooolinguistic-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/ooobasis3.3-javafilter-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/RPMS/openoffice.org3-math-3.3.0-9567.i586.rpm
OOO330_m20_native_packed-1_en-US.9567/licenses/
OOO330_m20_native_packed-1_en-US.9567/licenses/LICENSE_en-US
OOO330_m20_native_packed-1_en-US.9567/licenses/LICENSE_en-US.html
[root@localhost tmp]# cd OOO330_m20_native_packed-1_en-US.9567/
[root@localhost OOO330_m20_native_packed-1_en-US.9567]# rpm -Uvh RPMS/*.rpm
Preparing… ########################################### [100%]
1:openoffice.org-ure ########################################### [ 2%]
2:ooobasis3.3-core01 ########################################### [ 4%]
3:ooobasis3.3-en-US ########################################### [ 6%]
4:ooobasis3.3-core02 ########################################### [ 8%]
5:ooobasis3.3-core03 ########################################### [ 10%]
6:ooobasis3.3-core04 ########################################### [ 12%]
7:ooobasis3.3-core05 ########################################### [ 14%]
8:ooobasis3.3-core06 ########################################### [ 16%]
9:ooobasis3.3-core07 ########################################### [ 18%]
10:ooobasis3.3-en-US-base ########################################### [ 20%]
11:ooobasis3.3-en-US-calc ########################################### [ 22%]
12:ooobasis3.3-en-US-draw ########################################### [ 24%]
13:ooobasis3.3-en-US-help ########################################### [ 27%]
14:ooobasis3.3-en-US-impre########################################### [ 29%]
15:ooobasis3.3-en-US-math ########################################### [ 31%]
16:ooobasis3.3-en-US-res ########################################### [ 33%]
17:ooobasis3.3-en-US-write########################################### [ 35%]
18:ooobasis3.3-base ########################################### [ 37%]
19:ooobasis3.3-calc ########################################### [ 39%]
20:ooobasis3.3-draw ########################################### [ 41%]
21:ooobasis3.3-images ########################################### [ 43%]
22:openoffice.org3 ########################################### [ 45%]
23:ooobasis3.3-impress ########################################### [ 47%]
24:ooobasis3.3-math ########################################### [ 49%]
25:ooobasis3.3-writer ########################################### [ 51%]
26:jre ########################################### [ 53%]
Unpacking JAR files…
rt.jar…
jsse.jar…
charsets.jar…
localedata.jar…
plugin.jar…
javaws.jar…
deploy.jar…
27:ooobasis3.3-binfilter ########################################### [ 55%]
28:ooobasis3.3-en-US-binfi########################################### [ 57%]
29:ooobasis3.3-gnome-integ########################################### [ 59%]
30:ooobasis3.3-graphicfilt########################################### [ 61%]
31:ooobasis3.3-javafilter ########################################### [ 63%]
32:ooobasis3.3-kde-integra########################################### [ 65%]
33:ooobasis3.3-onlineupdat########################################### [ 67%]
34:ooobasis3.3-ooofonts ########################################### [ 69%]
35:ooobasis3.3-oooimprovem########################################### [ 71%]
36:ooobasis3.3-ooolinguist########################################### [ 73%]
37:ooobasis3.3-pyuno ########################################### [ 76%]
38:ooobasis3.3-testtool ########################################### [ 78%]
39:ooobasis3.3-xsltfilter ########################################### [ 80%]
40:openoffice.org3-base ########################################### [ 82%]
41:openoffice.org3-calc ########################################### [ 84%]
42:openoffice.org3-dict-en########################################### [ 86%]
43:openoffice.org3-dict-es########################################### [ 88%]
44:openoffice.org3-dict-fr########################################### [ 90%]
45:openoffice.org3-draw ########################################### [ 92%]
46:openoffice.org3-en-US ########################################### [ 94%]
47:openoffice.org3-impress########################################### [ 96%]
48:openoffice.org3-math ########################################### [ 98%]
49:openoffice.org3-writer ########################################### [100%]
[root@localhost OOO330_m20_native_packed-1_en-US.9567]# rpm -Uvh RPMS/desktop-integration/openoffice.org3.3-redhat-menus-3.3-*.rpm
Preparing… ########################################### [100%]
1:openoffice.org3.3-redha########################################### [100%]
/usr/bin/gtk-update-icon-cache
Cache file created successfully.
/usr/bin/gtk-update-icon-cache
Cache file created successfully.
[root@localhost OOO330_m20_native_packed-1_en-US.9567]#
by the way, is it possible for me to put the icons in the Work Tab?
if yes, how?
thanks again!
ooops! sorry! no need to answer this one : “by the way, is it possible for me to put the icons in the Work Tab?
if yes, how?”
when i restarted it i found the icons in the Work Tab already….
thank you very much for your help!
anyway, is it possible for me to install vlc and skype in this laptop?
sorry…i have so many questions….
Hi,
I’m glad to hear that you get it working! :)
I actually answered your question on facebook…so yes we have new Linux and programming help forums section coming soon… ;)
yep…thanks!
you’re great!
how did you know that it was me who posted in fb? :)
You’re welcome! :)
I actually first read your question here and then in fb. So it was very easy to guess, because Fedora 8 is really old and it’s very long time when anybody else before you is even talked about Fedora 8 to me… ;)
it figures…
by the way, i tried to access open office today but everytime i click the icon there is a dialog box or whatever box is that that pop out and says “/home/user/%U does not exist”
i don’t know why and what happened but i didn’t do anything after installing it…
what happened?
what do i do?
Try following to do following:
1. Open terminal and write:
sudo thunar2. Go to /usr/share/applications
3. Find OpenOffice icons Right-click and select properties
4. Find Launcher -> Command, then erase the %U
You have to do same for all OpenOffice icons. It should work like this, but I do not have Linpus Linux Lite v1.0.6.E / Fedora 8 now available, so I can not be sure. :)
I’m sorry but i tried
[root@le-bobo-vi tmp]# cd OOO330_m20_native_packed-1_en-US.9567/
[root@le-bobo-vi OOO330_m20_native_packed-1_en-US.9567]# rpm -Uvh RPMS/*.rpm
error: Failed dependencies:
libgnomevfs-2.so.0 is needed by ooobasis3.3-gnome-integration-3.3.0-9567.i586
and then i tried to install the libgnomevfs-2.so.0 package and
a transaction error ‘glups me out’:
gnome-vfs2-2.8.2-8.9.EL4.i386 requires libdbus-glib-1.so.0
gnome-vfs2-2.8.2-8.9.EL4.i386 requires libdbus-1.so.0
gnome-vfs2-2.8.2-8.9.EL4.i386 requires libcrypto.so.4
gnome-vfs2-2.8.2-8.9.EL4.i386 requires libhal.so.0
gnome-vfs2-2.8.2-8.9.EL4.i386 requires libssl.so.4
gnome-vfs2-2.8.2-8.9.EL4.i386 requires libhal-storage.so.0
And i opted to install libreOffice…
this is the third time i install openOffice and always i had problems.
anyway great post!
Hi Srttowers,
Could you tell what system you are running?
Hi,
I am using Fedora 13.I tried to try to install openoffice.org using the tutorial.I got the following error:
Preparing… ########################################### [100%]
file /etc/init.d/jexec from install of jre-1.6.0_22-fcs.i586 conflicts with file from package jdk-2000:1.7.0-fcs.i586.
Thank you.
Hi usha,
You could try to download and install OpenOffice.org without JRE. Download following package and try again:
Please let me know could you get it working?
Hi,
I opened the tar package.I got this error.
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
So again I downloaded,I cannot download the full file.
Thank you.
Hi usha,
Another option is install all other packages, but not the jre-1.6.0_22-fcs.i586 package. I just checked OpenOffice package and actually all other rpms starts with o letter, so you could try following with original package:
i did it already…same thing happens…
but when i access it thru the menu in the office by right clicking on the desktop/home screen then choosing office then open office.org 3 writer it’s working but when i access it on the work tab it’s still posting the same error message…by the way, the icon there is word processor…maybe that’s the reason why…but i don’t know how will make that work
I think that the red hat menus package launchers are not compatible with Fedora 8 so that’s why it’s not working properly, but only way is fix those manually. Could you post example oowriter launcher content from /usr/share/applications directory?
ex:
oowriter
description: word processor
command: openoffice.org3 -writer %U
comment: Create and edit text and graphics in letters, reports, documents and Web pages by using Writer.
options: use startup notification (unchecked)
run in terminal (unchecked)
is that what you meant by content?
or it’s another thing?
Hi sophie,
This is just what I wanted to see, so modify following line:
To
So remove %U and try to use launcher again. Is it working? :)
i already removed the %U so now it’s only
openoffice.org3 -writer
but it’s still posting the same error message…
:D
i did it again then i restarted my laptop right after removing all the %U…and…
it worked!!! :)
thanks a lot!
sorry, i did it before and tried accessing open office without restarting… excited much…
thank you very much!!!
(^.^)
Hi sophie,
You’re welcome! :D Nice to hear that you got it working and if you have some other OpenOffice launchers repeat this for all… :)
And normally just log out and then log in is enough to see is it working… :)
ok… i won’t forget that next time…
a million thanks to you and to all your help!
more power!
Thanks, I like it :)
When i try to run the rpm i am getting the following error.And i m very new to linux.
error: Failed dependencies:
ooobasis3.3-en-US-calc is needed by openoffice.org3-en-US-3.3.0-9567.x86_64
ooobasis3.3-en-US-help is needed by openoffice.org3-en-US-3.3.0-9567.x86_64
Thanks in advance.
Hi Sagar,
Could you post full command what you tried to run and full error message?
Thanks for this guide LibreOffice was messing up graphics on Fedora 16 with the akmod drivers and the following chipset:
00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
I removed LibreOffice, excluded it from yum and installed OpenOffice.org 3.3.0 64-bit version (SELinux disabled). Everythings fine now.
Thank you so much you just saved me so much time!
Thanks a lot. You saved a lot of time
./setup: line 271: usr/java/jre1.6.0_22/bin/unpack200: cannot execute binary file
ERROR: Failed to unpack JAR file:
lib/rt.jar
Installation failed. Please refer to the Troubleshooting Section of
the Installation Instructions on the download page.
/dev/pts/0
Error: Failed to extract the Java Runtime Environment (JRE) files. (exit code 8)
Hi Tran Trong Nhan,
Try to install it without setup script.
Yeah but how i can install without setup script ?
Hi Chazzy,
Follow this guide, and don’t run ./setup script.
hi,
Thanks…thanks a lot…
Thx, very helpful guide **two thumbs up
After entering the first command itself, the display says
” bash: wget: command not found…”
What should I do?
Please help
Hi Prateek,
Try following:
and then try again. :)