查看apt安装的软件包
apt list --installed
设置的状态为 hlod
echo "ffmpeg hold" | dpkg --set-selections
取得的当前状态 (命令行方式):
dpkg --get-selections "ffmpeg"
微信扫一扫
查看apt安装的软件包
apt list --installed
设置的状态为 hlod
echo "ffmpeg hold" | dpkg --set-selections
取得的当前状态 (命令行方式):
dpkg --get-selections "ffmpeg"
相关推荐