美文网首页
apt-cache 搜索软件

apt-cache 搜索软件

作者: 赛亚人之神 | 来源:发表于2017-11-07 15:52 被阅读62次
    apt-cache search 搜索包
    
    --names-only, -n 指定搜索名称:Only search on the package and provided package names, not the long descriptions.
    1:apt-cache search -n 包名 
    2:apt-cache search ^tomcat 使用正则 表示以 tomcat 开头
    3:apt-cache search tomcat| grep tomcat 使用管道过滤
    
    删除软件并移除配置
    sudo apt-get remove —purge firefox
    or 
    sudo apt-get purge firefox 
    
    
    apt-get dist-upgrade 对应 apt full-upgrade
    

    相关文章

      网友评论

          本文标题:apt-cache 搜索软件

          本文链接:https://www.haomeiwen.com/subject/vgsjmxtx.html