4ti2-markov command not found

In this troubleshooting guide we learn how to fix 4ti2-markov command not found error message

Introduction

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

4ti2-markov: command not found

or when using sudo you get the following error message

sudo: 4ti2-markov: command not found

Solutions to 4ti2-markov: command not found

How To Fix 4ti2-markov: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu 4ti2-markov is provided by 4ti2 package.

4ti2 is:

4ti2 is a mathematical software package for algebraic, geometric and combinatorial problems on linear spaces.

This package provides the 4ti2 tool suite.

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

sudo apt-get -y install 4ti2

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

You can also use apt command to install 4ti2.

sudo apt -y install 4ti2

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

sudo aptitude install 4ti2

Summary

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