list of what to remove to get rid of LibreOffice

Asked by Rudy Demientieff

How do I get rid of LibreOffice... is there a list of what to remove...
the help section said go to synaptic and remove everything with libreoffice...
what kind of instructions are those... I would prefer a definite list of what
to remove from Ubuntu 11.04 new upgrade...
I want openoffice back.
thanks for your time and help

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu libreoffice Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#1

To get the list of libreoffice installed packages, open a terminal and type:

dpkg -l | grep -i libreoffice | cut -c 4-40

To remove libreoffice using terminal type:

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

give your user password when requested, you don't see nothing when you type it, then press enter.

Revision history for this message
Rudy Demientieff (demientieff) said :
#2

Thanks marcobra (Marco Braida), that solved my question.

Revision history for this message
Rudy Demientieff (demientieff) said :
#3

thank you for your speedy response.
I did not expect an answer,
your information was exactly what I needed.
thank you