1

whatever sudo apt-get install i got this error my server running smoothly but suddenly i got this error

here i try sudo apt-get install -f

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package libpolkit-gobject-1-0 needs to be reinstalled, but I can't find an archive for it.

this is the error i got i have no idea what is this but i want to fix this issues so anybody know why its happen and how to fix it?

i refer this question

E: The package needs to be reinstalled, but I can't find an archive for it [duplicate]

Apt/Synaptic needs to reinstall package but can't find the archive for it

N0rbert
  • 103,263
GHOST
  • 357

1 Answers1

2

sudo dpkg –-remove –-force-remove-reinstreq <package_name>

<package_name> should be replaced with the name of the package you want to remove.