Add more uninstallers

This commit is contained in:
David Heinemeier Hansson
2024-07-03 14:16:26 +02:00
parent e068658732
commit 626dcfaa0e
7 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1 @@
flatpak uninstall -y flathub org.audacityteam.Audacity

3
uninstall/app-brave.sh Normal file
View File

@@ -0,0 +1,3 @@
sudo apt remove --purge -y brave-browser
sudo rm /etc/apt/sources.list.d/brave-browser-release.list
sudo rm /usr/share/keyrings/brave-browser-*.gpg

View File

@@ -0,0 +1 @@
sudo apt remove -y obs-studio

View File

@@ -0,0 +1 @@
flatpak uninstall -y flathub md.obsidian.Obsidian

12
uninstall/app-ollama.sh Normal file
View File

@@ -0,0 +1,12 @@
# Remove service
sudo systemctl stop ollama
sudo systemctl disable ollama
sudo rm /etc/systemd/system/ollama.service
# Remove command
sudo rm $(which ollama)
# Remove installed models
sudo rm -r /usr/share/ollama
sudo userdel ollama
sudo groupdel ollama

View File

@@ -0,0 +1 @@
sudo snap remove rubymine

1
uninstall/rust.sh Normal file
View File

@@ -0,0 +1 @@
rustup self uninstall -y