Unable to install frappe bench on ubuntu 15.10

After entering this command:
sudo bash setup_frappe.sh

gives error:

Installing for Ubuntu wily x86
In case you encounter an error, you can post on https://discuss.frappe.io

Adding ubuntu mariadb repo
Installing packages for Ubuntu. This might take time…
Installing wkhtmltopdf
–2015-11-06 10:30:42-- http://download.gna.org/wkhtmltopdf/0.12/0.12.2.1/wkhtmltox-0.12.2.1_linux-wily-i386.deb
Resolving download.gna.org (download.gna.org)… 78.40.125.79
Connecting to download.gna.org (download.gna.org)|78.40.125.79|:80… connected.
HTTP request sent, awaiting response… 404 Not Found
2015-11-06 10:30:43 ERROR 404: Not Found.

and the link:
http://download.gna.org/wkhtmltopdf/0.12/0.12.2.1/wkhtmltox-0.12.2.1_linux-wily-i386.deb
also gives 404 Not Found page

Try the manual install or try 14.04

I ended up commenting wkhtmltopdf from installation script and manually installed wkhtmltox-0.12.2.1_linux-trusty-amd64.deb

@gio fix the script and send a pull-request!

Here you go

1 Like