To fix this problem you will need to unistall cmdinstall and then put yarn, if not it will keep calling cmdtest, this is even on newer ubuntu 20.x versions.
sudo apt-get remove cmdinstall;sudo apt update;sudo apt-get install yarn
Mon, 11/30/2020
To fix this problem you will need to unistall cmdinstall and then put yarn, if not it will keep calling cmdtest, this is even on newer ubuntu 20.x versions.
sudo apt-get remove cmdinstall;sudo apt update;sudo apt-get install yarn