• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

xrpd: command not found

by admin

xrdp is a free and open source utility that constructs a Remote Desktop Protocol (RDP)-like server for non- Windows systems. RDP was developed by Microsoft® and is the default remote desktop software on Windows®. So, you can install xrdp on a remote Linux server and use a tool like rdesktop or even the default RDP client to connect to that server—in other words, the client can be on any platform. The xrdp utility is designed to work with X.

If you encounter the below error while running the xrdp command:

xrpd: command not found

you may try insyalling the below package as per your choice of distribution:

OS Distribution Command
Debian apt-get install xrdp
Ubuntu apt-get install xrdp
Alpine apk add xrdp
Kali Linux apt-get install xrdp
Fedora dnf install xrdp-1
Raspbian apt-get install xrdp

Conclusion

This desktop protocol is based on the FreeRDP and rdesktop projects. One notable advantage is that you can use an XRDP client utility on Microsoft Windows to connect to a Linux desktop running the XRDP server software.

Filed Under: Linux

Some more articles you might also be interested in …

  1. ansible-inventory – Display or dump an Ansible inventory (Command Examples)
  2. Cannot Increase “nproc” Value More Than 1024 in CentOS/RHEL 6
  3. How to Configure Network Interface Teaming in CentOS/RHEL 7 and 8
  4. do-release-upgrade: command not found
  5. mountstats Command Examples in Linux
  6. Understanding /etc/xinetd.d directory under Linux
  7. nitrogen Command Examples in Linux
  8. pw-loopback Command Examples in Linux
  9. aws iam Command Examples
  10. faketime Command Examples in Linux

You May Also Like

Primary Sidebar

Recent Posts

  • direnv: Shell extension to load and unload environment variables depending on the current directory
  • dircolors: Output commands to set the LS_COLOR environment variable and style ls, dir, etc
  • dillo: A lightweight web browser intended for slow computers
  • dig: DNS lookup utility

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright