Advertisement
Guest User

LibreOffice_4.3.4 in Debian 64 bits

a guest
Dec 2nd, 2014
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. #!/bin/bash
  2. apt-get purge libreoffice*
  3. apt-get remove libreoffice*
  4. cd /tmp/
  5. mkdir libreoffice
  6. cd libreoffice
  7. wget -c http://ftp.osuosl.org/pub/tdf/libreoffice/stable/4.3.4/deb/x86_64/LibreOffice_4.3.4_Linux_x86-64_deb.tar.gz
  8. wget -c http://ftp.osuosl.org/pub/tdf/libreoffice/stable/4.3.4/deb/x86_64/LibreOffice_4.3.4_Linux_x86-64_deb_langpack_es.tar.gz
  9. wget -c http://download.documentfoundation.org/libreoffice/stable/4.3.4/deb/x86_64/LibreOffice_4.3.4_Linux_x86-64_deb_helppack_es.tar.gz
  10. tar xzvf LibreOffice_4.3.4_Linux_x86-64_deb.tar.gz
  11. cd /tmp/libreoffice/LibreOffice_4.3.4.1_Linux_x86-64_deb/DEBS/
  12. dpkg -i *.deb
  13. tar xzvf /tmp/libreoffice/LibreOffice_4.3.4_Linux_x86-64_deb_langpack_es.tar.gz
  14. cd /tmp/libreoffice/LibreOffice_4.3.4.1_Linux_x86-64_deb/LibreOffice_4.3.4.1_Linux_x86-64_deb_langpack_es/DEBS/
  15. dpkg -i *.deb
  16. tar xzvf /tmp/libreoffice/LibreOffice_4.3.4_Linux_x86-64_deb_helppack_es.tar.gz
  17. cd /tmp/libreoffice/LibreOffice_4.3.4.1_Linux_x86-64_deb_helppack_es/DEBS/
  18. dpkg -i libobasis4.3-es-help_4.3.4.1-1_amd64.deb
  19. rm -R /tmp/libreoffice
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement