windows10 更新Ubuntu20.04 LTS的方法步驟
2020年4月23日,今天Windows 上的 Ubuntu 20.04 允許使用 Ubuntu Terminal 并運(yùn)行 Ubuntu 命令行實(shí)用程序,包括 bash、ssh、git、apt 等。它要求 Windows 10 版本 16215.0 或更高版本,支持 ARM64 和 x64 體系結(jié)構(gòu)。要注意的是,該程序在 Windows 10 S 上不受支持。
升級方法:
我這里只針對已有ubuntu的用戶
打開ubuntu 或 Windows Terminal,運(yùn)行命令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.
可能會(huì)出現(xiàn)上面的報(bào)錯(cuò)信息。
打開文件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
默認(rèn)設(shè)置時(shí)Prompt=lts,將其改為Prompt=normal.,重新執(zhí)行命令do-release-upgrade
期間會(huì)有兩次人工參與
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'+的時(shí)間可以完成整個(gè)升級過程。
相關(guān)連接
Windows Subsystem for Linux(WSL)文件系統(tǒng)改進(jìn)
第41章——從 Windows 命令行運(yùn)行 Linux 工具
第42章——從 WSL 運(yùn)行 Windows 工具
到此這篇關(guān)于windows10 更新Ubuntu20.04 LTS的方法步驟的文章就介紹到這了,更多相關(guān)windows10 更新Ubuntu20.04 LTS內(nèi)容請搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持腳本之家!
相關(guān)文章
Linux中無法遠(yuǎn)程連接數(shù)據(jù)庫問題的解決方法
這篇文章主要給大家介紹了關(guān)于Linux中無法遠(yuǎn)程連接數(shù)據(jù)庫問題的解決方法,文中通過示例代碼介紹的非常詳細(xì),對大家的學(xué)習(xí)或者工作具有一定的參考學(xué)習(xí)價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)學(xué)習(xí)吧。2018-04-04Apache 獲取真實(shí)ip的配置的實(shí)現(xiàn)方法
這篇文章主要介紹了Apache 獲取真實(shí)ip的配置的實(shí)現(xiàn)方法的相關(guān)資料,希望通過本文能幫助到大家,讓大家實(shí)現(xiàn)這樣的功能,需要的朋友可以參考下2017-10-10Linux下實(shí)現(xiàn)免密碼登錄(超詳細(xì))
這篇文章主要介紹了Linux下實(shí)現(xiàn)免密碼登錄的相關(guān)資料,非常不錯(cuò),具有參考借鑒價(jià)值,感興趣的朋友一起看看吧2016-10-10centos 6.8命令行下使用pptpsetup進(jìn)行pptp撥號的實(shí)現(xiàn)方法
centos 6.8 命令行下可使用pptpsetup進(jìn)行pptp撥號,首先安裝ppp,pptp和pptp-setup三個(gè)包,使用pptpsetup進(jìn)行連接,下面給大家介紹的非常詳細(xì),感興趣的朋友一起看看吧2016-10-10linux線程間的同步與互斥知識點(diǎn)總結(jié)
在本篇文章里小編給大家整理的是關(guān)于linux線程間的同步與互斥的相關(guān)知識點(diǎn),有興趣的朋友們學(xué)習(xí)下。2019-11-11Wampserver2.5配置虛擬主機(jī)出現(xiàn)403 Forbidden的處理方案
WampServer是一款由法國人開發(fā)的Apache Web服務(wù)器、PHP解釋器以 及MySQL數(shù)據(jù)庫的整合軟件包。免去了開發(fā)人員將時(shí)間花費(fèi)在繁瑣的配置環(huán)境過程,從而騰出更多精力去做開發(fā)。在windows下將Apache+PHP+Mysql 集成環(huán)境,擁有簡單的圖形和菜單安裝和配置環(huán)境。2014-09-09ubuntu中修改grub的啟動(dòng)時(shí)間生成
這篇文章主要介紹了ubuntu中修改grub的啟動(dòng)時(shí)間生成,文中通過示例代碼介紹的非常詳細(xì),對大家的學(xué)習(xí)或者工作具有一定的參考學(xué)習(xí)價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)學(xué)習(xí)吧2019-10-10Linux系統(tǒng)配置(服務(wù)控制)詳細(xì)介紹
大家好,本篇文章主要講的是Linux系統(tǒng)配置(服務(wù)控制)詳細(xì)介紹,感興趣的同學(xué)趕快來看一看吧,對你有幫助的話記得收藏一下,方便下次瀏覽2021-12-12apache配置php實(shí)現(xiàn)單一入口方法
這篇文章主要介紹了apache配置php實(shí)現(xiàn)單一入口方法,大家參考使用2013-12-12