Instruction for LibreOffice dependency installation | |
1. cd /usr/local | |
2. wget http://download.documentfoundation.org/libreoffice/stable/5.0.0/rpm/x86_64/LibreOffice_5.0.0_Linux_x86-64_rpm.tar.gz | |
3. cd LibreOffice_5.0.0_Linux_x86-64_rpm | |
4. yum localinstall *.rpm --skip-broken | |
5. yum install cairo | |
6. yum install cups | |
7. Update path by updating ~/.bashrc file. | |
export PATH="$PATH:/opt/libreoffice5.0/program" | |
8. sudo yum install libXinerama.x86_64 cups-libs dbus-glib | |
9. You are all set! | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
How do we start it, i want to start Libra Office in background to other application can consume it.