Install ksh by entering the following commands in the terminal:
sudo apt update sudo apt install ksh
Description:
Real, AT&T version of the Korn shell
Ksh is a UNIX command interpreter (shell) that is intended for both interactive and shell script use. Its command language is a superset of the sh(1) shell language. . The 1993 version adds a number of new, mostly scripting related, features over the 1988 version that is typically distributed with commercial UNIX variants. For example, it has lexical scoping, compound variables, associative arrays, named references and floating point math. . The shcomp tool can be used to compile ksh scripts into a binary format.
Homepage: http://www.kornshell.com/
Version: 93u+20120801-3.1ubuntu1
Section: universe/shells