cudaのバージョンを下げたい時は、一度以下のようにして、cudaを削除する必要がある。
> sudo apt-get --purge remove cuda > sudo apt autoremove
または、特定のバージョンのcudaを削除したい場合は以下のようにする。
> sudo apt-get --purge remove cuda-8.0 > sudo apt autoremove
さらに、レポジトリを消したい場合は、以下のようにする。
sudo apt-get --purge remove cuda-repo-ubuntu1604-8-0-local-ga2