remote-logon-config-agent command not found

In this troubleshooting guide we learn how to fix remote-logon-config-agent command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

remote-logon-config-agent: command not found

or when using sudo you get the following error message

sudo: remote-logon-config-agent: command not found

Solutions to remote-logon-config-agent: command not found

How To Fix remote-logon-config-agent: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu remote-logon-config-agent is provided by remote-logon-config-agent package.

remote-logon-config-agent is:

This tiny Python tool is part of the Arctica Greeter display manager.

The remote-logon-config-agent fetches JSON based remote server information from a brokerage host (formerly known as UCCS, a service run by Canonical Ltd. around 2012-2014).

This tool gets used by the DBus service ‘remote-logon-service’. The retrieved information is then handed over by the DBus service to Arctica Greeter.

The retrieved information can be obtained from a remote desktop brokerage service like Arctica Server (with brokerage support) or from the X2Go Session Broker.

In Arctica Greeter, the logon information is presented to the user for starting up remote desktop sessions on Arctica, X2Go or RDP / Citrix servers.

To fix this problem, we can install more using the command below.

sudo apt-get -y install remote-logon-config-agent

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install remote-logon-config-agent.

sudo apt -y install remote-logon-config-agent

Or if you have aptitude installed you can use the following command.

sudo aptitude install remote-logon-config-agent

Summary

In this tutorial we learn how to fix remote-logon-config-agent command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.