We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472ef18 commit 11ebc3fCopy full SHA for 11ebc3f
1 file changed
docs/src/getting-started/getting-linuxcnc.adoc
@@ -357,9 +357,11 @@ sudo ./linuxcnc-install.sh
357
----
358
sudo apt-get update
359
360
-. Install the new realtime kernel, RTAI and the rtai version of linuxcnc.
+. Remove the existing uspace version of LinuxCNC and install the new realtime kernel, RTAI and the rtai version of linuxcnc.
361
+
362
363
+sudo apt-get purge linuxcnc-uspace
364
+sudo apt-get purge linuxcnc-doc*
365
sudo apt-get install linuxcnc
366
367
Reboot the machine, ensuring that the system boots from the new 5.4.258-rtai
0 commit comments