Skip to content

Instantly share code, notes, and snippets.

@nl5887
Created August 18, 2015 19:59
Show Gist options
  • Save nl5887/ec5462b1671451163b29 to your computer and use it in GitHub Desktop.
Save nl5887/ec5462b1671451163b29 to your computer and use it in GitHub Desktop.
install openoffice headless amazon linux
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
@christiansaiki
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment