-
-
Save lobermann/ca0e7bb2558b3b08923c6ae2c37a26ce to your computer and use it in GitHub Desktop.
Install wkhtmltopdf on headless ubuntu 18 vps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb | |
apt-get install fontconfig libxrender1 xfonts-75dpi xfonts-base | |
dpkg -i wkhtmltox_0.12.5-1.bionic_amd64.deb |
Thanks worked for me on ubuntu 18.04 ec2.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if you use gdebi you can leave out step for installing the dependencies (and be more confident that the correct ones are installed)