This repository contains LinuxCNC packages for Ubuntu Xenial LTS. It also contains packages for the Preempt RT Kernel.
To install, add new repository to /etc/apt/sources.list
:
deb http://linuxcnc.s3.amazonaws.com/ubuntu/ xenial main
And import key that is used to sign the release:
$ sudo apt-key adv --keyserver keys.gnupg.net --recv-keys E4188B1F15290E1A
After that you can install LinuxCNC and RT kernel like any other software package:
$ apt-get update $ apt-get install linux-image-4.4.144-rt161 linuxcnc-uspace
Changelog