foot command not found

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

Introduction

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

foot: command not found

or when using sudo you get the following error message

sudo: foot: command not found

Solutions to foot: command not found

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

In Ubuntu foot is provided by foot package.

foot is:

The fast, lightweight and minimalistic Wayland terminal emulator. Features

  • Fast
  • Lightweight, in dependencies, on-disk and in-memory
  • Wayland native
  • DE agnostic
  • User configurable font fallback
  • On-the-fly DPI font size adjustment
  • Scrollback search
  • Color emoji support
  • Server/daemon mode
  • Multi-seat
  • Synchronized Updates support
  • Sixel image support

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

sudo apt-get -y install foot

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

You can also use apt command to install foot.

sudo apt -y install foot

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

sudo aptitude install foot

Summary

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