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 removesudo rm /etc/init.d/ledborg.shrm ~/ledborg_bootcolour2. Remove the driver files:
sudo rmmod ledborgrm ~/ledborg.kosudo rm /etc/udev/rules.d/20-ledborg.rules3. Remove the GUI files:
rm ~/ledborg_guirm ~/ledborg_gui.icorm ~/Desktop/ledborg.desktop4. Remove the install files and examples:
rm -r ~/ledborg-setupyou 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-sourcePatrick
Tue, 05/20/2014 - 18:02
Permalink
Thanks for your help and
Thanks for your help and detailed replies.