arctica-greeter-guest-account-script command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
arctica-greeter-guest-account-script: command not found
or when using sudo you get the following error message
sudo: arctica-greeter-guest-account-script: command not found
Solutions to arctica-greeter-guest-account-script: command not found
How To Fix arctica-greeter-guest-account-script: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu arctica-greeter-guest-account-script is provided by arctica-greeter-guest-session package.
arctica-greeter-guest-session is:
A greeter shell for the LightDM login manager. Arctica Greeter can be used as local display manager as well as thin client login manager.
This package adds guest account support to the Arctica Greeter login manager.
To fix this problem, we can install more using the command below.
sudo apt-get -y install arctica-greeter-guest-session
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install arctica-greeter-guest-session.
sudo apt -y install arctica-greeter-guest-session
Or if you have aptitude installed you can use the following command.
sudo aptitude install arctica-greeter-guest-session
Summary
In this tutorial we learn how to fix arctica-greeter-guest-account-script command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.