Skip to content

Instantly share code, notes, and snippets.

@chuenniger
Created June 13, 2018 08:52
Show Gist options
  • Save chuenniger/8fc6b7a2032e6677388a07c3e38c783b to your computer and use it in GitHub Desktop.
Save chuenniger/8fc6b7a2032e6677388a07c3e38c783b to your computer and use it in GitHub Desktop.
apt fixes
# E: Unable to parse package file /var/lib/apt/lists/repos.azulsystems.com_debian_dists_stable_main_binary-armhf_Packages (1)
# W: You may want to run apt-get update to correct these problems
# E: The package cache file is corrupted
sudo rm /var/lib/apt/lists/* -vf
sudo apt update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment