Skip to content

Commit 11ebc3f

Browse files
authored
Update LinuxCNC RTAI Install instructions
Add purge of uspace version to command list
1 parent 472ef18 commit 11ebc3f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/src/getting-started/getting-linuxcnc.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,11 @@ sudo ./linuxcnc-install.sh
357357
----
358358
sudo apt-get update
359359
----
360-
. Install the new realtime kernel, RTAI and the rtai version of linuxcnc.
360+
. Remove the existing uspace version of LinuxCNC and install the new realtime kernel, RTAI and the rtai version of linuxcnc.
361361
+
362362
----
363+
sudo apt-get purge linuxcnc-uspace
364+
sudo apt-get purge linuxcnc-doc*
363365
sudo apt-get install linuxcnc
364366
----
365367
Reboot the machine, ensuring that the system boots from the new 5.4.258-rtai

0 commit comments

Comments
 (0)