I have a digital ocean VPS and I'm trying to install WKHTMLTOPDF using apt-get, but apparently my Ubuntu version (12.10) is out of date. I've tried the following:
apt-get, apt-get upgrade, apt-get update
None of those work anymore. From what I'm reading, the files no longer exist / are moved after certain amount of time passes from when that distro was released.
I'm reading that its possible to do:
sudo apt-get dist-upgrade
But this is a production server and I'm kind of scared that it will run into some error and then the app could go down.
Is there any other way I can get wkhtmltopdf running on this linux distro? There seems to be one .deb file on the wkhtmltopdf site for 12.04, and all the stuff I'm googling seems to be for 12.04 (nothing on 12.10)
And furthermore, is upgrading my distro something I want to do anyway for security reasons? Or can I somehow get away with installing wkhtmltopdf without upgrading and keep my production server intact / not take any risks / not deal with the hastle of upgrading?