BangerTech / The-BangerTECH-Utility

This Tool is useful to install Programs & Software on your Debian based Servers, Desktops, Mini-PC, Raspberry´s...
MIT License
7 stars 2 forks source link

Remove installed components #1

Open texplorer1 opened 1 month ago

texplorer1 commented 1 month ago

I have installed OpenHABian by mistake, as it is selected by default. I was hoping it could be uninstalled/removed with the script.

BangerTech commented 1 month ago

hey you can unistall/remove it with these two lines of code:

sudo apt-get purge openhab*
sudo rm /etc/apt/sources.list.d/openhab.list
texplorer1 commented 1 month ago

Thank you for such a quick response. This may not have anything to do with your script. I installed the OpenHABian without checking. On my pi5 running Raspbian OS, after uninstalling OpenHAbian on top of it, VNC still isn't working and my SMB shares aren't working. Upon checking, 'pi@openhabian:~ $' is now the prompt I get under SSH, so I think OpenHABian changed my permissions and settings already. Would you happen to know how to fix these?