After upgrading to Debian Bookworm, epr would no longer start.
You have to re-install via pipx and remove your old epr installation. Your old config and last-read-position will still be there.
Here's what worked for me:
- as root: apt-get install pipx
- as root: rm /usr/.local/bin/epr
- as user: pipx install epr-reader
- as user: pipx ensurepath
After upgrading to Debian Bookworm, epr would no longer start.
You have to re-install via pipx and remove your old epr installation. Your old config and last-read-position will still be there.
Here's what worked for me: