How to uninstall pimoroni fan shim service

Hello, i am new to this forum, sorry if this is not the correct place to post this. I have searched online but cannot figure out how to uninstall the pimoroni fan shim service. I have installed it following this guide Getting Started with Fan SHIM.

Could you please advise how to uninstall?

Thanks.

To disable the service do the following from terminal
cd fanshim-python
cd examples
sudo systemctl stop pimoroni-fanshim.service
sudo systemctl disable pimoroni-fanshim.service

If you want to uninstall the software try the following
cd fanshim-python
sudo ./uninstall.sh

1 Like