Newest of the newbie help needed please!

Post

Posted
Rating:
#1 (In Topic #724)
Trainee
 I was able to install Gambas3 via my software manager. I use Linux Mint 20.2 on a ThinkPad (T-61).
The program does not show up on my installed software menu, nor does it start if I try to use Terminal.
Any ideas? Should I remove it and try installing at the Terminal?
Any help here would be welcomed.

Paul
Online now: No Back to the top

Post

Posted
Rating:
#2
Guru
BruceSteers is in the usergroup ‘Guru’

nypaulie said

I was able to install Gambas3 via my software manager. I use Linux Mint 20.2 on a ThinkPad (T-61).
The program does not show up on my installed software menu, nor does it start if I try to use Terminal.
Any ideas? Should I remove it and try installing at the Terminal?
Any help here would be welcomed.

Paul

I guess it didn't install if.

In terminal type  gambas3

that should either not find gambas3 or show the error as to why it wont run.

if it's not found gambas3 then type this…

sudo apt-get install gambas3*

note any error messages you may get.

best of luck
Online now: No Back to the top

Post

Posted
Rating:
#3
Avatar
Guru
cogier is in the usergroup ‘Guru’
Hi nypaulie and welcome to the Forum.

The reason for your problem with Gambas is that the package in the Ubuntu/Mint Repos is broken. This is what I suggest you do.

1/. Remove Gambas in Terminal with: -

Code

 sudo apt-get -y remove gambas3
followed by: -

Code

 sudo apt-get -y purge gambas3

2/. Open Synaptic Package Manager, search for gambas3 and remove anything that is still installed.

3/. Reboot the computer.

4/. In Terminal run the following that will install the ppa and install Gambas from there: -

Code

sudo add-apt-repository -y ppa:gambas-team/gambas3 && sudo apt-get update && sudo apt-get -y install gambas3

With any luck you should now have a working copy of Gambas installed. Let us know how you get on.
Online now: No Back to the top

Post

Posted
Rating:
#4
Trainee
 Thank you cogier!
Success. Seemed like I had to remove dozens of files using Software Manager, but at the end I was able to run Gambas3. Started with a simple press-the-button to exit app. Now i have a ton of questions but made a good start thanks to you. No listing in my Menu, so I typed: "gambas3" as a command at Terminal to get rolling. I will reboot to see if there is a Menu listing. Thanks again.
Paul
Online now: No Back to the top

Post

Posted
Rating:
#5
Guru
BruceSteers is in the usergroup ‘Guru’

cogier said

Hi nypaulie and welcome to the Forum.

The reason for your problem with Gambas is that the package in the Ubuntu/Mint Repos is broken. This is what I suggest you do.


aah yes that one, doesn't it just fail to install gb.form.print and gambas requires it to run ?
sudo apt install gambas3-gb-form-print.

Or like you say get the latest 3.16 from launchpad, probably a better way  :)
Online now: No Back to the top

Post

Posted
Rating:
#6
Avatar
Guru
cogier is in the usergroup ‘Guru’
Great. I am glad you have it working. Gambas should be on the menu.

<IMG src="https://www.cogier.com/gambas/MintMenu.png"> </IMG>

Try some of the programs on the Gambas Farm, they will help you get started.
Online now: No Back to the top

Post

Posted
Rating:
#7
Trainee
 Yes, it is now - after a reboot.

Image

(Click to enlarge)

Online now: No Back to the top

Post

Posted
Rating:
#8
Avatar
Guru
cogier is in the usergroup ‘Guru’
Hi maureencurtis and welcome to Gambas.One.
Online now: No Back to the top
1 guest and 0 members have just viewed this.