Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2901

System and Network configuration • Re: Debian update && upgrade system seems to be broken.

$
0
0

What command did you use? Just deleted /var/lib/apt/lists/lock or moved /var/lib/apt/lists/ ?
What 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.
I did exactly like in the comment

Code:

#> mv /var/lib/apt/lists/ /var/lib/apt/lists-SAVE/
Can you please post the output of

Code:

$> sha256sum /var/lib/apt/lists/*_InRelease
Here it is:
and

Code:

$> LANG="C" ls -l /var/lib/apt/lists/*_InRelease
Another one:
and

Code:

$> 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
And the third:

Statistics: Posted by nikobit — 2024-06-04 20:34



Viewing all articles
Browse latest Browse all 2901

Trending Articles