Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
15263 Vizualizări
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.

Imagine profil
Abandonează
Autor Cel mai bun răspuns

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.

Imagine profil
Abandonează
Cel mai bun răspuns

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


Imagine profil
Abandonează

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

Related Posts Răspunsuri Vizualizări Activitate
1
iun. 25
1861
3
iul. 25
3478
1
mai 25
1604
1
mai 25
1844
4
mai 25
2953