MycroftAI / skill-pandora

Mycroft AI official Pandora Skill - listen to Pandora music
https://mycroft.ai/skills
MIT License
6 stars 12 forks source link

picroft will not install #50

Open ejmorgan55 opened 2 years ago

ejmorgan55 commented 2 years ago

(.venv) pi@picroft:~ $ apt-get -y install pianobar E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root? When trying to install; the above error is received.

forslund commented 2 years ago

I think you need to run with sudo:

sudo apt-get -y install pianobar