clear console in cmd
cls
open settings in cmd
start ms-settings:
find if ports in use in cmd
netstat -ano | findstr 8111
kill processes that uses port in cmd windows
taskkill /F /pid 6684 ← (it pid not port)
Close and open your terminal window for the installation to take effect [Linux]
source ~/.bashrc