Gambas 3.11 is out

Feel free to talk about non programming issues here.
User avatar
cogier
Site Admin
Posts: 1118
Joined: Wednesday 21st September 2016 2:22pm
Location: Guernsey, Channel Islands

Re: Gambas 3.11 is out

Post 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.
User avatar
stevedee
Posts: 518
Joined: Monday 20th March 2017 6:06pm

Re: Gambas 3.11 is out

Post 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.
reason
Posts: 1
Joined: Saturday 8th September 2018 6:12am

Re: Gambas 3.11 is out

Post 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.
User avatar
cogier
Site Admin
Posts: 1118
Joined: Wednesday 21st September 2016 2:22pm
Location: Guernsey, Channel Islands

Re: Gambas 3.11 is out

Post 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?
Post Reply