恢复 yum 更新

Mic*_*ael 0 centos yum nvidia

我需要在 CentOS 6.9 上更新 NVidia 驱动程序并决定更新更多。所以我做了sudo yum update并重新启动。不幸的是,这导致 NVidia 出现比以前更严重的问题。我现在只能远程登录,并发现:

FATAL: Module nvidia not found.
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
Run Code Online (Sandbox Code Playgroud)

哦,我希望我没有更新!是否可以恢复最新的yum update

Ale*_*hev 8

是的,这是可能的。使用yum history,然后yum history undo <id of your update>查看本文中的更多信息。