Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Missing Build for Ubuntu 22.04 #5189

Closed
ADVALAKI opened this issue Apr 22, 2022 · 7 comments
Closed

Missing Build for Ubuntu 22.04 #5189

ADVALAKI opened this issue Apr 22, 2022 · 7 comments

Comments

@ADVALAKI
Copy link

wkhtmltopdf version(s) affected: x.y.z

OS information
Ubuntu 22.04

Description
can not able to install package

How to reproduce
download wkhtmltopdf bionic , and try to install

Expected behavior
should properly installed

Possible Solution
Build for ubuntu 22.04 is missing.

@progmancod
Copy link

+1

1 similar comment
@jcdrubay
Copy link

+1

@kesturbo
Copy link

`cd /tmp

wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb

wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.bionic_amd64.deb

sudo apt install ./libssl1.1_1.1.0g-2ubuntu4_amd64.deb

sudo apt install ./wkhtmltox_0.12.6-1.bionic_amd64.deb`

@patrickfabrizius
Copy link

Thanks @kesturbo - you saved my night.

@ashkulz
Copy link
Member

ashkulz commented Jun 20, 2022

Duplicate of wkhtmltopdf/packaging#114

@ashkulz ashkulz marked this as a duplicate of wkhtmltopdf/packaging#114 Jun 20, 2022
@ashkulz ashkulz closed this as completed Jun 20, 2022
@ashkulz
Copy link
Member

ashkulz commented Jun 23, 2022

Builds for 22.04 have been published to the website: see e59bfcc.

@pauladesh
Copy link

sudo wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

7 participants