- uninstalled it
- installed the nightly repo...instructions were a bit strange here: https://nightly.geany.org/debian/bookworm/ since they say to use buster. I tried changing the deb source to say "bookworm" since Ubuntu 22.04 Jammy is based on bookworm, but it couldn't find the right version of deps:
The following packages have unmet dependencies:
geany-plugin-git-changebar : Depends: libgit2-1.5 (>= 1.5.0) but it is not installable
geany-plugin-workbench : Depends: libgit2-1.5 (>= 1.5.0) but it is not installable
- so I changed it to "bullseye". I made a separate file called /etc/apt/sources.list.d/geany-nightly.list containing only
deb http://geany.nightlybuilds.org/debian/bullseye stable main
- I didn't try buster like instructions at link above say, because that seemed wrong.
- apt update
- apt install geany geany-plugins
- still says 1.38-1, but problem is gone.
- I thought maybe the version was lower than actual because of a git tag, so I tried
apt policy geany
and apt-cache policy geany
and both say the source is http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
I can say the issue is solved but I'm confused about what I did wrong above in my apt configuration.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/issues/3927/2253650577@github.com>