sc-im command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sc-im: command not found
or when using sudo you get the following error message
sudo: sc-im: command not found
Solutions to sc-im: command not found
How To Fix sc-im: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sc-im is provided by sc-im package.
sc-im is:
Spreadsheet Calculator Improvised, aka sc-im, is an ncurses based, vim-like spreadsheet calculator.
sc-im is based on sc, whose original authors are James Gosling and Mark Weiser, and mods were later added by Chuck Martin.
Its keybindings are familiar to users of ‘vi’, and it has most features that a pure spreadsheet would, but lacks things like graphing and saving in foreign formats. It’s very stable and quite easy to use once you’ve put a little effort into learning it.
To fix this problem, we can install more using the command below.
sudo apt-get -y install sc-im
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sc-im.
sudo apt -y install sc-im
Or if you have aptitude installed you can use the following command.
sudo aptitude install sc-im
Summary
In this tutorial we learn how to fix sc-im command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.