unfortunately i think this needs some skills 😀

fire up the terminal.

[cc lang=”bash” escaped=”true” width=”600″]
dpkg -l|grep libreoffice; # search for all installed packages with that name

# you will have to compile your own list and run something like that:

apt-get remove -y –purge libreoffice-common;
apt-get remove -y –purge libreoffice-java-common;
apt-get remove -y –purge libreoffice-style-galaxy;
apt-get remove -y –purge libreoffice-style-tango;
apt-get remove -y –purge libreoffice5.2;
apt-get remove -y –purge libreoffice5.2-base;
apt-get remove -y –purge libreoffice5.2-calc;
apt-get remove -y –purge libreoffice5.2-debian-menus;
apt-get remove -y –purge libreoffice5.2-dict-en;
apt-get remove -y –purge libreoffice5.2-dict-es;
apt-get remove -y –purge libreoffice5.2-dict-fr;
apt-get remove -y –purge libreoffice5.2-draw;
apt-get remove -y –purge libreoffice5.2-en-us;
apt-get remove -y –purge libreoffice5.2-impress;
apt-get remove -y –purge libreoffice5.2-math;
apt-get remove -y –purge libreoffice5.2-ure;
apt-get remove -y –purge libreoffice5.2-writer;

# keep copy pasting that into your console until it keeps saying:

E: Unable to locate package
E: Unable to locate package
E: Unable to locate package
E: Unable to locate package
[/cc]

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin