On Thu, Jun 22, 2023 at 03:12:16AM -0700, Rick Thomas wrote: > Thanks, Jeff! > > On Thu, Jun 22, 2023, at 12:04 AM, Jeffrey Walton wrote: > > On Thu, Jun 22, 2023 at 2:49 AM Rick Thomas <rick.tho...@pobox.com> wrote: > .... snip .... > >> In this case, the package is already installed. > >> Unfortunately when I try to reinstall it, I get: > >> > >> rbthomas@pi:~$ sudo -i apt-get install --reinstall ca-certificates-java > >> Reading package lists... Done > >> Building dependency tree... Done > >> Reading state information... Done > >> 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not > >> upgraded. > >> 4 not fully installed or removed.
It might be worth looking at precisely what is not installed / removed dpkg -C will give you what needs configuring if anything, I think. I had a similar experience with upgrading Debian WSL - in the end, I found that temporarily removing default-jre-?? helped. That allowed me to upgrade the system and then to reinstall the JRE. I think the versions of the Java runtime environment have changed very significantly, hence the problem. Just my 0,02 All the very best, as ever, Andy > >> Any idea that that even means? > > Thanks! > Rick >