Learn creative coding writing simple programs
107. Ubuntu: install SuperCollider from a PPA
The easiest way of installing programs in Ubuntu is using the Ubuntu Software Center, but if a program is very new it might not be yet available there. It takes some time before programs appear in the Software Center.
But the Software Center is not the only way to install programs. Other options are using a PPA (Personal Package Archive), and compiling the program from source code.
In this episode we learn about using a PPA to install SuperCollider.
Code editor
You can make changes to the code below. Then
Reference
Try to stay close to the topic of this episode. Use the Processing forums for help with unrelated Processing projects (or hire me for help ;-)
To indicate that a word in your comment is code, use the `backtick`. Example
Do `float` and `int` smell similar?
To highlight code blocks, surround it with ``` code-fences ``` like this:``` void setup() { size(600, 600); } ```