How to install Xrdp Server (Remote Desktop) on Oracle Linux 8.5

preview_player
Показать описание
Xrdp is a free and open-source implementation of Microsoft remote desktop protocol server that allows operating systems other than Microsoft windows including Linux operating systems to provide a fully functional RDP-compatible remote desktop experience.
Рекомендации по теме
Комментарии
Автор

0:34 - cat /etc/os-release

0:49 - dnf groupinstall "server with GUI"

1:31 - dnf install epel-release

1:56 - dnf install xrdp

2:11 - systemctl enable xrdp

2:19 - systemctl start xrdp

2:28 - systemctl status xrdp

2:41 - systemctl stop firewalld

2:47 - systemctl disable firewalld

2:55 - systemctl status firewalld

3:07 - ip a

navidmetal
Автор

@linuxhelp5096 i replicated above steps on oracle linux 8.9 but facing an issue:-
Error: unable to fine a match:xrdp.

Please suggest

suresh
Автор

"Unable to find a match : xrdp" when installing xrdp on Oracle Linux 8.7
What can I do now ?

ghienbolero
Автор

How about oracle linux 9? I found xrdp is not included there in epel-release

宁涂
Автор

hello thank you for your video, i have oracle linux 7.9 when i write command dnf groupinstall "server with GUI" its show error bash: dnf command not found, I tried to install it by this command yum install dnf but it show No package dnf available what to do please ?

ziadabuqasem