Added a few apps + uninstall

This commit is contained in:
2024-06-17 01:49:52 +02:00
parent 3b97ae4f33
commit a408c841f4
11 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1 @@
sudo apt remove -y fastfetch

View File

@@ -0,0 +1 @@
sudo apt remove -y flameshot

View File

@@ -0,0 +1 @@
sudo apt remove -y localsend

1
uninstall/app-steam.sh Normal file
View File

@@ -0,0 +1 @@
sudo apt remove -y steam steam-launcher

2
uninstall/app-typora.sh Normal file
View File

@@ -0,0 +1,2 @@
sudo apt remove typora
rm -rf ~/.config/Typora

1
uninstall/app-vlc.sh Normal file
View File

@@ -0,0 +1 @@
sudo apt remove -y vlc

2
uninstall/docker.sh Normal file
View File

@@ -0,0 +1,2 @@
sudo apt purge --auto-remove docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-ce-rootless-extras
sudo groupdel docker