Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Raspberry Pi 2: readme file
Re: Raspberry Pi 2: readme file [message #45415 is a reply to message #45411] Mon, 09 November 2015 20:51 Go to previous messageGo to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1791
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

Hi Forlano,

forlano wrote on Mon, 09 November 2015 16:48
lsb_release: command not found

what am I missing?

You're missing lsb_release command, which can be found in package lsb-release. You can simply install it with
apt-get install lsb-release


Also, you should use different repository. I no longer maintain the repository linked from download page, where you probably found this. Sorry for that, I'll try to correct the information soon.

Just create a file /etc/apt/sources.list.d/upp.list or similar with this contents:
/etc/apt/sources.list.d/upp.list

# U++ nightly builds (comment out if you don't want to use nightly builds)
deb http://download.opensuse.org/repositories/home:/dolik_rce:/n ightly/Debian_7.0 ./

# U++ release builds (uncomment if you want to install stable releases)
#deb http://download.opensuse.org/repositories/home:/dolik_rce/De bian_7.0 ./


Then add keys for apt:
apt-key adv --fetch-keys http://download.opensuse.org/repositories/home:/dolik_rce:/nightly/Debian_7.0/Release.key
apt-key adv --fetch-keys http://download.opensuse.org/repositories/home:/dolik_rce:/Debian_7.0/Release.key


Now you can install theide, umk and/or upp sources with
apt-get install theide umk upp


I hope the instructions are correct, I wrote them from my head... If you encounter any problem, let me know, I'll try to provide better help.

Best regards,
Honza
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: msvc10 64 automatic setup does not work
Next Topic: OpenGL test
Goto Forum:
  


Current Time: Sat Apr 26 17:16:22 CEST 2025

Total time taken to generate the page: 0.03351 seconds