I’m not sure what fixed it because I tried multiple things yesterday, but it shutdown normally last night.

  • @InFerNo
    link
    89 months ago

    apt install --reinstall PKG_NAME

    Is the command to reinstall a package, replace PKG_NAME with the name of the package you want to reinstall.

    You should use apt instead of apt-get. It is newer, more user friendly and supposedly handles dependency resolution better.