Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save PaulMaxAvalosAguilar/f5434f021e461af0080453390a0cd0e4 to your computer and use it in GitHub Desktop.
Save PaulMaxAvalosAguilar/f5434f021e461af0080453390a0cd0e4 to your computer and use it in GitHub Desktop.
sudo apt-get remove --purge wolfram-engine bluej greenfoot nodered minecraft-pi
sudo apt-get remove --purge libreoffice-writer libreoffice-systray libreoffice-style-galaxy
libreoffice-sdbc-hsqldb libreoffice-report-builder-bin libreoffice-math libreoffice-java-common
libreoffice-impress libreoffice-gtk2 libreoffice-gtk libreoffice-draw libreoffice-core libreoffice-common
libreoffice-calc libreoffice-base-drivers libreoffice-base-core libreoffice-base libreoffice-avmedia-backend-gstreamer
libreoffice
sudo apt-get remove --purge scratch scratch2
sudo apt-get remove --purge geany-common geany idle idle-python2.7 idle-python3.5 idle3 python3-thonny
@praneeth-lakshman
Copy link

sudo apt-get remove --purge libreoffice-writer libreoffice-systray libreoffice-style-galaxy libreoffice-sdbc-hsqldb libreoffice-report-builder-bin libreoffice-math libreoffice-java-common libreoffice-impress libreoffice-gtk2 libreoffice-gtk libreoffice-draw libreoffice-core libreoffice-common libreoffice-calc libreoffice-base-drivers libreoffice-base-core libreoffice-base libreoffice-avmedia-backend-gstreamer libreoffice

You could just use sudo apt-get remove --purge libreoffice*
Then at the end of all the commands just use sudo apt-get clean and sudo apt-get autoremove

@mheriyanto
Copy link

Thanks @PaulMaxAvalosAguilar for listing packages.

$ sudo apt remove --purge wolfram-engine bluej greenfoot nodered minecraft-pi
$ sudo apt remove --purge libreoffice*
$ sudo apt remove --purge scratch scratch2
$ sudo apt remove --purge geany-common geany idle idle-python2.7 idle-python3.5 idle3 python3-thonny
$ sudo apt clean
$ sudo apt autoremove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment