I would like to install rdesktop on CentOS 7.
If I run sudo yum -y install rdesktop, the system says:
No package rdesktop available.
What should I do?
[EDIT]: my os version is CentOS Linux release 7.2.1511 (Core)
I would like to install rdesktop on CentOS 7.
If I run sudo yum -y install rdesktop, the system says:
No package rdesktop available.
What should I do?
[EDIT]: my os version is CentOS Linux release 7.2.1511 (Core)
How about trying the included RDP client, FreeRDP?
$ sudo yum -y install freerdp
$ xfreerdp <server>
Weigh the pros and cons here: What are the differences between rdesktop and xfreerdp?
For CentOS, the rdesktop package is in the nux-dextop repository. You need to install the repo and then rdesktop:
sudo rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro
sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
sudo yum install rdesktop
It appears that RHEL7 and CentOS 7 don't include rdesktop. Instead, they include vinagre, which appears to work well enough.