We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I installed the mraa on beaglebone Green successfully.
sudo apt-get update sudo apt-get install libmraa1 libmraa-dev libmraa-java python-mraa python3-mraa node-mraa mraa-tools
But i fail to install upm beaglebone Green as below.
debian@beaglebone:$ sudo apt install python-upm Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package python-upm debian@beaglebone:$ sudo apt install libupm Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libupm debian@beaglebone:~$
would you please help check it? thanks, best rgds Bill
The text was updated successfully, but these errors were encountered:
Hi Bill, what OS are you using and do you know what repos are configured for apt to use? You can use the apt-cache policy command to get a list.
apt-cache policy
Sorry, something went wrong.
No branches or pull requests
Hi,
I installed the mraa on beaglebone Green successfully.
sudo apt-get update
sudo apt-get install libmraa1 libmraa-dev libmraa-java python-mraa python3-mraa node-mraa mraa-tools
But i fail to install upm beaglebone Green as below.
debian@beaglebone:
$ sudo apt install python-upm$ sudo apt install libupmReading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-upm
debian@beaglebone:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libupm
debian@beaglebone:~$
would you please help check it? thanks,
best rgds
Bill
The text was updated successfully, but these errors were encountered: