I installed lubuntu-desktop.
I usually only use CUI.
But sometimes I want to use GUI.
I want the desktop process to start only then.
Normally, desktop process should be stopped.
How can I switch between starting and stopping a desktop process without rebooting the OS.
sudo systemctl isolate multi-user.target
former text-mode without desktop session. To switch backsudo systtemctl isolate default.target
orsystemctl isolate graphical.target
– nobody Jan 29 '23 at 15:12