The commands you have used installs Ethereum on the system. This does not install Ganache-cli because Ganache-cli does not get installed with ethereum by default, you will have to exclusive install it. To install Ganache-cli, run the following command:
npm install -g ganache-cli
And to start it, run the following:
ganache-cli start