当前位置: 代码迷 >> 综合 >> ubuntu 无法安装python Couldn‘t find any package by glob ‘python3.7‘
  详细解决方案

ubuntu 无法安装python Couldn‘t find any package by glob ‘python3.7‘

热度:93   发布时间:2024-01-04 03:21:07.0

解决方案:

(1)第一步:

add-apt-repository ppa:deadsnakes/ppa  

若出现bash: add-apt-repository: command not found

则安装:

sudo apt-get install software-properties-common

具体参考:
linux 报错:bash: add-apt-repository: command not found

(1)第二步:

apt-get update   
apt install python3.8  
  相关解决方案