ubuntu之E: Unable to locate package ‘xxx’ 使用apt-get 安装失败

ubuntu安装依赖报错提示:

ubuntu之E: Unable to locate package ‘xxx’ 使用apt-get 安装失败

 

 解决方案:

一、常用简单方法

  更新apt-get

  sudo apt-get update

  sudo apt-get upgrade

  注释:update是更新软件列表,upgrade是更新软件

二、不常用

  sudo add-apt-repository main
  sudo add-apt-repository universe
  sudo add-apt-repository restricted
  sudo add-apt-repository multiverse
  sudo apt-get update

最后执行 sudo apt-get install -y  xxxxx

我是属于后一种,第一种解决方案不适用,写个随笔记录一下

上一篇:对数时间Python中有序列表中的位置元素


下一篇:linux命令大全