【环境配置】Get more security updates through Ubuntu Pro with ‘esm-apps‘ enabled:

问题: Get more security updates through Ubuntu Pro with 'esm-apps' enabled

bash 复制代码
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
  vlc-plugin-qt libvlc5 vlc-data libvlccore9 vlc vlc-bin vlc-l10n
  libopenexr-dev libopenexr25 libpostproc55 vlc-plugin-samba libswscale-dev
  libavcodec58 vlc-plugin-notify libavutil56 libswscale5
  vlc-plugin-access-extra libavutil-dev vlc-plugin-skins2
  vlc-plugin-video-splitter libswresample3 vlc-plugin-video-output
  libavformat58 libavformat-dev libavcodec-dev libvlc-bin libswresample-dev
  vlc-plugin-base vlc-plugin-visualization
Learn more about Ubuntu Pro at https://ubuntu.com/pro
The following packages have been kept back:
  gjs initramfs-tools initramfs-tools-bin initramfs-tools-core libgjs0g

解决方法-去掉这些提示

bash 复制代码
cd /etc/apt/apt.conf.d/
sudo mkdir -p /etc/apt/backup
sudo mv 20apt-esm-hook.conf /etc/apt/backup/
sudo apt update
sudo apt upgrade

【参考】

Enable Ubuntu Pro to get 5 Years More Security Updates in Ubuntu 22.04,20.04,18.04

相关推荐
phoenix098128 分钟前
Linux入门DAY29
linux·运维
一休哥助手39 分钟前
Naive RAG:简单而高效的检索增强生成架构解析与实践指南
运维·人工智能·架构
叔叔别拉了我害怕1 小时前
封装FTPSClient连接ftps服务器
服务器·git·github
不甘懦弱1 小时前
阿里云搭建flask服务器
服务器·python·flask
Bi1 小时前
包含多个子项目集成一个项目部署Vercel方法
运维·前端
Mr. Cao code1 小时前
使用Tomcat Clustering和Redis Session Manager实现Session共享
java·linux·运维·redis·缓存·tomcat
zcz16071278211 小时前
Linux 网络命令大全
linux·运维·网络
the sun342 小时前
Reactor设计模式及其在epoll中的应用
linux·运维·服务器·c++
VVVVWeiYee2 小时前
BGP高级特性
运维·服务器·网络
喜欢你,还有大家2 小时前
Linux笔记7——shell编程基础-1
linux·运维·笔记