Include:Setup-desktop: Difference between revisions
Prabuanand (talk | contribs) (Instead of the word Quickstart will use setup-desktop for consistency) |
Prabuanand (talk | contribs) m (fixed few sentences) |
||
Line 5: | Line 5: | ||
== Installation using setup-desktop == | == Installation using setup-desktop == | ||
The Alpine Linux script for setting up | The Alpine Linux script for setting up a desktop quickly is [[Alpine_setup_scripts#setup-desktop|setup-desktop]]. | ||
{{Cmd|# setup-desktop}} | {{Cmd|# setup-desktop}} |
Revision as of 05:55, 11 September 2024
- create a non-privileged user account for security reasons.
- enable the
community
repository. Setup-desktop script automatically does this for you.
Installation using setup-desktop
The Alpine Linux script for setting up a desktop quickly is setup-desktop.
# setup-desktop
On running the above command, you will be prompted to select a desktop environment.
Which desktop environment? ('gnome', 'plasma', 'xfce', 'mate', 'sway' or 'none') [none]
Once you have chosen a desktop environment, this script installs the chosen desktop along with all the necessary packages, firefox browser and adds the necessary services to run on startup. You can reboot when complete and the system will boot into a graphical login screen with the desktop environment. Depending on the desktop chosen, the script also activates the necessary services like dbus, elogind, login manager etc..
To view all the packages that are installed by the script for the chosen desktop you can issue the below command:
# cat /sbin/setup-desktop