Chinaunix首页 | 论坛 | 博客
  • 博客访问: 398418
  • 博文数量: 119
  • 博客积分: 1470
  • 博客等级: 上尉
  • 技术积分: 1258
  • 用 户 组: 普通用户
  • 注册时间: 2006-02-24 13:50
文章分类

全部博文(119)

文章存档

2018年(6)

2017年(11)

2016年(4)

2013年(8)

2012年(1)

2011年(2)

2010年(4)

2009年(37)

2008年(16)

2006年(30)

我的朋友

分类: LINUX

2016-05-26 16:54:13

sudo apt update
sudo apt dist-upgrade 

make sure the version is now Ubuntu 14.04.4. 

cat /etc/lsb-release

and start Ubuntu 16.04 installation with

sudo do-release-upgrade -d

如果遇到下面的错误:
The required dependency 'apt (>= 1.0.1ubuntu2.13)' is not installed.
这样解决:

To upgrade your version of apt from a terminal window, type in the following:

sudo apt-get download apt 

if the above doesn't work, you can also download it with wget by running the following line:

wget http://security.ubuntu.com/ubuntu/pool/main/a/apt/apt_1.0.1ubuntu2.13_amd64.deb 

then type in 

sudo dpkg -i apt*.deb 


阅读(3145) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~