Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
383
rated 0 times [  383] [ 0]  / answers: 1 / hits: 570039  / 1 Year ago, wed, march 22, 2023, 7:15:46

Which package should I remove to completely remove libreoffice? I have no need for office tools.



That's the one gripe I have with package managers like apt, there's no simple way to perform the essential task of removing unwanted software :S


More From » apt

 Answers
3

Type the following in terminal to remove libreoffice:


sudo apt-get remove --purge libreoffice*
sudo apt-get clean
sudo apt-get autoremove

Note that some terminals (e.g. zsh) will require the wildcard to be escaped:


sudo apt-get remove --purge libreoffice*

[#35934] Thursday, March 23, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
sator

Total Points: 258
Total Questions: 119
Total Answers: 101

Location: Sweden
Member since Fri, Apr 16, 2021
3 Years ago
;