-
The app stopped working when I upgraded from Ubuntu 22.04 LTS to 24.04 LTS. I'm trying a fresh install but I'm at a loss because I know nothing about Python.
... shows this:
The package (obviously?) does not exist, so I've tried the pipx solution:
... but the app doesn't work:
Is there a way to make it work in current Ubuntu LTS? |
Beta Was this translation helpful? Give feedback.
Answered by
kAlvaro
Feb 27, 2025
Replies: 1 comment
-
Found it! Full procedure: pipx install konsave
pipx inject konsave setuptools
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kAlvaro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found it!
Full procedure: