美文网首页
ubuntu安装和卸载软件总结

ubuntu安装和卸载软件总结

作者: 焚_44b3 | 来源:发表于2019-03-05 10:29 被阅读10次

    安装软件

    sudo apt-get install <programname>
    

    只卸载程序

    sudo apt-get remove <programname>
    

    卸载程序和配置文件

    sudo apt-get --purge remove <programname>
    

    查看软件列表

    dpkg --list
    dpkg --list |grep <programname>
    

    相关文章

      网友评论

          本文标题:ubuntu安装和卸载软件总结

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