Skip to content

Commit

Permalink
Add more uninstallers
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Jul 3, 2024
1 parent e068658 commit 626dcfa
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions uninstall/app-audacity.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
flatpak uninstall -y flathub org.audacityteam.Audacity
3 changes: 3 additions & 0 deletions uninstall/app-brave.sh
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions uninstall/app-obs-studio.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sudo apt remove -y obs-studio
1 change: 1 addition & 0 deletions uninstall/app-obsidian.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
flatpak uninstall -y flathub md.obsidian.Obsidian
12 changes: 12 additions & 0 deletions uninstall/app-ollama.sh
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions uninstall/app-rubymine.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sudo snap remove rubymine
1 change: 1 addition & 0 deletions uninstall/rust.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rustup self uninstall -y

0 comments on commit 626dcfa

Please sign in to comment.