Skip to content

Instantly share code, notes, and snippets.

@stardigits
Created July 5, 2020 17:07
Show Gist options
  • Save stardigits/9dc04c2ad6d86fa364b0a2cc35272143 to your computer and use it in GitHub Desktop.
Save stardigits/9dc04c2ad6d86fa364b0a2cc35272143 to your computer and use it in GitHub Desktop.
Remove Unwanted Packages on MX Linux 19.2 (Debian 10)

Remove Unwanted Packages on MX Linux 19.2 (Debian 10)

List of packages

  • Firefox
  • Thunderbird
  • Libreoffice
#!/bin/bash
echo "# MX Community Main and Test Repos
deb http://mxrepo.com/mx/repo/ buster main non-free
#deb http://mxrepo.com/mx/testrepo/ buster test
#deb http://mxrepo.com/mx/repo/ buster ahs" | sudo tee /etc/apt/sources.list.d/mx.list
sudo apt remove -y firefox thunderbird libreoffice*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment