最近有看到介紹deepin系統(tǒng),就想著在虛擬機上裝一個,但是裝完打開深度商店能顯示圖片和信息,卻無法安裝,一點安裝就報下載失敗。 在網(wǎng)上找了許多的攻略,都沒法解決,使用 sudo apt-get update ,然后一大堆忽略,還說什么無法認證該來源,什么鬼! 然后有說換源的,我把我的倉庫配置的深度源用瀏覽器打開,是可以的。 想了想還是換源吧,我對linux系統(tǒng)也不熟,打開 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 更新,可以了!終于能用深度商店了! |
|