Re: [Gambas-user] how to delete all traces of Gambas?

2014-01-19 Thread Jussi Lahtinen
You don't have to edit the script for every revision if you make this little change: svn checkout -r 5750 svn://svn.code.sf.net/p/gambas/code/gambas/trunk --- svn checkout -r $1 svn://svn.code.sf.net/p/gambas/code/gambas/trunk Then run your script example like this: installgb3 5750 Jussi

Re: [Gambas-user] how to delete all traces of Gambas?

2014-01-18 Thread Jussi Lahtinen
These should do it: sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3 /usr/local/bin/gbi3 sudo rm -rf /usr/local/lib/gambas3 sudo rm -rf /usr/local/share/gambas3 sudo rm -f /usr/local/bin/gambas3 sudo rm -f /usr/local/bin/gambas3.gambas sudo rm -f /usr/bin/gbx3 /usr/bin/gbc3

Re: [Gambas-user] how to delete all traces of Gambas?

2014-01-18 Thread Rolf-Werner Eilert
Am 18.01.2014 06:09, schrieb Kevin Fishburne: Quick question. How do you manually delete all traces of Gambas from your system? I need to add that to my compilation script as it's having some trouble running older revisions of Gambas and I think that's the reason why. I'm using Kubuntu

Re: [Gambas-user] how to delete all traces of Gambas?

2014-01-18 Thread Kevin Fishburne
On 01/18/2014 07:33 AM, Jussi Lahtinen wrote: These should do it: sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3 /usr/local/bin/gbi3 sudo rm -rf /usr/local/lib/gambas3 sudo rm -rf /usr/local/share/gambas3 sudo rm -f /usr/local/bin/gambas3 sudo rm -f

[Gambas-user] how to delete all traces of Gambas?

2014-01-17 Thread Kevin Fishburne
Quick question. How do you manually delete all traces of Gambas from your system? I need to add that to my compilation script as it's having some trouble running older revisions of Gambas and I think that's the reason why. I'm using Kubuntu 13.10. Thanks all. -- Kevin Fishburne Eight Virtues

Re: [Gambas-user] how to delete all traces of Gambas?

2014-01-17 Thread Fabien Bodard
/usr/bin/gb* /usr/lib/gambas/ /usr/share/gambas/ /home/.config/gambas It can be sometime in /usr/local/ prefix I'm not on my pc so theses path need to be confirmed Le 18 janv. 2014 06:10, Kevin Fishburne kevinfishbu...@eightvirtues.com a écrit : Quick question. How do you manually delete all