0
点赞
收藏
分享

微信扫一扫

ubuntu禁止指定的软件升级

禁止软件升级

sudo echo 软件包名 hold | sudo dpkg --set-selections

取消软件禁止升级的限制

sudo echo 软件包名 install | sudo dpkg --set-selections

查看禁止升级软件列表

sudo dpkg --get-selections | grep hold



举报

相关推荐

0 条评论