歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> ubuntu升級7.04路程筆記

ubuntu升級7.04路程筆記

日期:2017/2/28 17:26:05   编辑:Linux教程
從5.10成功升級到了6.06,又從6.06一路升到6.10,再到7.04。路上問題不少,不過都解決了。升級前要把upgrade都裝了,然後要改/etc/apt/sources.list裡面source的地址,把edgy換成feisty之後運行sudo apt-get update

然後運行gksu "update-manager -c" ,就是運行update-manager

這個大概要運行2個多小時吧,升級完成之後

再次運行
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

sudo apt-get update 此命令多運行幾次以便確實得到更新

如果安裝後有錯誤
運行 sudo apt-get -f install 命令修復

確定全部升級完成後運行以下命令
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get -f install
sudo dpkg --configure -a

就大功告成了。

最後一次的問題是運行apt-get install的時候出錯,
E: Dynamic MMap ran out of room
E: Dynamic MMap ran out of room
E: Error occurred while processing libecal1.2-3 (NewVersion1)
E: Problem with MergeList /var/lib/dpkg/status
E: The package lists or status file could not be parsed or opened
Copyright © Linux教程網 All Rights Reserved