2014升级到最新,软件中心打不开,求助
Tofloor
poster avatar
bjwuyunlong
deepin
2014-05-22 20:42
Author
在终端下提示信息如下:
QQ截图20140522123948.jpg

求助一下。
Reply Favorite View the author
All Replies
bjwuyunlong
deepin
2014-05-23 23:46
#1
现在还没有解决。能解决吗?
Reply View the author
electricface
deepin
2014-05-24 00:40
#2
请用终端执行这个命令
  1. dpkg -p deepin-software-center |grep Ver
Copy the Code
然后将结果贴出来,我的结果是
Version: 3.0.1-20140514091751~8b73216458

使用命令行升级的命令是
  1. sudo apt-get update
  2. sudo apt-get dist-upgrade
Copy the Code
Reply View the author
bjwuyunlong
deepin
2014-05-26 17:40
#3
请用终端执行这个命令
  1. dpkg -p deepin-software-center |grep Ver
Copy the Code
然后将结果贴出来,我的结果是
Version: 3.0.1-20140514091751~8b73216458

使用命令行升级的命令是
  1. sudo apt-get update
  2. sudo apt-get dist-upgrade
Copy the Code

版本和你的一样,但是升级后问题还是没有解决。我每次都是升级到最新的。
Reply View the author
deepin
2014-05-26 20:48
#4
试试这样
  1. sudo apt-get update
  2. sudo apt-get install --reinstall deepin-software-center-data
Copy the Code
Reply View the author
bjwuyunlong
deepin
2014-05-27 00:30
#5
试试这样
  1. sudo apt-get update
  2. sudo apt-get install --reinstall deepin-software-center-data
Copy the Code

多谢,按这个操作后,可以了。
Reply View the author