Debian 10 LinuxCNC 2.8¶
In a terminal
sudo apt-get update
sudo apt-get install -y devscripts build-essential
Add the LinuxCNC key
sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-key 3cb9fd148f374fef
Add the apt repository
echo deb http://linuxcnc.org/ buster base 2.8-rtpreempt | sudo tee -a /etc/apt/sources.list.d/linuxcnc.list
Warning
Close this terminal and open a new one or the next commands won’t work
Update the package list
sudo apt-get update
Install LinuxCNC Uspace
sudo apt-get install linuxcnc-uspace