07-12-2021, 01:46 PM
Hello there,
the latest update of libwpewebkit-1.0-3 from v2.30.6-1 to v2.32.1-1 makes Axolotl in daemonized setup unusable with the browser "cog" on my system.
Here you can find the old version, if you have the same problem and want to downgrade the library:
https://ftp.be.debian.org/debian/pool/main/w/wpewebkit/
Installation from the download folder via
Hopefully, there will be another update soon.
And to prevent apt from updating the package again, use the following
("unhold" reverts this)
Cheers
the latest update of libwpewebkit-1.0-3 from v2.30.6-1 to v2.32.1-1 makes Axolotl in daemonized setup unusable with the browser "cog" on my system.
Here you can find the old version, if you have the same problem and want to downgrade the library:
https://ftp.be.debian.org/debian/pool/main/w/wpewebkit/
Installation from the download folder via
Code:
sudo apt install ./libwpewebkit-1.0-3_2.30.6-1_arm64.deb
Hopefully, there will be another update soon.
And to prevent apt from updating the package again, use the following
Code:
sudo apt-mark hold libwpewebkit-1.0-3
("unhold" reverts this)
Cheers