Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| dcore:dcore_openoffice_guide [2016/11/09 17:17] – created nitram | dcore:dcore_openoffice_guide [2016/11/10 05:59] (current) – [Configure] nitram | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== dCore OpenOffice Guide ===== | ===== dCore OpenOffice Guide ===== | ||
| + | ==== Overview ==== | ||
| This guide manually installs [[http:// | This guide manually installs [[http:// | ||
| - | Note the download, extraction and SCE creation process will temporarily require up to ~1GB of space. After cleanup, however, the resulting // | + | The download, extraction and SCE creation process will temporarily require up to ~1GB of space. After cleanup, however, the resulting // |
| - | There is no easy update process. If a newer version becomes available and an update is desired, download the newer version and repeat these installation steps. | + | There is no easy update process. If a newer version becomes available and an update is desired, backup or remove the outdated // |
| - | Appache | + | Although not tested, it may not be wise to load both OpenOffice and LibreOffice simultaneously. |
| + | |||
| + | ==== Download ==== | ||
| + | |||
| + | Apache | ||
| < | < | ||
| http:// | http:// | ||
| </ | </ | ||
| - | Download Linux 32-bit (x86) 146MB v4.1.3 DEB file to /tmp or data partition: | + | Download |
| Apache_OpenOffice_4.1.3_Linux_x86_install-deb_en-US.tar.gz | Apache_OpenOffice_4.1.3_Linux_x86_install-deb_en-US.tar.gz | ||
| Note older releases are also available if desired. | Note older releases are also available if desired. | ||
| + | |||
| + | ==== Install ==== | ||
| + | Run the following commands from a terminal, tab-autocomplete is your friend. | ||
| Extract downloaded archive: | Extract downloaded archive: | ||
| Line 32: | Line 40: | ||
| Loop convert all 41 .deb files into individual SCEs (takes a while): | Loop convert all 41 .deb files into individual SCEs (takes a while): | ||
| - | for f in *; do sce-deb2sce $f; done | + | for f in *; do sce-deb2sce $f; done |
| Remove all *.sce.md5.txt files: | Remove all *.sce.md5.txt files: | ||
| Line 47: | Line 55: | ||
| Copy openoffice.sce and openoffice.sce.md5.txt to the SCE directory: | Copy openoffice.sce and openoffice.sce.md5.txt to the SCE directory: | ||
| - | cp openoffice.sce openoffice.sce.md5.txt / | + | cp openoffice.sce openoffice.sce.md5.txt / |
| + | Add OpenOffice to OnDemand (or sceboot.lst as desired): | ||
| + | sce-ondemand openoffice | ||
| + | |||
| + | ==== Test ==== | ||
| Load openoffice.sce: | Load openoffice.sce: | ||
| sce-load openoffice | sce-load openoffice | ||
| Line 61: | Line 73: | ||
| soffice | soffice | ||
| - | Welcome to OpenOffice wizard, blank username | + | Welcome to OpenOffice wizard |
| - | and 'finsih', | + | |
| Success! | Success! | ||
| - | Note a large ~50MB ~/ | + | ==== Configure ==== |
| - | not acceptable for dCore systems that do no have a persistent /home directory. | + | A large ~50MB ~/ |
| - | There is an ~24MB temporary / | + | There is an ~24MB temporary / |
| - | directory that can safely be emptied. | + | |
| - | The other is a large ~24MB / | + | The other is a large ~24MB / |
| - | The directory | + | |
| - | Users wishing to keep /home/tc/ small for backup should move the entire | + | Users wishing to keep /home/tc/ small for backup should move the entire / |
| - | / | + | |
| - | example the TCE directory is utilized as it is always mounted at boot, although | + | |
| - | any mounted data partition should work. Example move and symlink: | + | |
| cd /home/tc/ | cd /home/tc/ | ||
| mv / | mv / | ||
| ln -s / | ln -s / | ||
| - | Finally run a backup to change the configuration | + | OpenOffice loads numerous files into the /opt/ directory when loaded, which is included by default when backing up dCore. These files should be excluded from backup by adding the / |
| - | backup | + | echo " |
| + | |||
| + | ==== Backup ==== | ||
| + | Finally run a backup to save configuration | ||
| + | backup | ||
| + | |||
| + | ==== Miscellaneous ==== | ||
| + | Terminal output running '' | ||
| - | Minor issue, terminal output running '' | ||
| - | a Java Runtime Environment' | ||