DeepIn 20 Update Fails because Update Server isn't Included in Hosts File
This is fixed in the DeepIn 20 1003 ISO. DeepIn 20 RTM has been released but has several out of the box experience issues. One of the most critical ones is the update servers aren't included by default.
If you type in the terminal:
sudo apt update
You will get something like
Ign:2 https://community-packages.deepin.com/printer eagle InRelease
Err:3 https://community-packages.deepin.com/printer eagle Release
404 Not Found [IP: 94.130.49.186 443]
To fix it type in:
sudo deepin-editor /etc/hosts
Then modify the file to include:
61.54.25.98 community-packages.deepin.com
Then save and close.
Then type in the terminal:
sudo apt update
You should now get no error. You can then proceed to update. This doesn't fix the issues with the store though.
More details in Reddit:
https://www.reddit.com/r/deepin/comments/is35k8/problem_running_aptget_update_after_fresh_install/
Other issues are, the default video player doesn't work... The touchscreen keyboard is awful (DeepIn team please add the one from the Fedora /Ubuntu GNOME Desktop and include the rest of the accessibility menu).
Touch experience was poor on my XPS 13 9365 (worse than the beta). I could move the mouse with the touchscreen but pressing on buttons gave no touch response,.
The DeepIn Desktop environment should also support autorotation of devices for 2 on 1 systems and tablet use.
#DeepIn #Update #Feedback