Ghost: Failed to start Ghost Server!

i’m using ubuntu 18 when run : sudo ghost An error appears : Failed to start Ghost Server!

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 38 (7 by maintainers)

Most upvoted comments

facing problem in starting ghost server in ghost framework. I have reinstalled it few times but i am facing same problem Screenshot from 2020-06-09 21-37-07

All you need to do, Just run >> sudo apt-get install android-tools-adb

I have tried this command also but package not found Screenshot from 2020-06-09 21-54-33

Please try the following :

sudo add-apt-repository universe && sudo apt-get update && sudo apt-get install android-tools-adb android-tools-fastboot

and then use:

sudo apt-get install android-tools-adb

@SourabhKundu Maybe something wrong with apt-get repositories, maybe there is no adb package in your default repositories, try searching for adb ported on your OS on the Internet.

@kamhawy4 Maybe something wrong with apt-get repositories, maybe there is no adb package in your default repositories, try searching for adb ported on your OS on the Internet.