Thursday, January 31, 2019

How Do I manually remove malformed Packages?

sudo vi /var/lib/dpkg/status 
remove all entries about the package and save , then try again.
sudo apt-get update

No comments:

Post a Comment

What's the quickest way to find duplicated files?

find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD fdupes -r / linux_czkawka_gui.AppImage