Forum Bugs

Packages for Ubuntu 22.04

jpavel
Hello!

It seems none of the .deb packages will install on Ubuntu 22.04.

The stable release has an unresolvable dependency on libssl1.1, and the latest releases have unmet dependencies on libssl1.1 and libwebp6

If anyone has a workaround (or if Prince engineers can release .deb files for Ubuntu 22.04) I'd appreciate it.

Thanks!
jpavel
(as a followup, the generic Linux binaries work fine)
mikeday
We have now added Ubuntu 22.04 packages for the Prince latest builds.
fab
hello,

same for package debian 12 or 11 : unmet dependencies for libwebp6, libssl1.1, libtiff5_4.2.0

i've tested https://www.princexml.com/download/prince_20230609-1_debian12_amd64.deb

thank you. ;)

f.

wangp
The dependencies will be automatically installed when you install the package:
apt update && apt install -y /path/to/prince_20230609-1_debian12_amd64.deb
fab
Hello,

thak you for the answer.

> will be automatically installed

yes, it should be but libwebp6, by instance isn't available with bookworm
see https://packages.debian.org/bullseye/libwebp6

regards,

f.
wangp
It seems you are trying to install the Prince package for Debian 11 on Debian 12.

Here are the dependencies for prince_20230609-1_debian11_amd64.deb
Depends: libc6 (>= 2.29), libcurl4 (>= 7.16.2), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.9.1), libgif7 (>= 5.1), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.7), libpng16-16 (>= 1.6.2-1), libssl1.1 (>= 1.1.0), libtiff5 (>= 4.0.3), libwebp6 (>= 0.5.1), libwebpdemux2 (>= 0.5.1), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.3.4)

Here are the dependencies for prince_20230609-1_debian12_amd64.deb
Depends: libaom3 (>= 3.2.0), libavif15 (>= 0.11.1), libc6 (>= 2.35), libcurl4 (>= 7.16.2), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.9.1), libgif7 (>= 5.1), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.7), libpng16-16 (>= 1.6.2-1), libssl3 (>= 3.0.0), libtiff6 (>= 4.0.3), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.3.4)
fab
hello,

thank you for your answer.

> It seems you are trying to install the Prince package for Debian 11 on Debian 12.

<code>
root@21505e6fc6a1:/var/www/html# cat /etc/debian_version
12.0
</code>

<code>
RUN curl https://www.princexml.com/download/prince_20230609-1_debian12_amd64.deb --output prince.deb
</code>

It says debian12 and prince_on_deb12.

wait, i'm running a Dockerfile, maybe an old prince.deb is still in my docker and i'm trying to install this old one. I'll have a check

regards,

f.
fab
no other old file prince.deb in the container.

Btw, i must admit that my Dockerfile is a bit crowdy. I guess i did some mess between all my RUN apt install

Since it's "accidentally working", i don't touch anymore and see how to arrange next time i upgrade.

Thank you for your response and your piece of code ;)

regards,

f.