Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: new installation pwr55 on ubuntu-16.04LTS

new installation pwr55 on ubuntu-16.04LTS 6 years 7 months ago #9165

  • sony2017
  • sony2017's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 26
  • Karma: 0
hello,
Sorry for my bad english.
I say the greatest appreciation to all of people to spending the time for creating this program.
I am a beginner in this program. I have started learning arduino and found the "proview" program that really interest me to learn it.
I just downloaded all pwr55_xxxxxxxx.deb files and also ubuntu-16.04.3-desktop-amd64.iso.

How to install pwr55 on ubuntu-16.04?

Thank you very much for your attention.
Best regards

Sony
The administrator has disabled public write access.

new installation pwr55 on ubuntu-16.04LTS 6 years 7 months ago #9169

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3177
  • Thank you received: 502
  • Karma: 133
Hi Sony,

Download the new pwr55_5.5.0-1.2_amd64.deb package instead, and the easiest is to download it from Ubuntu because it can be a bit tricky to find the file otherwise.

Open a terminal window, go to the download directory and install the package

> cd Downloads
> sudo dpkg -i pwr55_5.5.0-1.2_amd64.deb

This might give some dependency error messages, but the next command will hopefully fix that and finish the installation.

> sudo apt-get install -f

Logout the current user and login as user pwrp (pwrp) instead.

Double click on the Proview icon and follow the Getting Started Guide to create a project.

/Claes
Last Edit: 6 years 7 months ago by claes.
The administrator has disabled public write access.

new installation pwr55 on ubuntu-16.04LTS 6 years 7 months ago #9170

  • brew
  • brew's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 108
  • Karma: 0
also,

go to system settings -> users
and make PWRP an administrator
unlock the box and change from standard to administrator
and check the box "log in automatically"

then
make pwrp a sudo
open a terminal and type
sudo usermod -aG sudo pwrp

that will make your life easier

NOTE: you may have to type
sudo apt-get update also
it forced me to do that.

such as
cd Downloads
sudo apt-get update
sudo dpkg -i pwr55_5.5.0-1.2_amd64.deb
sudo apt-get install -f


then arduino
sudo apt-get update && sudo apt-get install arduino arduino-core

good luck!
bill
The administrator has disabled public write access.

new installation pwr55 on ubuntu-16.04LTS 6 years 7 months ago #9173

  • sony2017
  • sony2017's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 26
  • Karma: 0
Thank you,
That's all was done. I go to in the next problem in the new topic.

Regards

Sony
The administrator has disabled public write access.
  • Page:
  • 1
Time to create page: 8.574 seconds