##エラー
graphvizをapt-get経由でインストールできない。
ターミナル
$ apt-get install graphviz
Package graphviz is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'graphviz' has no installation candidate
##解決策
以下のコマンドを順番に叩いたらいけた。
ターミナル
$ apt-get dist-upgrade
$ apt-get update
$ apt-get install build-essential
$ apt-get install graphviz