xteld command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
xteld: command not found
or when using sudo you get the following error message
sudo: xteld: command not found
Solutions to xteld: command not found
How To Fix xteld: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu xteld 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 xteld command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.