Run on Debian 10

38 views
Skip to first unread message

Dean Tsonev

unread,
Aug 1, 2019, 2:39:16 PM8/1/19
to wkhtmltopdf General
Hello,

I recently switched to Debian 10 and I'm wondering is there a way to run wkhtmltopdf on it? Will you create a package for it?

Ashish Kulkarni

unread,
Aug 1, 2019, 9:39:46 PM8/1/19
to wkhtmltop...@googlegroups.com
It's been merged in wkhtmltopdf/packaging, but not yet released. You
can build it locally or use the Debian 9 package (which should work as
well).
> --
> ===================================================
> You received this message because you are subscribed to the "wkhtmltopdf
> General" group.
> To post to this group, send email to wkhtmltop...@googlegroups.com
> To unsubscribe from this group, send email to
> wkhtmltopdf-gen...@googlegroups.com
>
> For more options, visit this group at
> http://groups.google.com/group/wkhtmltopdf-general?hl=en?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "wkhtmltopdf General" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to wkhtmltopdf-gen...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/wkhtmltopdf-general/7976682f-dc43-4d0c-abe9-2c5ede61128f%40googlegroups.com.
>

Dean Tsonev

unread,
Aug 2, 2019, 2:46:22 AM8/2/19
to wkhtmltopdf General
I tried to install the Debian 9 package (on Homestead) without success 

sudo dpkg -i wkhtmltox_0.12.5-1.stretch_amd64.deb
Selecting previously unselected package wkhtmltox.
(Reading database ... 209056 files and directories currently installed.)
Preparing to unpack wkhtmltox_0.12.5-1.stretch_amd64.deb ...
Unpacking wkhtmltox (1:0.12.5-1.stretch) ...
dpkg: dependency problems prevent configuration of wkhtmltox:
 wkhtmltox depends on libjpeg62-turbo; however:
  Package libjpeg62-turbo is not installed.
 wkhtmltox depends on xfonts-75dpi; however:
  Package xfonts-75dpi is not installed.

dpkg: error processing package wkhtmltox (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Errors were encountered while processing:
 wkhtmltox


петък, 2 август 2019 г., 3:39:46 UTC+2, Ashish Kulkarni написа:
It's been merged in wkhtmltopdf/packaging, but not yet released. You
can build it locally or use the Debian 9 package (which should work as
well).

On 8/2/19, Dean Tsonev <didot...@gmail.com> wrote:
> Hello,
>
> I recently switched to Debian 10 and I'm wondering is there a way to run
> wkhtmltopdf on it? Will you create a package for it?
>
> --
> ===================================================
> You received this message because you are subscribed to the "wkhtmltopdf
> General" group.
> To post to this group, send email to wkhtmltop...@googlegroups.com
> To unsubscribe from this group, send email to
>
> For more options, visit this group at
> http://groups.google.com/group/wkhtmltopdf-general?hl=en?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "wkhtmltopdf General" group.
> To unsubscribe from this group and stop receiving emails from it, send an

Ashish Kulkarni

unread,
Aug 2, 2019, 7:51:58 AM8/2/19
to wkhtmltop...@googlegroups.com
I think you just need to install "apt-get install -f" afterwards or
use "apt-get install ./wkhtmltox_0.12.5-1.stretch_amd64.deb" in the
first place to install missing dependencies.

# apt-get install -y ./wkhtmltox_0.12.5-1.stretch_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'wkhtmltox' instead of './wkhtmltox_0.12.5-1.stretch_amd64.deb'
The following additional packages will be installed:
fontconfig fontconfig-config fonts-dejavu-core libbsd0 libexpat1
libfontconfig1 libfontenc1 libfreetype6 libjpeg62-turbo libpng16-16
libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxrender1
lsb-base sensible-utils ucf
x11-common xfonts-75dpi xfonts-base xfonts-encodings xfonts-utils
Suggested packages:
xfs | xserver
The following NEW packages will be installed:
fontconfig fontconfig-config fonts-dejavu-core libbsd0 libexpat1
libfontconfig1 libfontenc1 libfreetype6 libjpeg62-turbo libpng16-16
libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxrender1
lsb-base sensible-utils ucf
wkhtmltox x11-common xfonts-75dpi xfonts-base xfonts-encodings xfonts-utils
0 upgraded, 26 newly installed, 0 to remove and 0 not upgraded.
[snipped]

On 8/2/19, Dean Tsonev <didot...@gmail.com> wrote:
> I tried to install the Debian 9 package (on Homestead) without success
>
> sudo dpkg -i wkhtmltox_0.12.5-1.stretch_amd64.deb
> Selecting previously unselected package wkhtmltox.
> (Reading database ... 209056 files and directories currently installed.)
> Preparing to unpack wkhtmltox_0.12.5-1.stretch_amd64.deb ...
> Unpacking wkhtmltox (1:0.12.5-1.stretch) ...
> dpkg: dependency problems prevent configuration of wkhtmltox:
> wkhtmltox depends on libjpeg62-turbo; however:
> Package libjpeg62-turbo is not installed.
> wkhtmltox depends on xfonts-75dpi; however:
> Package xfonts-75dpi is not installed.
>
> dpkg: error processing package wkhtmltox (--install):
> dependency problems - leaving unconfigured
> Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
> Errors were encountered while processing:
> wkhtmltox
>
>
> петък, 2 август 2019 г., 3:39:46 UTC+2, Ashish Kulkarni написа:
>>
>> It's been merged in wkhtmltopdf/packaging, but not yet released. You
>> can build it locally or use the Debian 9 package (which should work as
>> well).
>>
>> On 8/2/19, Dean Tsonev <didot...@gmail.com <javascript:>> wrote:
>> > Hello,
>> >
>> > I recently switched to Debian 10 and I'm wondering is there a way to run
>> >
>> > wkhtmltopdf on it? Will you create a package for it?
>> >
>> > --
>> > ===================================================
>> > You received this message because you are subscribed to the "wkhtmltopdf
>> >
>> > General" group.
>> > To post to this group, send email to wkhtmltop...@googlegroups.com
>> <javascript:>
>> > To unsubscribe from this group, send email to
>> > wkhtmltopdf-gen...@googlegroups.com <javascript:>
>> >
>> > For more options, visit this group at
>> > http://groups.google.com/group/wkhtmltopdf-general?hl=en?hl=en
>> > ---
>> > You received this message because you are subscribed to the Google
>> Groups
>> > "wkhtmltopdf General" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> an
>> > email to wkhtmltopdf-gen...@googlegroups.com <javascript:>.
>> >
>>
>> > To view this discussion on the web visit
>> >
>> https://groups.google.com/d/msgid/wkhtmltopdf-general/7976682f-dc43-4d0c-abe9-2c5ede61128f%40googlegroups.com.
>>
>>
>> >
>>
>
> --
> ===================================================
> You received this message because you are subscribed to the "wkhtmltopdf
> General" group.
> To post to this group, send email to wkhtmltop...@googlegroups.com
> To unsubscribe from this group, send email to
> wkhtmltopdf-gen...@googlegroups.com
>
> For more options, visit this group at
> http://groups.google.com/group/wkhtmltopdf-general?hl=en?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "wkhtmltopdf General" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to wkhtmltopdf-gen...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/wkhtmltopdf-general/f25950da-4c76-4406-b1f7-e90fb6ffb2ce%40googlegroups.com.
>

Dean Tsonev

unread,
Aug 2, 2019, 8:33:33 AM8/2/19
to wkhtmltopdf General
I tried this a lot of times, unfortunately without success. The problem:

The following packages have unmet dependencies:
 wkhtmltox : Depends: libjpeg62-turbo but it is not installable
E: Unable to correct problems, you have held broken packages.

Tried to install this package with: sudo apt-get install libjpeg62-turbo again without success

Finally I installed it manually and after that everything works just normal.

Hope that this will help someone too :)
>> >
>> > For more options, visit this group at
>> > http://groups.google.com/group/wkhtmltopdf-general?hl=en?hl=en
>> > ---
>> > You received this message because you are subscribed to the Google
>> Groups
>> > "wkhtmltopdf General" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> an
>> > email to wkhtmltopdf-general+unsub...@googlegroups.com <javascript:>.
>> >
>>
>> > To view this discussion on the web visit
>> >
>> https://groups.google.com/d/msgid/wkhtmltopdf-general/7976682f-dc43-4d0c-abe9-2c5ede61128f%40googlegroups.com.
>>
>>
>> >
>>
>
> --
> ===================================================
> You received this message because you are subscribed to the "wkhtmltopdf
> General" group.
> To post to this group, send email to wkhtmltop...@googlegroups.com
> To unsubscribe from this group, send email to
>
> For more options, visit this group at
> http://groups.google.com/group/wkhtmltopdf-general?hl=en?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "wkhtmltopdf General" group.
> To unsubscribe from this group and stop receiving emails from it, send an
Reply all
Reply to author
Forward
0 new messages