Error running sudo apt autoclean, autoremove and update

run sudo apt clean


run sudo apt autoremove

run Sudo apt update


I have tried running FSCK not having problems. What do I have to do? Thank you.

What happens when you just enter:

sudo apt clean

Something has corrupted in the lists. Can you remove them:

sudo rm /var/lib/apt/lists/*

Check your Sources.list for any duplicate entries using Software & Updates.
Then run

sudo apt update && sudo apt clean && sudo apt autoremove

1 Like

thanks for the help, it's back to normal. :grinning: :grin:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.