Тёмный

013 - How To Install GUI On Ubuntu Server 

CommandLine
Подписаться 2,7 тыс.
Просмотров 16 тыс.
50% 1

Опубликовано:

 

15 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 33   
@Dovehkis
@Dovehkis 2 года назад
hey i did the sudo apt-get install gdm3 command but once it finished and typed the sudo tasksel it doesnt show me the ubuntu-desktop option like it did to you, for reference im using raspberry pi 4 and downloadded ssh ubuntu server version 22.04 LTS (Jammy Jellyfish) I followed it step by step i dont understand what im missing please help?
@CommandLines
@CommandLines 2 года назад
You are doing all that in SSH session and not directly on the machine itself (using monitor)?
@MaxwellTheDude
@MaxwellTheDude 2 года назад
Will this work with an Ubuntu VPS? Im trying to get a GUI installed so I can run it basically like an RDP.
@CommandLines
@CommandLines 2 года назад
If your VPS provider supports it, you can install the desktop environment first and then install xrdp on the remote server. You might find the following article helpful. operavps.com/linux-vps-with-gui-and-rdp/
@shakyhead1725
@shakyhead1725 3 года назад
Thanks for the video. I got the GUI installed. Can you manage the DHCP server in the GUI? I cant seem to find the settings for DHCP server
@CommandLines
@CommandLines 3 года назад
I am sure you can install GUI tool to manage DHCP server but I do not have experience in using any of them. I prefer to use command line option because most severs would not have GUI installed anyway.
@johnnyapoliyo421
@johnnyapoliyo421 7 месяцев назад
so you got to know your options before to install the display manager & the desktop environment (two of them!) ...
@GLHax
@GLHax 2 года назад
i did it but its still the same after reboot please help me!
@CommandLines
@CommandLines 2 года назад
Did you start the display manager? You can also issue "sudo systemctl set-default multi-user.target" in command line and restart the server. This will make graphics as a default mode.
@yuktiadya1083
@yuktiadya1083 2 года назад
I have a question If i am connecting through remote using ssh from my windows 11 machine. How can I install the UBuntu GUI on my windows machine ??
@CommandLines
@CommandLines 2 года назад
If your question is only about installing GUI remotely using SSH, you should be able to follow these guidelines and get it done. But if you also want to access it remotely, then you can do so by either enabling X11 forwarding over SSH and use (SSH -X user@server.com) or install xrdp (apt-get install xrdp) on the remote machine and then use Windows RDP client to access your server.
@yuktiadya1083
@yuktiadya1083 2 года назад
@@CommandLines Yes I am accessing the Linux machine remotely using ssh in UBUNTU 20.04 LTS terminal but i can only see the command line and just file using the command. But if I want to have exactly the GUI in windows 11 machine that i have in my lab so that i can open my files and edit them & access them ..So will the above approach work n this case too ??
@CommandLines
@CommandLines 2 года назад
I would say installing xrdp on your remote server and then access it via remote desktop client would be an easy solution. You can also research about accessing Linux machine using Google Chrome extension. You would need to have GUI installed in your remote machine, ofcourse, for both approaches.
@yuktiadya1083
@yuktiadya1083 2 года назад
@@CommandLines I tried to access through RDP from my windows machine but when I try to access it says connecting to sesman ip and login failed to display 0. I am not sure now how to install GUI and access remotely the machine using ssh
@CommandLines
@CommandLines 2 года назад
I quickly searched (on Google) about accessing Linux GUI using ssh and there are plenty suggestions. I have never accessed GUI using SSH remotely and I wouldn't recommend it either. I always prefer command line which is more faster and secure (over SSH) but if you want to install and test, you might need to look for X11 forwarding using SSH.
@fixfix1325
@fixfix1325 Год назад
How to back CLI again?
@The0Kuki
@The0Kuki Год назад
alt+f2
@ajitharumugam8797
@ajitharumugam8797 2 года назад
After running service gdm3 start , Nothing happened
@CommandLines
@CommandLines 2 года назад
Which version of Linux are you using? Try sudo systemctl start gdm3.
@ajitharumugam8797
@ajitharumugam8797 2 года назад
@@CommandLines 18.03
@CommandLines
@CommandLines 2 года назад
Go to /etc/gdm3/custom.conf file and remove the comment from following line, save the file and start gdm again. WaylandEnable=false
@ajitharumugam8797
@ajitharumugam8797 2 года назад
Still no response
@CommandLines
@CommandLines 2 года назад
Try "sudo service gdm stop" and then issue "startx" command and see if it works.
@ch--army
@ch--army 2 месяца назад
not working for me
@pankajdesai4112
@pankajdesai4112 2 года назад
Aftr tasksel command it showing apt-get failed(100)
@CommandLines
@CommandLines 2 года назад
Can you try "apt-get update && apt-get upgrade -y" and run tasksel again after the update is completed?
@mustaphabiyabi4701
@mustaphabiyabi4701 Год назад
when i entered sudo apt update i get some Errors ? temporary failure resolving 'fr.archive.ubuntu.com' ...... any solution ?
@CommandLines
@CommandLines Год назад
It's possible that the DNS server you are using is not resolving the repository domain. To fix this, you can change your DNS to something other than what your DHCP server provided. To test, you can use Google DNS 8.8.8.8 and try again.
Далее
How to Install a GUI on Ubuntu Server
9:08
Просмотров 157 тыс.
Ubuntu Server | How to install a Desktop Environment
18:19
How to Build Linux Server to Full Desktop
22:00
Просмотров 104 тыс.
How to Install Ubuntu Server 22.04 With RAID
29:00
Просмотров 5 тыс.
How to Run Windows Apps on Linux using Bottles
12:09
Просмотров 71 тыс.
Ubuntu Server: Getting started with a Linux Server
1:09:33