moriwuhen
deepin
2017-09-09 21:33 很有效,很多应用原本不能安装的,现在终于可以安装了。
Reply Like 0 View the author
jingle 发表于 2017-9-9 15:24
是不是虚拟机网路的问题。
https://bbs.deepin.org/post/145280
jieyu@jieyu-PC:~$ sudo apt-get update
[sudo] jieyu 的密码:
正在读取软件包列表... 完成
https://bbs.deepin.org/post/145280
网上搜索的
方法一:执行一下 sudo dpkg --configure -a
https://bbs.deepin.org/post/145280
网上搜索的
方法一:执行一下 sudo dpkg --configure -a
最近有看到介绍deepin系统,就想着在虚拟机上装一个,但是装完打开深度商店能显示图片和信息,却无法安装,一点安装就报下载失败。
在网上找了许多的攻略,都没法解决,使用 sudo apt-get update ,然后一大堆忽略,还说什么无法认证该来源,什么鬼!
然后有说换源的,我把我的仓库配置的深度源用浏览器打开,是可以的。
想了想还是换源吧,我对linux系统也不熟,打开 sudo vi /etc/apt/sources.list,就说,换个阿里云的源吧,用
## Generated by deepin-installer
deb [by-hash=force] http://mirrors.aliyun.com/deepin panda main contrib non-free
#deb-src http://mirrors.aliyun.com/deepin panda main contrib non-free
换了还是不行,还是无法认证该来源,然后我打开这个源一看。竟然是https的,再改
## Generated by deepin-installer
deb [by-hash=force] https://mirrors.aliyun.com/deepin panda main contrib non-free
#deb-src https://mirrors.aliyun.com/deepin panda main contrib non-free
再用 sudo apt-get update 更新,可以了!终于能用深度商店了!