On zo, 2014-10-19 at 12:38 -0400, Martin McGlensey wrote: > Benoit, > > > > Thanks for your response. From your comments I understand that I can update > from the Gambas Team ppa as that is the one I used to install 3.5. Is that > correct? I do not know the commands needed to uninstall 3.5. Is there a > procedure posted for this? If I upgrade from the ppa will I now have both > Gambas 3.5 and 3.6 or just 3.5? Sorry very new to Linux and need simple > answers.
Since you have 3.5.4 from PPA Gambas Team you can keep it simple. No removal needed, but you might need to do a two step install (in some cases). Do this: sudo apt-get update sudo apt-get upgrade If before typing Y in last command you see some gambas3 packages are kept back write their names down. In case above is done and some package where kept back do sudo apt-get install <name package> <name package> This will install the last missing packages. You should now have a working Gambas 3.6 version. > > > > Thanks for all your work on Gambas. I use it now instead of VB. Gambas is a > much better product. I agree on that with you :) -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
