Page 2 of 2

Re: Gambas 3.11 is out

Posted: Monday 27th August 2018 10:18am
by cogier
Hi Steve,

The Terminal command I use for *buntu, Mint etc. distros is: -

Code: Select all

sudo add-apt-repository -y ppa:gambas-team/gambas3 && sudo apt-get update && sudo apt-get -y install gambas3 
This will add the ppa and install or update Gambas3 stable.

Re: Gambas 3.11 is out

Posted: Monday 27th August 2018 4:49pm
by stevedee
cogier wrote: Monday 27th August 2018 10:18am ...The Terminal command I use...
Thanks Charlie, that's the one I was looking for.

Re: Gambas 3.11 is out

Posted: Saturday 8th September 2018 6:16am
by reason
I have Gambas 3, daily working on Mint 19.1. The "stable" PPA setup fails with an "Error in Line 1 message". However, the daily PPA registered without a problem, and the download installed with no problems as well.

Re: Gambas 3.11 is out

Posted: Monday 10th September 2018 4:13pm
by cogier
Hi reason and welcome to the forum. I use Mint 19 (19.1 is not out yet!) and have no trouble with the command as used in my post of Monday 27th August 2018 above. What did you use?