sudo apt get update gives error - The package cache file is corrupted
Solution 1:
The error you are facing is:
E: Unable to parse package file /var/lib/apt/lists/dl.google.com_linux_chrome-remote-desktop_deb_dists_stable_main_binary-amd64_Packages (1)
Try to remove this package file:
sudo rm /var/lib/apt/lists/dl.google.com_linux_chrome-remote-desktop_deb_dists_stable_main_binary-amd64_Packages
follows by:
sudo apt update