smtm command not found

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

Introduction

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

smtm: command not found

or when using sudo you get the following error message

sudo: smtm: command not found

Solutions to smtm: command not found

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

In Ubuntu smtm is provided by smtm package.

smtm is:

smtm, which is a not overly clever acronym for Show Me The Money, is a simple stock ticker and charting application. It creates and automatically updates a window with stock quotes from Yahoo! Finance, as well as optional charts from Yahoo! Finance.

smtm is fully configurable – it can display the stock symbol and the full name of the company, the price change, the percentage change, the volume traded, the profit or loss, the value of the holding, the length of the holding period, annualised percentage returns and more. The display can be sorted on almost any of the columns. Losers are flagged in red. smtm can be used for most global stock symbols, North American mutual funds and options, currencies and some commodities – anything supported Yahoo! Finance.

Stock quotes are normally delayed, 15 minutes for NASDAQ and 20 minutes otherwise, see Yahoo! Finance for details.

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

sudo apt-get -y install smtm

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

You can also use apt command to install smtm.

sudo apt -y install smtm

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

sudo aptitude install smtm

Summary

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