2024-03-06
分类:Linux
阅读(1671) 评论(0)
Ubuntu
- 运行如下命令来更新软件包列表
apt-get update - 安装更新的软件包
apt-get upgrade
或者更新已安装的软件包
apt-get dist-upgrade - 重启系统
reboot
CentOS
- 下载最新的可用的安装包到本地缓存
yum makecache - 安装可用的更新
yum update - 安装security patches
yum update –security - 重启系统
reboot
SLES
- 配置更新server
SUSEConnect -e --url https://sles-update.lab.com
- 获取软件包更新列表
zypper refres
h - 只安装security patches
zypper pach
或者
sudo zypper –non-interactive patch –category=security –with-optional –with-interactive - 安装所有更新
zypper update
或者
sudo zypper –non-interactive update –with-interactive - 重启系统
reboot
觉得文章有用就打赏一下文章作者
非常感谢你的打赏,我们将继续给力更多优质内容,让我们一起创建更加美好的网络世界!
支付宝扫一扫打赏
微信扫一扫打赏
评论前必须登录!
注册