make_xtel_lignes command not found

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

Introduction

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

make_xtel_lignes: command not found

or when using sudo you get the following error message

sudo: make_xtel_lignes: command not found

Solutions to make_xtel_lignes: command not found

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

In Ubuntu make_xtel_lignes is provided by xtel package.

xtel is:

This is a lesstif Minitel client that runs on color/black and white X Display and a xteld daemon that can make Minitel connection with one or more modems.

The Minitel is a dedicated terminal for accessing the Teletel, the French videotex network. Thus, this package is almost only for French users. This package now supports the 3622 I-Minitel protocol (more information on http://www.i-minitel.com).

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

sudo apt-get -y install xtel

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

You can also use apt command to install xtel.

sudo apt -y install xtel

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

sudo aptitude install xtel

Summary

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