diff --git a/docs/docs/LibreOffice.md b/docs/docs/LibreOffice.md index 5decac5..cf7ce29 100644 --- a/docs/docs/LibreOffice.md +++ b/docs/docs/LibreOffice.md @@ -53,11 +53,11 @@ apt install libreoffice-gtk2 ```shell su -apt remove icedtea* default-jre default-jre-headless \ +apt-get remove icedtea* default-jre default-jre-headless \ libreoffice* java-common mythes-fr hyphen-fr hunspell hunspell-fr* \ fonts-crosextra-carlito fonts-crosextra-caladea \ fonts-dejavu fonts-linuxlibertine fonts-sil-gentium-basic -apt autoremove --purge +apt-get autoremove --purge ``` ** ATTENTION ** si il est proposé de **ré-installer** des paquets de remplacement, **arrêter** et me contacter. @@ -66,8 +66,8 @@ apt autoremove --purge ```shell su -apt update -apt install libreoffice-calc libreoffice-writer libreoffice-math libreoffice-draw \ +apt-get update +apt-get install libreoffice-calc libreoffice-writer libreoffice-math libreoffice-draw \ libreoffice-impress libreoffice-style-tango libreoffice-l10n-fr libreoffice-help-fr \ fonts-crosextra-carlito fonts-crosextra-caladea \ fonts-dejavu fonts-linuxlibertine fonts-sil-gentium-basic \ @@ -86,9 +86,8 @@ de le faire pour retouver un style pesant, mais conforme? à l'esprit du DE ;) `libreoffice-gtk2`(pour Xfce ou Mate) ou `libreoffice-gtk3` ```shell su -apt-update # réinstaller la version installé, 2 par exemple -apt install libreoffice-gtk2 +apt-get install libreoffice-gtk2 ``` ### mise à jour: installation full @@ -96,5 +95,5 @@ apt install libreoffice-gtk2 installation du métapaquet: ```shell su -apt install libreoffice +apt-get install libreoffice ```