vortexal@sopuli.xyz to Linux@lemmy.ml · edit-21 year agoWhen I shutdown my computer last night, it gave me this error message. It seems to be working fine but should I be considered?sopuli.xyzimagemessage-square50fedilinkarrow-up1106arrow-down14file-text
arrow-up1102arrow-down1imageWhen I shutdown my computer last night, it gave me this error message. It seems to be working fine but should I be considered?sopuli.xyzvortexal@sopuli.xyz to Linux@lemmy.ml · edit-21 year agomessage-square50fedilinkfile-text
I’m not sure what fixed it because I tried multiple things yesterday, but it shutdown normally last night.
minus-squareInFerNo@lemmy.mllinkfedilinkarrow-up8·1 year agoapt 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.
minus-squarevortexal@sopuli.xyzOPlinkfedilinkarrow-up2·1 year agoI’ve already done that but thanks anyways.
minus-squareNaoPb@beehaw.orglinkfedilinkarrow-up1·1 year agoThis command (could have) saved me lots of times, had I known it earlier. So far it has saved me once.
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.
I’ve already done that but thanks anyways.
This command (could have) saved me lots of times, had I known it earlier. So far it has saved me once.