windows10 更新Ubuntu20.04 LTS的方法步骤
2020年4月23日,今天windows 上的 ubuntu 20.04 允许使用 ubuntu terminal 并运行 ubuntu 命令行实用程序,包括 bash、ssh、git、apt 等。它要求 windows 10 版本 16215.0 或更高版本,支持 arm64 和 x64 体系结构。要注意的是,该程序在 windows 10 s 上不受支持。
升级方法:
我这里只针对已有ubuntu的用户
打开ubuntu 或 windows terminal,运行命令do-release-upgrade。
frank@laptop-0ocjtgjr:~$ do-release-upgrade checking for a new ubuntu release there is no development version of an lts available. to upgrade to the latest non-lts develoment release set prompt=normal in /etc/update-manager/release-upgrades.
可能会出现上面的报错信息。
打开文件sudo vi /etc/update-manager/release-upgrades
# default behavior for the release upgrader. [default] # default prompting behavior, valid options: # # never - never check for, or allow upgrading to, a new release. # normal - check to see if a new release is available. if more than one new # release is found, the release upgrader will attempt to upgrade to # the supported release that immediately succeeds the # currently-running release. # lts - check to see if a new lts release is available. the upgrader # will attempt to upgrade to the first lts release available after # the currently-running one. note that if this option is used and # the currently-running release is not itself an lts release the # upgrader will assume prompt was meant to be normal. #prompt=lts prompt=normal
默认设置时prompt=lts,将其改为prompt=normal.,重新执行命令do-release-upgrade
期间会有两次人工参与
checking package manager reading package lists... done building dependency tree reading state information... done calculating the changes calculating the changes do you want to start the upgrade? 40 packages are going to be removed. 424 new packages are going to be installed. 690 packages are going to be upgraded. you have to download a total of 547 m. this download will take about 6 minutes with your connection. installing the upgrade can take several hours. once the download has finished, the process cannot be canceled. continue [yn] details [d]y
大概需要30'+的时间可以完成整个升级过程。
相关连接
windows subsystem for linux(wsl)文件系统改进
第41章——从 windows 命令行运行 linux 工具
第42章——从 wsl 运行 windows 工具
到此这篇关于windows10 更新ubuntu20.04 lts的方法步骤的文章就介绍到这了,更多相关windows10 更新ubuntu20.04 lts内容请搜索以前的文章或继续浏览下面的相关文章希望大家以后多多支持!
上一篇: 实现一个Vue自定义指令懒加载的方法示例
下一篇: taro 实现购物车逻辑的实例代码
推荐阅读
-
ubuntu20.04 LTS安装docker的方法步骤
-
Windows10 defender提示“病毒和间谍软件定义更新失败”的解决方法
-
Win10更新KB4013429失败怎么办 windows10更新失败的解决方法
-
Windows10设备更新升级Win10创意者15055提示为病毒并阻止下载的解决方法
-
Ubuntu20.04安装配置GitLab的方法步骤
-
windows10 更新Ubuntu20.04 LTS的方法步骤
-
Ubuntu20.04环境安装tensorflow2的方法步骤
-
win10 20H2不能上网怎么办 系统更新到20H2后不能上网的解决方法步骤
-
Windows10安装WSL2 Ubuntu20.04并设置docker环境的方法
-
程序员推荐最新阻止win10自动更新的方法步骤