apt-get update したらなんかエラーが出てきた。
W: Failed to fetch http://jp.archive.ubuntu.com/ubuntu/dists/vivid-updates/main/binary-amd64/Packages Hash Sum mismatch
W: Failed to fetch http://jp.archive.ubuntu.com/ubuntu/dists/vivid-updates/main/binary-i386/Packages Hash Sum mismatch
E: Some index files failed to download. They have been ignored, or old ones used instead.
パッケージの状態を保存したファイルを削除
sudo mv /var/lib/apt/lists /tmp/lists.back
sudo apt-get autoclean
sudo apt-get clean
sudo apt-get update
治った