What command did you use? Just deleted /var/lib/apt/lists/lock or moved /var/lib/apt/lists/ ?I did exactly like in the commentWhat worries me is no pakages were actually updated see the pastebin. I've initiated all this in a wake of new linux-headers* packages to be upgraded and it has failed in the end.Code:
#> mv /var/lib/apt/lists/ /var/lib/apt/lists-SAVE/
Here it is:Can you please post the output ofCode:
$> sha256sum /var/lib/apt/lists/*_InRelease
Another one:andCode:
$> LANG="C" ls -l /var/lib/apt/lists/*_InRelease
And the third:andCode:
$> for pkf in /var/lib/apt/lists/*_Packages; do [[ "$(grep "$(sha256sum "$pkf" | mawk '{print $1}')" /var/lib/apt/lists/*_InRelease)" ]] && echo "found $pkf" || echo "$pkf not found"; done
Statistics: Posted by nikobit — 2024-06-04 20:34