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

Jussi Lahtinen jussi.lahtinen at ...626...
Sun Jan 19 15:03:30 CET 2014


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



On Sun, Jan 19, 2014 at 5:59 AM, Kevin Fishburne <
kevinfishburne at ...1887...> wrote:

> 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 /usr/local/bin/gambas3.gambas
>>
>> sudo rm -f /usr/bin/gbx3 /usr/bin/gbc3 /usr/bin/gba3 /usr/bin/gbi3
>> sudo rm -rf /usr/lib/gambas3
>> sudo rm -rf /usr/share/gambas3
>> sudo rm -f /usr/bin/gambas3
>> sudo rm -f /usr/bin/gambas3.gambas
>>
>
> Awesome, that works great. Thanks everyone. I'd lost my old Gambas
> installation script, so I've attached my new one. It still requires that
> all the dependency packages be installed...it just does the download and
> compiling and uses the svn -r parameter to specify a revision.
>
>
> --
> Kevin Fishburne
> Eight Virtues
> www: http://sales.eightvirtues.com
> e-mail: sales at ...1887...
> phone: (770) 853-6271
>
>
>
> ------------------------------------------------------------------------------
> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
> Learn Why More Businesses Are Choosing CenturyLink Cloud For
> Critical Workloads, Development Environments & Everything In Between.
> Get a Quote or Start a Free Trial Today.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>



More information about the User mailing list