安装完12.12正式版的系统后软件中心打不开
Tofloor
poster avatar
quimeng
deepin
2013-07-15 17:35
Author
如题 点打开什么反应都没有
Reply Favorite View the author
All Replies
cxbii
deepin
2013-07-15 19:02
#1
终端执行下面的两条命令试试:
  1. sudo apt-get update
  2. sudo apt-get --reinstall install deepin-software-center deepin-software-center-data
Copy the Code
Reply View the author
quimeng
deepin
2013-07-15 22:19
#2
已解决 谢谢
Reply View the author
kylinsahw
deepin
2013-08-01 19:13
#3
我的没有解决.....执行这两条命令
  1. root@deepin:/home/kylinshaw/桌面# sudo apt-get --reinstall install deepin-software-center deepin-software-center-data
  2. 正在读取软件包列表... 完成
  3. 正在分析软件包的依赖关系树      
  4. 正在读取状态信息... 完成      
  5. 下列软件包将被升级:
  6.   deepin-software-center
  7. 升级了 1 个软件包,新安装了 0 个软件包,重新安装了 1 个软件包,要卸载 0 个软件包,有 37 个软件包未被升级。
  8. 需要下载 7,749 kB/107 MB 的软件包。
  9. 解压缩后会消耗掉 160 kB 的额外空间。
  10. 错误 http://packages.linuxdeepin.com/deepin/ raring/main deepin-software-center all 3.0.0+git20130725161410~fb8debe93c
  11.   解析“packages.linuxdeepin.com:http”时,出现了某些故障(-11 - 系统错误)
  12. 无法下载 http://packages.linuxdeepin.com/deepin/pool/main/d/deepin-software-center/deepin-software-center_3.0.0+git20130725161410~fb8debe93c_all.deb  解析“packages.linuxdeepin.com:http”时,出现了某些故障(-11 - 系统错误)
  13. E: 有几个软件包无法下载,您可以运行 apt-get update 或者加上 --fix-missing 的选项再试试?
Copy the Code
执行apt-get update的时候也是一样的
Reply View the author
ultraspace
deepin
2013-08-08 23:28
#4
好的,我的也没有好!
feng@deepin:~/桌面$         sudo apt-get update && sudo apt-get --reinstall install deepin-software-center deepin-software-center-data
错误 http://packages.linuxdeepin.com raring Release.gpg   
  连接失败
0% [正在等待报头]^Cfeng@deepin:~/桌面$  
=============================================
我的没有解决.....执行这两条命令
  1. root@deepin:/home/kylinshaw/桌面# sudo apt-get --reinstall install deepin-software-center deepin-software-center-data
  2. 正在读取软件包列表... 完成
  3. 正在分析软件包的依赖关系树      
  4. 正在读取状态信息... 完成      
  5. 下列软件包将被升级:
  6.   deepin-software-center
  7. 升级了 1 个软件包,新安装了 0 个软件包,重新安装了 1 个软件包,要卸载 0 个软件包,有 37 个软件包未被升级。
  8. 需要下载 7,749 kB/107 MB 的软件包。
  9. 解压缩后会消耗掉 160 kB 的额外空间。
  10. 错误 http://packages.linuxdeepin.com/deepin/ raring/main deepin-software-center all 3.0.0+git20130725161410~fb8debe93c
  11.   解析“packages.linuxdeepin.com:http”时,出现了某些故障(-11 - 系统错误)
  12. 无法下载 http://packages.linuxdeepin.com/deepin/pool/main/d/deepin-software-center/deepin-software-center_3.0.0+git20130725161410~fb8debe93c_all.deb  解析“packages.linuxdeepin.com:http”时,出现了某些故障(-11 - 系统错误)
  13. E: 有几个软件包无法下载,您可以运行 apt-get update 或者加上 --fix-missing 的选项再试试?
Copy the Code
执行apt-get update的时候也是一样的
Reply View the author
electricface
deepin
2013-08-09 00:03
#5
是源服务器负载过重了,如果想更新软件需要使用镜像源,但是软件中心又打不开,不能够用它切换软件源。教你用命令行切换软件源。

目前ld的软件源镜像有这些
    搜狐开源镜像站点:http://mirror.sohu.com/deepin-cd/12.12.1/
    兰州大学镜像站点:

    ftp://mirror.lzu.edu.cn/deepin-releases/12.12.1/
    http://mirror.lzu.edu.cn/deepin-releases/12.12.1/
    中国开源软件社区镜像站点:http://mirrors.oss.org.cn/deepin-cd/12.12.1/
    中国科学技术大学镜像站点:http://mirrors.ustc.edu.cn/deepin-cd/releases/12.12.1/
    北京理工大学镜像站点:http://mirror.bit.edu.cn/deepin-cd/12.12.1/
    天津大学开源镜像站点:http://mirror.tju.edu.cn/deepin-cdimage/12.12.1/
    清华大学开源镜像站点:http://mirrors.tuna.tsinghua.edu.cn/deepin-releases/12.12.1/
    北京交通大学站点:http://mirror.bjtu.edu.cn/deepin-cd/12.12.1/
    厦门大学开源软件镜像站点:http://mirrors.xmu.edu.cn/deepin/deepin-cd/12.12.1
    电子科技大学:http://mirrors.scie.in/deepin-cd/12.12.1/
    浙江大学开源镜像站点:http://mirrors.zju.edu.cn/deepin-cd/12.12.1/
    江苏开放大学开源镜像站点:http://mirrors.jstvu.edu.cn/deepin-cd/12.12.1/
比如换到 开源中国的
  1. sudo sed -i 's#http://packages.linuxdeepin.com#http://mirrors.oss.org.cn#g' /etc/apt/sources.list
  2. sudo apt-get update
  3. sudo apt-get --reinstall install deepin-software-center deepin-software-center-data
Copy the Code
如果你访问开源中国速度很慢可以 换成http://cn.archive.ubuntu.com/ 的
用这个命令
  1. sudo sed -i 's#http://mirrors.oss.org.cn#http://packages.linuxdeepin.com#g' /etc/apt/sources.list
  2. sudo sed -i 's#http://packages.linuxdeepin.com/ubuntu#http://cn.archive.ubuntu.com/ubuntu#g' /etc/apt/sources.list
  3. sudo sed -i 's#http://packages.linuxdeepin.com/deepin#http://mirrors.oss.org.cn/deepin#g' /etc/apt/sources.list
  4. sudo apt-get update
  5. sudo apt-get --reinstall install deepin-software-center deepin-software-center-data
Copy the Code
Reply View the author