Skip to main content

Qubes OS: TemplateVM fedora-29 - Install rdesktop

Live without Microsoft Windows? NO with me so far. I have to install rdesktop on Qubes OS fedora-29 TemplateVM.

rdesktop is a client for Remote Desktop Protocol (RDP), used in a number of Microsoft products including Windows NT Terminal Server, Windows 2000 Server, Windows XP and Windows 2003 Server.

Start fedora-29 Terminal to check if rdesktop exists

$ which rdesktop

Search for rdesktop package

$ dnf search rdesktop

Install rdesktop

$ sudo dnf install -y rdesktop

Reboot personal domain which is based on fedora-29 TemplateVM and check if rdesktop exists.

[user@personal ~]$ which rdesktop
/usr/bin/rdesktop
[user@personal ~]$ 
[user@personal ~]$ rdesktop  192.168.64.65
Failed to connect, CredSSP required by server.
[user@personal ~]$ 

Popular posts from this blog

GNU nano Text Editor

nano - Nano's ANOther editor, an enhanced free Pico clone

Powershell: head and tail command

Use head or tail to skim the first or last 5 lines.

Using Powershell to manage Hyper-V

Common powershell cmdlets to manage Hyper-V.