0
点赞
收藏
分享

微信扫一扫

ubuntu 设置apt安装的软件不升级

桑二小姐 2022-04-27 阅读 52
Ubuntu

查看apt安装的软件包
apt list --installed


设置的状态为 hlod
echo "ffmpeg hold" | dpkg --set-selections


取得的当前状态 (命令行方式):
dpkg --get-selections "ffmpeg"

举报

相关推荐

0 条评论