- Firefox
- Thunderbird
- Libreoffice
Created
July 5, 2020 17:07
-
-
Save stardigits/9dc04c2ad6d86fa364b0a2cc35272143 to your computer and use it in GitHub Desktop.
Remove Unwanted Packages on MX Linux 19.2 (Debian 10)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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