5 lines
129 B
Bash
5 lines
129 B
Bash
#!/bin/bash
|
|
|
|
sudo apt purge emacs emacs-gtk yelp keepassxc thunderbird firefox-esr gedit gnome-keyring -y
|
|
sudo apt autoremove -y
|