Ubuntu24.04 apt upgrade提示esm-apps
记录一下Ubuntu24.04上进行apt upgrade
时提示信息包含esm-apps
的问题,然后通过移除20apt-esm-hook.conf
去掉该提示信息。
问题
sudo apt upgrade
结果中会出现以下信息:
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
libcjson1 libpostproc57 libavcodec60 libavutil58 libswscale7 libswresample4
libavformat60 libavfilter9
Learn more about Ubuntu Pro at https://ubuntu.com/pro
解决方法
移除/etc/apt/apt.conf.d
目录下的20apt-esm-hook.conf
。
blduan@ubuntu24:/etc/apt/apt.conf.d$ ls
01-vendor-ubuntu 01autoremove 20apt-esm-hook.conf 20auto-upgrades 20packagekit 50appstream 50command-not-found 50unattended-upgrades 70debconf 99needrestart
- 原文作者:生如夏花
- 原文链接:https://blduan.top/post/%E9%97%AE%E9%A2%98%E6%8E%92%E6%9F%A5/ubuntu24.04-apt-upgrade%E6%8F%90%E7%A4%BAesm-apps/
- 版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可,非商业转载请注明出处(作者,原文链接),商业转载请联系作者获得授权。