amfora command not found

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

Introduction

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

amfora: command not found

or when using sudo you get the following error message

sudo: amfora: command not found

Solutions to amfora: command not found

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

In Ubuntu amfora is provided by amfora package.

amfora is:

Amfora aims to be the best looking cross-platform Gemini terminal client with the most features.

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

sudo apt-get -y install amfora

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

You can also use apt command to install amfora.

sudo apt -y install amfora

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

sudo aptitude install amfora

Summary

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