微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

ubuntu 更新和安全

更新和安全

在此步骤中,我们将为服务器配置更新。

保持我们的服务器始终保持最新和安全是很重要的。因此,我们首先通过运行以下命令升级系统中的所有软件包。

sudo apt-get update
sudo apt-get upgrade

然后,我们打开Ubuntu的无人值守安全升级。为此,我们首先需要安装必要的软件包。

sudo apt-get install unattended-upgrades

When you ran apt-get upgrade,where there any "not upgraded"?

Eg: Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded,0 newly installed,0 to remove and 0 not upgraded. Looking at 0 not upgraded.

If there were ones that were not upgraded,run

apt-get dist-upgrade

原文地址:https://www.jb51.cc/ubuntu/351380.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐