telegnome command not found

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

Introduction

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

telegnome: command not found

or when using sudo you get the following error message

sudo: telegnome: command not found

Solutions to telegnome: command not found

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

In Ubuntu telegnome is provided by telegnome package.

telegnome is:

TeleGNOME is a program to display teletext pages over the internet. As of this moment, the teletext feeds from the Netherlands, Hungary, Denmark, Finland, Turkey, Armenia, the Czech Republic, and the United Kingdom are known to work.

The program is kept quite simple, but it is very useful, hopefully. Never load up that large slow web browser to view the teletext pages, just use this nifty little piece of software.

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

sudo apt-get -y install telegnome

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

You can also use apt command to install telegnome.

sudo apt -y install telegnome

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

sudo aptitude install telegnome

Summary

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