After installing xelatex on Ubuntu withsudo apt-get install texlive-xetex
I still received errors and needed
sudo apt-get install texlive-latex-extra
andsudo apt-get install texlive-fonts-recommended
Nov 29
After installing xelatex on Ubuntu withsudo apt-get install texlive-xetex
I still received errors and needed
sudo apt-get install texlive-latex-extra
andsudo apt-get install texlive-fonts-recommended
Nov 25
If you are using Ubuntu/Linux, you can install
libcurl4-gnutls-dev and problem solved!
In your shell:
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libssl-dev
sudo apt-get install libcurl4-gnutls-dev
sudo apt-get install libxml2-dev