Last active
August 29, 2015 14:08
-
-
Save caugner/ce436694a97dfa129058 to your computer and use it in GitHub Desktop.
Install LibreOffice 4.1 under Ubuntu 14.04
This file contains 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
sudo add-apt-repository -y ppa:libreoffice/libreoffice-4-1 | |
sudo apt-get install \ | |
libreoffice=1:4.1.6-0ubuntu1~trusty1~ppa1 \ | |
libreoffice-base=1:4.1.6-0ubuntu1~trusty1~ppa1 \ | |
libreoffice-base-core=1:4.1.6-0ubuntu1~trusty1~ppa1 \ | |
libreoffice-core=1:4.1.6-0ubuntu1~trusty1~ppa1 \ | |
libreoffice-calc=1:4.1.6-0ubuntu1~trusty1~ppa1 \ | |
libreoffice-draw=1:4.1.6-0ubuntu1~trusty1~ppa1 \ | |
libreoffice-impress=1:4.1.6-0ubuntu1~trusty1~ppa1 \ | |
libreoffice-math=1:4.1.6-0ubuntu1~trusty1~ppa1 \ | |
libreoffice-writer=1:4.1.6-0ubuntu1~trusty1~ppa1 \ | |
libreoffice-common=1:4.1.6-0ubuntu1~trusty1~ppa1 \ | |
python3-uno=1:4.1.6-0ubuntu1~trusty1~ppa1 \ | |
\ | |
libreoffice-gnome=1:4.1.6-0ubuntu1~trusty1~ppa1 \ | |
libreoffice-gtk=1:4.1.6-0ubuntu1~trusty1~ppa1 \ | |
libreoffice-style-tango=1:4.1.6-0ubuntu1~trusty1~ppa1 \ | |
\ | |
libreoffice-l10n-de=1:4.1.6-0ubuntu1~trusty1~ppa1 \ | |
libreoffice-l10n-fr=1:4.1.6-0ubuntu1~trusty1~ppa1 \ | |
\ | |
libreoffice-help-de=1:4.1.6-0ubuntu1~trusty1~ppa1 \ | |
\ | |
libreoffice-lightproof-en \ | |
\ | |
hyphen-de \ | |
hyphen-en-us \ | |
hyphen-fr \ | |
\ | |
mythes-de \ | |
mythes-en-us \ | |
mythes-fr \ | |
\ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment