Thursday, April 18, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 3912  / 2 Years ago, sun, may 22, 2022, 7:35:24

I would like to have an install with:




  1. Ubuntu Desktop with no additional applications or games

  2. Graphical interface only when I manually run 'startx'



I am using Ubuntu server and would like a GUI, but do not want all of the additional desktop applications and games. (I'm using it with CLI mode.)


More From » server

 Answers
5

I did exactly this myself using:



sudo apt-get install ubuntu-desktop --no-install-recommends


Keep in mind that this will give you the bare minimum for a graphical desktop and will probably enable lightdm at startup. You can correct this by setting the kernel to boot to text mode:




  1. Open a terminal and run:



    sudo nano /etc/default/grub

  2. Change the line that reads:



    GRUB_CMDLINE_LINUX_DEFAULT="splash quiet"


    to:



    GRUB_CMDLINE_LINUX_DEFAULT="text"

  3. Run:



    sudo update-grub

  4. Restart.







Edit: Hmmm... that doesn't seem to be working. Probably you should just remove the lightdm package.


[#42038] Monday, May 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
herriail

Total Points: 11
Total Questions: 122
Total Answers: 118

Location: Peru
Member since Tue, Mar 16, 2021
3 Years ago
herriail questions
Tue, May 18, 21, 02:11, 3 Years ago
Sun, Dec 12, 21, 06:06, 2 Years ago
Wed, May 24, 23, 01:42, 12 Months ago
Sun, Jan 29, 23, 00:48, 1 Year ago
;