ch LOlight

This commit is contained in:
kyodev 2017-06-02 22:55:06 +02:00
parent e73ae8f43f
commit ee534a93c2
1 changed files with 6 additions and 7 deletions

View File

@ -53,11 +53,11 @@ apt install libreoffice-gtk2
```shell ```shell
su 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* \ libreoffice* java-common mythes-fr hyphen-fr hunspell hunspell-fr* \
fonts-crosextra-carlito fonts-crosextra-caladea \ fonts-crosextra-carlito fonts-crosextra-caladea \
fonts-dejavu fonts-linuxlibertine fonts-sil-gentium-basic 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. ** 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 ```shell
su su
apt update apt-get update
apt install libreoffice-calc libreoffice-writer libreoffice-math libreoffice-draw \ apt-get install libreoffice-calc libreoffice-writer libreoffice-math libreoffice-draw \
libreoffice-impress libreoffice-style-tango libreoffice-l10n-fr libreoffice-help-fr \ libreoffice-impress libreoffice-style-tango libreoffice-l10n-fr libreoffice-help-fr \
fonts-crosextra-carlito fonts-crosextra-caladea \ fonts-crosextra-carlito fonts-crosextra-caladea \
fonts-dejavu fonts-linuxlibertine fonts-sil-gentium-basic \ 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` `libreoffice-gtk2`(pour Xfce ou Mate) ou `libreoffice-gtk3`
```shell ```shell
su su
apt-update
# réinstaller la version installé, 2 par exemple # réinstaller la version installé, 2 par exemple
apt install libreoffice-gtk2 apt-get install libreoffice-gtk2
``` ```
### mise à jour: installation full ### mise à jour: installation full
@ -96,5 +95,5 @@ apt install libreoffice-gtk2
installation du métapaquet: installation du métapaquet:
```shell ```shell
su su
apt install libreoffice apt-get install libreoffice
``` ```