4. Remove the install files and examples: rm -r ~/ledborg-setup
you will need to remove any examples you downloaded separately, these will probably be found in cd ~
if you downloaded and build from source you can remove the source files using rm -r ~/ledborg-source
piborg
Tue, 05/20/2014 - 10:19
Permalink
Uninstall LedBorg
If you want to remove all traces of the driver / files you can do the following:
1. Remove the driver start-up task:
sudo update-rc.d ledborg.sh remove
sudo rm /etc/init.d/ledborg.sh
rm ~/ledborg_bootcolour
2. Remove the driver files:
sudo rmmod ledborg
rm ~/ledborg.ko
sudo rm /etc/udev/rules.d/20-ledborg.rules
3. Remove the GUI files:
rm ~/ledborg_gui
rm ~/ledborg_gui.ico
rm ~/Desktop/ledborg.desktop
4. Remove the install files and examples:
rm -r ~/ledborg-setup
you will need to remove any examples you downloaded separately, these will probably be found in
cd ~
if you downloaded and build from source you can remove the source files using
rm -r ~/ledborg-source
Patrick
Tue, 05/20/2014 - 18:02
Permalink
Thanks for your help and
Thanks for your help and detailed replies.