+1
Bon, il faut nettoyer cette install de fond en comble :
[[ $(dpkg -l | grep ^rc) ]] && sudo dpkg -P $(dpkg -l | grep ^rc | tr -s " " | cut -d " " -f 2)
Puis redonne :
dpkg -l | grep -Ei "linux-(g|h|i|lo|si|t)"
Pour LO :
sudo apt-get purge --auto-remove libreoffice-gtk
sudo apt-get purge --auto-remove libreoffice-gtk3
puis
sudo apt-get clean
sudo add-apt-repository ppa:libreoffice/ppa
sudo apt update && sudo apt full-upgrade
sudo apt install libreoffice libreoffice-l10n-fr libreoffice-help-fr hyphen-fr
Tu lances libreoffice, si c'est moche tu ajoutes :
sudo apt install libreoffice-gtk
@moko138, la réponse a ta question est dans ma signature 😉