Last active
April 12, 2019 16:58
-
-
Save adamtester/d15af94af3eee8706e87 to your computer and use it in GitHub Desktop.
Install wkhtmltopdf on Ubuntu 14.04+
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 http://download.gna.org/wkhtmltopdf/0.12/0.12.2.1/wkhtmltox-0.12.2.1_linux-trusty-amd64.deb | |
sudo apt-get update | |
sudo apt-get install wkhtmltox | |
sudo apt-get -f install | |
sudo dpkg -i wkhtmltox-0.12.2.1_linux-trusty-amd64.deb | |
wkhtmltopdf -V | |
rm wkhtmltox-0.12.2.1_linux-trusty-amd64.deb |
Hi! I'm trying to execute "sudo apt-get install wkhtmltox" and got this:
"Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package wkhtmltox"
How to proceed to install it on Ubuntu 14.04? Thank you!
Server is down.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://askubuntu.com/questions/725369/how-to-install-wkhtmltopdf-0-12-1-on-ubuntu-server-14-04?answertab=votes#tab-top
this works too. for me.