| 
  
   Size: 1568 
  
  Comment:  
 | 
    ← Revision 17 as of 2025-09-25 20:38:33  ⇥ 
  Size: 2128 
  
  Comment:  
 | 
| Deletions are marked like this. | Additions are marked like this. | 
| Line 1: | Line 1: | 
| ## page was renamed from OpenOffice | |
| Line 5: | Line 6: | 
| == SlackBuild == * cd /tmp * wget http://slackbuilds.org/slackbuilds/14.0/office/libreoffice.tar.gz * tar xvzf libreoffice.tar.gz * cd libreoffice * wget http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86_64/LibreOffice_4.1.5_Linux_x86-64_rpm.tar.gz #64 bit * wget http://download.documentfoundation.org/libreoffice/stable/4.1.6/rpm/x86/LibreOffice_4.1.6_Linux_x86_rpm.tar.gz # 32 bit * vim libreoffice.SlackBuild #change version from 4.1.3 to 4.1.5 or 4.1.6 * ./libreoffice.SlackBuild * installpkg /tmp/libreoffice-4.1.5-x86_64-1_SBo.tgz  | 
== SlackBuilds == {{{#!highlight sh cd /tmp wget http://slackbuilds.org/slackbuilds/14.0/office/libreoffice.tar.gz tar xvzf libreoffice.tar.gz cd libreoffice wget http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86_64/LibreOffice_4.1.5_Linux_x86-64_rpm.tar.gz #64 bit wget http://download.documentfoundation.org/libreoffice/stable/4.1.6/rpm/x86/LibreOffice_4.1.6_Linux_x86_rpm.tar.gz # 32 bit vim libreoffice.SlackBuild #change version from 4.1.3 to 4.1.5 or 4.1.6 ./libreoffice.SlackBuild installpkg /tmp/libreoffice-4.1.5-x86_64-1_SBo.tgz }}}  | 
| Line 16: | Line 19: | 
| == Slackbuild Slackware64 14 == * cd * cd /tmp * wget http://slackbuilds.org/slackbuilds/14.0/office/libreoffice.tar.gz * tar xvzf libreoffice.tar.gz * cd libreoffice * wget http://sourceforge.net/projects/libreoffice.mirror/files/LibreOffice%204.1.5/LibreOffice_4.1.5_Linux_x86-64_rpm.tar.gz/download * mv download LibreOffice_4.1.5_Linux_x86-64_rpm.tar.gz * sed -i 's/4.1.3/4.1.5/g' libreoffice.SlackBuild * su * ./libreoffice.SlackBuild * installpkg /tmp/libreoffice-4.1.5-x86_64-1_SBo.tgz  | 
== Slackbuilds Slackware64 14 == {{{#!highlight sh cd cd /tmp wget http://slackbuilds.org/slackbuilds/14.0/office/libreoffice.tar.gz tar xvzf libreoffice.tar.gz cd libreoffice wget http://sourceforge.net/projects/libreoffice.mirror/files/LibreOffice%204.1.5/LibreOffice_4.1.5_Linux_x86-64_rpm.tar.gz/download mv download LibreOffice_4.1.5_Linux_x86-64_rpm.tar.gz sed -i 's/4.1.3/4.1.5/g' libreoffice.SlackBuild su ./libreoffice.SlackBuild installpkg /tmp/libreoffice-4.1.5-x86_64-1_SBo.tgz }}}  | 
| Line 30: | Line 35: | 
|  * cd /tmp * wget https://slackbuilds.org/slackbuilds/14.2/office/libreoffice.tar.gz * tar xvzf libreoffice.tar.gz * cd libreoffice * wget http://ftp.rediris.es/mirror/TDF/libreoffice/stable/5.2.2/rpm/x86_64/LibreOffice_5.2.2_Linux_x86-64_rpm.tar.gz * ./libreoffice.SlackBuild * installpkg /tmp/libreoffice-6.0.2-x86_64-1_SBo.tgz  | 
{{{#!highlight sh cd /tmp wget https://slackbuilds.org/slackbuilds/14.2/office/libreoffice.tar.gz tar xvzf libreoffice.tar.gz cd libreoffice wget https://download.documentfoundation.org/libreoffice/stable/6.0.2/rpm/x86_64/LibreOffice_6.0.2_Linux_x86-64_rpm.tar.gz ./libreoffice.SlackBuild installpkg /tmp/libreoffice-6.0.2-x86_64-1_SBo.tgz }}}  | 
| Line 38: | Line 45: | 
| == Windows 11 == * https://www.libreoffice.org/donate/dl/win-x86_64/25.8.1/pt/LibreOffice_25.8.1_Win_x86-64.msi == Openoffice Programs == * sbase , database HSQLDB embedded, test_db.odb * sdraw , desktop publishing * simpress , presentation * scalc , spreadsheet * smath , math formulas * swriter , word processor == LibreOffice start from command line == {{{#!highlight bash libreoffice --writer libreoffice --calc libreoffice --draw libreoffice --impress libreoffice --base }}}  | 
LibreOffice
http://slackbuilds.org/repository/14.0/office/libreoffice/
SlackBuilds
   1 cd /tmp
   2 wget http://slackbuilds.org/slackbuilds/14.0/office/libreoffice.tar.gz
   3 tar xvzf libreoffice.tar.gz
   4 cd libreoffice
   5 wget http://download.documentfoundation.org/libreoffice/stable/4.1.5/rpm/x86_64/LibreOffice_4.1.5_Linux_x86-64_rpm.tar.gz #64 bit
   6 wget http://download.documentfoundation.org/libreoffice/stable/4.1.6/rpm/x86/LibreOffice_4.1.6_Linux_x86_rpm.tar.gz # 32 bit
   7 vim libreoffice.SlackBuild #change version from 4.1.3 to 4.1.5 or 4.1.6
   8 ./libreoffice.SlackBuild 
   9 installpkg /tmp/libreoffice-4.1.5-x86_64-1_SBo.tgz 
Slackbuilds Slackware64 14
   1 cd
   2 cd /tmp
   3 wget http://slackbuilds.org/slackbuilds/14.0/office/libreoffice.tar.gz
   4 tar xvzf libreoffice.tar.gz
   5 cd libreoffice 
   6 wget http://sourceforge.net/projects/libreoffice.mirror/files/LibreOffice%204.1.5/LibreOffice_4.1.5_Linux_x86-64_rpm.tar.gz/download
   7 mv download LibreOffice_4.1.5_Linux_x86-64_rpm.tar.gz
   8 sed -i 's/4.1.3/4.1.5/g' libreoffice.SlackBuild  
   9 su
  10 ./libreoffice.SlackBuild
  11 installpkg /tmp/libreoffice-4.1.5-x86_64-1_SBo.tgz
Slackbuild Slackware64 14.2
   1 cd /tmp
   2 wget https://slackbuilds.org/slackbuilds/14.2/office/libreoffice.tar.gz
   3 tar xvzf libreoffice.tar.gz
   4 cd libreoffice
   5 wget https://download.documentfoundation.org/libreoffice/stable/6.0.2/rpm/x86_64/LibreOffice_6.0.2_Linux_x86-64_rpm.tar.gz
   6 ./libreoffice.SlackBuild 
   7 installpkg /tmp/libreoffice-6.0.2-x86_64-1_SBo.tgz
Windows 11
Openoffice Programs
- sbase , database HSQLDB embedded, test_db.odb
 - sdraw , desktop publishing
 - simpress , presentation
 - scalc , spreadsheet
 - smath , math formulas
 - swriter , word processor
 
