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

  • InFerNo@lemmy.ml
    link
    fedilink
    arrow-up
    8
    ·
    1 year 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.

    • vortexalOP
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      I’ve already done that but thanks anyways.

    • NaoPb@beehaw.org
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      This command (could have) saved me lots of times, had I known it earlier. So far it has saved me once.