zoukankan      html  css  js  c++  java
  • Unable to correct problems, you have held broken packages

    Use aptitude instead of apt-get. It is more intelligent. It not only will handle downgrading conflicting packages for you, but will make a series of recommendations asking you which of many possible suggested working scenarios you would like.

    sudo aptitude install myNewPackage
    

    If you don't have aptitude on your machine yet, get it with

    sudo apt-get install aptitude
    
     自动提出解决方案
     
    参考:https://askubuntu.com/questions/363200/e-unable-to-correct-problems-you-have-held-broken-packages
     
     
     
    安装pip时候  no model named setuptools
     
    sudo apttitude install  -y python-setuptools
  • 相关阅读:
    使用dfs求解全排列
    并查集
    Best Cow Line
    Saruman's Army
    Fence Repair
    Laking Counting
    淘宝商品定向爬取
    爬取股票信息
    python中的正则表达式的使用

  • 原文地址:https://www.cnblogs.com/huhuai/p/9588370.html
Copyright © 2011-2022 走看看