提示有升级,upgrade以后结果如下什么意思?
Tofloor
poster avatar
chaojimp3
deepin
2014-10-15 03:20
Author
pc:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  liblcms2-2:i386 libmpg123-0:i386 wine-qqintl:i386
Use 'apt-get autoremove' to remove them.
The following packages have been kept back: 0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
如果自动安装了为什么有提醒
Reply Favorite View the author
All Replies
275603437
deepin
2014-10-16 02:00
#1
最后一行告诉你update的结果。
0个程序升级,0个程序新安装,0个程序被移除和7个程序没有被升级(因为系统认为这7个不用升级。)

The following packages were automatically installed and are no longer required:
----这一行是说如下依赖的包已被自动安装并且不再被需要:
liblcms2-2:i386 libmpg123-0:i386 wine-qqintl:i386
----这行是上面说的包的名字
Use 'apt-get autoremove' to remove them.
----这行是说可以用“apt-get autoremove”命令移除上面说的不再用的包
The following packages have been kept back:
----这行是说上面那个不要的包已经在下面这两个软件包中有了。
Reply View the author
MattD
deepin
2014-10-16 03:02
#2
最后一行告诉你update的结果。
0个程序升级,0个程序新安装,0个程序被移除和7个程序没有被升级(因为系统认为这7个不用升级。)

The following packages were automatically installed and are no longer required:
----这一行是说如下依赖的包已被自动安装并且不再被需要:
liblcms2-2:i386 libmpg123-0:i386 wine-qqintl:i386
----这行是上面说的包的名字
Use 'apt-get autoremove' to remove them.
----这行是说可以用“apt-get autoremove”命令移除上面说的不再用的包
The following packages have been kept back:
----这行是说上面那个不要的包已经在下面这两个软件包中有了。
The following packages have been kept back明明是以下软件包的版本将保持不变的意思。
Reply View the author
yueguang
deepin
2014-10-16 05:54
#3
[quote]最后一行告诉你update的结果。
0个程序升级,0个程序新安装,0个程序被移除和7个程序没有被升级(因为系统认为这7个不用升级。)

The following packages were automatically installed and are no longer required:
----这一行是说如下依赖的包已被自动安装并且不再被需要:
liblcms2-2:i386 libmpg123-0:i386 wine-qqintl:i386
----这行是上面说的包的名字
Use 'apt-get autoremove' to remove them.
----这行是说可以用“apt-get autoremove”命令移除上面说的不再用的包
The following packages have been kept back:
----这行是说上面那个不要的包已经在下面这两个软件包中有了。
The following packages have been kept back明明是以下软件包的版本将保持不变的意思。[/quote]
+1
可以用apt-get dist-upgrade 强制把那几个包升上去,后遗症的话谷歌下。
Reply View the author
cxbii
deepin
2014-10-16 07:17
#4
如果你是中文环境。。。
那么终端输出也会是中文的
Reply View the author
chaojimp3
deepin
2014-10-19 00:53
#5
我知道英文的意思,但是软件中心还是提醒要升级,只不过里边又提示no reminder
如果你是中文环境。。。
那么终端输出也会是中文的
Reply View the author
cxbii
deepin
2014-10-20 19:04
#6
我知道英文的意思,但是软件中心还是提醒要升级,只不过里边又提示no reminder
[quote]如果你是中文环境。。。
那么终端输出也会是中文的
[/quote]
  1. sudo apt-get dist-upgrade -y
Copy the Code
这样来升级
Reply View the author