PuppyLinux : OpenOfficeManualInstall

PuppyLinuxMainPage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
This method for installing OpenOffice in Puppy will provide you with the full installation of the most recent version of Open Office:

1. Go to the Open Office website and download the latest stable version to an empty folder. e.g. /mnt/home/tmp . Make sure that you have at least 700 MB available as it is a large install, also make sure that it is not a FAT file system. FAT systems loose symbolic links.

2. Extract the file with the following command (use the file name that you downloaded)
tar -xvzf OOo_2.0.2_LinuxIntel_install.tar.gz


3. The previous command will extract all the files to a subfolder. Change folders to the RPMS folder under that newly created folder. e.g.
cd OOB680_m5_native_packed-1_en-US.9011/RPMS


4. Extract the RPM files with the following command (all one line)
for FILENAME in *.rpm ; do exec rpm2cpio "$FILENAME" | cpio -i -d; done


5. The previous command will create a opt subfolder and under that an openoffice.org2.0 folder. Move that folder to a final location. Please note that it must be a place with enough space such as your /mnt/home folde. e.g.
mv opt/openoffice.org2.0 /mnt/home 


6. Create a symbolic link (symlink) to the open office executable. e.g.
ln -s /mnt/home/oppenoffice.org2.0/program/soffice /root/my-applications/bin/soffice


7. Open the ROX File Manager and drag the soffice executable from the location you put it to the desktop e.g.
/mnt/home/oppenoffice.org2.0/program/soffice

8. Click on the soffice icon and OpenOffice should start.

CategoryHowto

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.0
Page was generated in 0.2805 seconds