gpt4 book ai didi

python-2.7 - 无法在 ubuntu 16.04 中安装带有补丁 qt 的 wkhtmltopdf

转载 作者:行者123 更新时间:2023-12-04 13:00:48 33 4
gpt4 key购买 nike

wkhtmltopdf 与修补的 qt pkg 不适用于 ubuntu 16.04。所以我安装 14.04 pkg,它是在没有修补 qt 的情况下安装的,但它需要带有修补 qt 的 pkg。我也尝试过静态版本,但它提供了一些编译
错误

最佳答案

wkhtmltopdf 的补丁版本不存在于 Ubuntu 存储库中。您可以 download it如果需要,可以从项目网站。但他们仍然没有 .deb Xenial Xerus 的文件,因此您需要下载二进制文件并手动安装依赖项( libxrender1 fontconfig xvfb )。

这是从项目网站安装修补版本的脚本:

sudo apt-get update
sudo apt-get install libxrender1 fontconfig xvfb
wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz -P /tmp/
cd /opt/
sudo tar xf /tmp/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
sudo ln -s /opt/wkhtmltox/bin/wkhtmltopdf /usr/local/bin/wkhtmltopdf

编辑 [16/06/2017]:由于服务器不稳定,wkhtmltopdf 版本已移至 GitHub。我已经更新了我的答案以提供下载最新版本的正确路径。

关于python-2.7 - 无法在 ubuntu 16.04 中安装带有补丁 qt 的 wkhtmltopdf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37765698/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com