Update package manager troubleshooting commands#1347
Update package manager troubleshooting commands#1347thomas-zimmerman merged 4 commits intosystem76:masterfrom
Conversation
|
Thank you for the contribution. This is a very highly used article (especially the block of commands at the top), so I'm hesitant to add a new command, especially when it's an entirely different command from the apt and dpkg commands otherwise listed, and when the need for its usage seems to be less than that of some of the other commands. However, it does logically fit in where you placed it in the block of commands. I tested myself, and while |
thomas-zimmerman
left a comment
There was a problem hiding this comment.
Does what is promised on the tin -- try and get the package manager back to a logically consistent state. Not seeing any odd rendering in NPM live view of the page.
Added command to clean APT repository metadata.
This matches the previous commits' additions to the Pop!_OS article.
I was helping a user who would kept getting these errors.
He ran all the commands in the document but none of them fixed the issue except the .
sudo rm -rf /var/lib/apt/lists/*I thought it might be helpful to mention this command here in case anyone faces similar issue.