Having a problem installing Arduino .

Asked by Lynne Stevens

It makes the Desktop icon but will not allow it to be used for launching the program Says I don't own it . Why ?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Bernard Stafford (bernard010) said (last edit ):
#1

Could be missing dependencies needed for the program to function.
I suggest installing the snap package.
After the install -> Restart -> Terminal [ctl+alt+t] sudo apt autoremove
Then: sudo apt update && sudo apt upgrade
Ubuntu is comprised of snap packages.
https://snapcraft.io/arduino
You need pip installed and python3
sudo apt install pip

Revision history for this message
Lynne Stevens (jackie40d) said :
#2

Reading package tree . .DONE
Building Depending tree . . Done
Reading state information . . Done

I got unable to locate package pip

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

Which Ubuntu release are you running?

In the current Ubuntu releases the name of the package that delivers the pip command is named python3-pip
sudo apt install python3-pip

Can you help with this problem?

Provide an answer of your own, or ask Lynne Stevens for more information if necessary.

To post a message you must log in.