I just installed the Ubuntu app on Windows Subsystem for Linux (WSL). It defaults to a bash shell. I would prefer ksh. I am quite naive when it comes to using package managers to install software. I found this link: https://packages.ubuntu.com/groovy/amd64/ksh/download that says I should use a package manager to install it, but I need more detail help than that. Can someone help with some detail steps on what I need to do to get ksh installed? Thanks.
Distributor ID: Ubuntu Description: Ubuntu 20.04.1 LTS Release: 20.04
apt
orapt-get
:sudo apt install ksh
– muru Jan 27 '21 at 06:12sudo apt-get update
before runningsudo apt-get install ksh
? – steeldriver Jan 28 '21 at 09:34