@vortexal@sopuli.xyz to Linux@lemmy.ml • edit-22 years 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-square56fedilinkarrow-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.xyz@vortexal@sopuli.xyz to Linux@lemmy.ml • edit-22 years agomessage-square56fedilinkfile-text
I’m not sure what fixed it because I tried multiple things yesterday, but it shutdown normally last night.
minus-square@InFerNo@lemmy.mllinkfedilink8•2 years 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-square@vortexal@sopuli.xyzOPlinkfedilink2•2 years agoI’ve already done that but thanks anyways.
minus-square@NaoPb@beehaw.orglinkfedilink1•2 years 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.