{:title "Desktop" :layout :yt-episode :yt-episode-video-id "crApIVQ5Wqk" :page-index 50 :navbar? false}
Installing a desktop is a side route and not required for any kind of services, but it's comfortable for people to be able to use a mouse and have a familiar graphical interface to use. It's similar to Mac and Windows, but something different called Linux that is created as free software similar to the methodology used to create this set of tutorials.
The desktop system is a software package like any other. It can be installed and uninstalled, is optional to start and stop, and can be configured to start automatically.
sudo apt-get install ____
There are a number of pieces to install to this, beyond the scope of what I hope to accomplish. Others have created a script that we can leverage. It's good practice to study the source code. Here's the full command:
startx
will run the desktop systemsudo apt-get remove _____