Re: Raspberry Pi Debian after upgrade Bullseye => Bookworm -- problem Setting up ca-certificates-java
On Thu, Jun 22, 2023 at 12:15 AM Rick Thomas <rick.thomas@pobox.com> wrote:
>
> I have a Raspberry Pi that is running Debian (*not* Raspbian) that I just upgraded from Bullseye => Bookworm.
>
> Following the upgrade whenever I try to install the latest upgrades, I get errors (see attached transcript).
>
> Can anybody see what I've done wrong? Or what I can do to fix it?
>
> I'm not a java user myself, though I suspect there are java programs are used by programs that I use at the command-line level. Would it be possible to simply "purge" the affected packages?
>
> Thanks for any help you can give me to get this machine back in operation!
The first command I would run is:
apt-get install ca-certificates-java
If the package is already installed (I can't tell; it looks like
install may have failed), then:
apt-get install --reinstall ca-certificates-java
If apt-get fails, then I would move on to dpkg.
Jeff
Reply to: