Created
August 18, 2015 19:59
-
-
Save nl5887/ec5462b1671451163b29 to your computer and use it in GitHub Desktop.
install openoffice headless amazon linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 cd /usr/local/ | |
9 wget http://download.documentfoundation.org/libreoffice/stable/5.0.0/rpm/x86_64/LibreOffice_5.0.0_Linux_x86-64_rpm.tar.gz | |
10 tar -xvf LibreOffice_5.0.0_Linux_x86-64_rpm.tar.gz | |
11 cd LibreOffice_5.0.0 | |
12 cd LibreOffice_5.0.0_Linux_x86-64_rpm.tar.gz | |
13 cd LibreOffice_5.0.0.5_Linux_x86-64_rpm/ | |
20 yum localinstall *.rpm --skip-broken | |
47 yum install cairo | |
50 yum install cups | |
51 /opt/libreoffice5.0/program/soffice --headless --convert-to csv websiteregister-rijksoverheid-20150730.ods |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!