configure: error: Please reinstall readline - I cannot find readline.h

sudo apt-get install libreadline-dev
Copy the code

No package 'sqlite3' found

sudo apt-get install libsqlite3-dev
Copy the code

No package 'oniguruma' found

 sudo apt-get install libonig-dev
Copy the code

No package 'libcurl' found

sudo apt-get install libcurl-ocaml-dev
Copy the code

No package 'libzip' found

sudo apt-get install libzip-dev
Copy the code