如何在ubuntu 16.04中免费安装python错误

时间:2017-12-11 13:07:12

标签: python ubuntu

我是ubuntu 16.04的新手。不知怎的,我卸载了我的内置python,并再次尝试使用

进行安装
sudo apt-get install python2.7 

但这是我得到的错误

  

阅读包裹清单......完成       建立依赖树
      阅读国家信息......完成       python2.7已经是最新版本(2.7.12-1ubuntu0~16.04.2)。       你可能想要运行' apt-get -f install'纠正这些:       以下包具有未满足的依赖项:       alacarte:取决于:python:any(> = 2.6.6-7~)       inkscape:取决于:python:any(> = 2.7.5-5~)       python-bs4:取决于:python:any(< 2.8)                 取决于:python:any(> = 2.7.5-5~)       python-chardet:取决于:python:any(< 2.8)                     取决于:python:any(> = 2.7.5-5~)       python-gi:取决于:python(< 2.8)但它不会被安装                取决于:python(> = 2.7~)但它不会被安装                取决于:python:any(> = 2.7.5-5~)        python-html5lib:取决于:python:any(< 2.8)                      取决于:python:any(> = 2.7.5-5~)       python-lxml:取决于:python(> = 2.7),但不会安装                  取决于:python(< 2.8)但它不会被安装       python-numpy:取决于:python(< 2.8)但它不会被安装                   取决于:python(> = 2.7~)但它不会被安装                   取决于:python:any(> = 2.7.5-5~)         python-pil:​​取决于:python(< 2.8)但它不会被安装                 取决于:python(> = 2.7~)但它不会被安装                 取决于:python:any(> = 2.7.5-5~)        python-pil.imagetk:取决于:python-tk(> = 2.7.7-2)但它不会被安装                         取决于:python(< 2.8)但它不会被安装                         取决于:python(> = 2.7~)但它不会被安装                         取决于:python:any(> = 2.7.5-5~)         python-pkg-resources:取决于:python:any(< 2.8)                           取决于:python:any(> = 2.7.5-5~)         python-six:取决于:python:any(< 2.8)                 取决于:python:any(> = 2.7.5-5~)        E:未满足的依赖项。试试&apt-get -f install'没有包(或指定解决方案)。

我不知道这些意味着什么?我甚至找不到我的python版本 我必须担心吗?

1 个答案:

答案 0 :(得分:1)

Ubuntu 16.04安装了python。查看错误的第一行

  

读取状态信息...完成python2.7已经是最新版本(2.7.12-1ubuntu0~16.04.2)。

尝试使用命令python -V查找系统中已安装的python版本