昨天遇到个问题,我的Ubuntu各种更新不上去,在系统设置里面做了很多调整,仍然没办法更新。

如果你也是这样的,希望下面的操作能帮助你。

 

sudo apt-get update && sudo apt-get upgrade

sudo vim /etc/update-manager/release-upgrades

然后把里面的prompt设置为normal

sudo reboot

(上面这个是重启)

打开系统设置——>Software & Updates,找到最下面的Notify me a new Ubuntu version, 选择:For long-term support versions.

sudo update-manager -d

然后经过等待,那么就会有更新的弹窗了。

(没有的话,请在系统设置,details里面,找到右下角的Check for updates 或 Install Updates.)

相关文章:

  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
猜你喜欢
  • 2022-12-23
  • 2021-12-11
  • 2022-12-23
  • 2021-09-22
  • 2021-11-21
  • 2022-02-10
  • 2021-12-23
相关资源
相似解决方案