Personal tools
The Open Lighting Project has moved!

We've launched our new site at www.openlighting.org. This wiki will remain and be updated with more technical information.

Difference between revisions of "OLA Debian / Ubuntu"

From wiki.openlighting.org

Jump to: navigation, search
(Created page with "Packages are hosted at http://apt.openlighting.org = Edit sources.conf = Add the relevant line to your /etc/apt/sources.list file == Debian == <pre> deb http://apt.openlig…")
 
Line 22: Line 22:
 
deb  http://apt.openlighting.org/ubuntu  natty main
 
deb  http://apt.openlighting.org/ubuntu  natty main
 
</pre>
 
</pre>
 
  
 
= Install =
 
= Install =
Line 30: Line 29:
 
apt-get install ola ola-python
 
apt-get install ola ola-python
 
</pre>
 
</pre>
 +
 +
= See Also =
 +
 +
[[Notes on Building Debian Packages]]

Revision as of 09:28, 11 August 2012

Packages are hosted at http://apt.openlighting.org

Edit sources.conf

Add the relevant line to your /etc/apt/sources.list file

Debian

deb   http://apt.openlighting.org/debian  squeeze main

Ubuntu Precise

deb   http://apt.openlighting.org/ubuntu  precise main

Ubuntu Natty

deb   http://apt.openlighting.org/ubuntu  natty main

Install

apt-get update
apt-get install ola ola-python

See Also

Notes on Building Debian Packages