fbautostart command not found

In this troubleshooting guide we learn how to fix fbautostart command not found error message

Introduction

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

fbautostart: command not found

or when using sudo you get the following error message

sudo: fbautostart: command not found

Solutions to fbautostart: command not found

How To Fix fbautostart: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu fbautostart is provided by fbautostart package.

fbautostart is:

The fbautostart app was designed to have little to no overhead, while still maintaining the needed functionality of launching applications according to the XDG spec.

This package contains support for GNOME and KDE.

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

sudo apt-get -y install fbautostart

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

You can also use apt command to install fbautostart.

sudo apt -y install fbautostart

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

sudo aptitude install fbautostart

Summary

In this tutorial we learn how to fix fbautostart command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.