aptからPython 3.4.5をインストールする方法は?
Python 3.5がインストールされています。以前Python 3.4をソースからインストールし、なんとかアンインストールできました。でPython 3.4をインストールしようとするとapt-get install python3.4、 Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'libpython3.4-minimal' for regex 'python3.4' 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 直接実行しpython3.4 --versionてもうまくいきません。私は何をすべきか?