Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
15021 Widoki
dpkg: dependency problems prevent configuration of wkhtmltox:
wkhtmltox depends on libssl1.1; however:
Package libssl1.1 is not installed.

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



So wkhtmltopdf 0.12.5 version is not working for Ubuntu 22.10.

Awatar
Odrzuć
Autor Najlepsza odpowiedź

For Ubuntu 22.10 kinetic, wkhtmltopdf 0.12.6.1 version supported for odoo 15 & 16, for my machine finally.

wget https://github\.com/wkhtmltopdf/packaging/releases/download/0\.12\.6\.1\-2/wkhtmltox_0\.12\.6\.1\-2\.jammy_amd64\.deb

sudo apt install  ./wkhtmltox_0.12.6.1-2.jammy_amd64.deb

or

sudo dpkg -i ./wkhtmltox_0.12.6.1-2.jammy_amd64.deb


Then check the version by 

wkhtmltopdf --version //wkhtmltopdf 0.12.6.1 (with patched qt)
wkhtmltoimage --version //wkhtmltoimage 0.12.6.1 (with patched qt)

Sometimes it's required a restart.

Awatar
Odrzuć
Najlepsza odpowiedź

Hii

after installed the package and run this command sudo\ apt\ install\ \-f\ \./wkhtmltox_0.12.6.1-2.jammy_amd64.deb the output it come :

 -bash: sudo apt install -f ./wkhtmltox_0.12.6.1-2.jammy_amd64.deb: No such file or directory


what the issue ? Im working on odoo V16 enterprise Ubuntu 22 LTS


Awatar
Odrzuć

try simple command as
sudo apt install -f ./wkhtmltox_0.12.6.1-2.jammy_amd64.deb
if you are in the same directory, check if the name of the deb file
also try
sudo dpkg -i your_package_file.deb

Powiązane posty Odpowiedzi Widoki Czynność
1
cze 25
1702
3
lip 25
3330
1
maj 25
1470
1
maj 25
1731
4
maj 25
2869