11-12-2016, 02:20 PM
(This post was last modified: 11-12-2016, 02:30 PM by darknetmatrix.)
maybe will help or
Removing packages with sudo apt-get purge ... or sudo apt-get --purge remove ... will remove them and all their global (i.e., systemwide) configuration files.
Code:
sudo apt-get autoremove libreoffice
Code:
sudo apt-get purge libreoffice
Removing packages with sudo apt-get purge ... or sudo apt-get --purge remove ... will remove them and all their global (i.e., systemwide) configuration files.