Hello,
I run debian 12 stable, with libsqlite3-0:amd64 version 3.40.1-2 as given in the PPA (https://packages.debian.org/bookworm/libsqlite3-0)
I would like to test a python program (with a GUI) that requires sqlite > 3.43
As far as I understand the python3 sqlite standard module from https://github.com/python/cpython/blob/ ... t__.py#L24 is just a wrapper over the distro's libsqlite.
I can't use libsqlite3-0 from sid, because it requires a different libc.
How can I safely install a different version of libsqlite3? I'm also open to solutions with containers.
I run debian 12 stable, with libsqlite3-0:amd64 version 3.40.1-2 as given in the PPA (https://packages.debian.org/bookworm/libsqlite3-0)
I would like to test a python program (with a GUI) that requires sqlite > 3.43
As far as I understand the python3 sqlite standard module from https://github.com/python/cpython/blob/ ... t__.py#L24 is just a wrapper over the distro's libsqlite.
I can't use libsqlite3-0 from sid, because it requires a different libc.
How can I safely install a different version of libsqlite3? I'm also open to solutions with containers.
Statistics: Posted by theprez — 2024-08-27 09:34 — Replies 3 — Views 93