这就是依赖关系写得稀烂的恶果,一个桌面环境怎么会依赖dev包呢?又不是开发工具。
rsync -av --delete-after rsync.deepin.com::releases/ /var/www/deepin-cd/
※备注:
- 您可以将以上地址中/var/www/路径移到服务器的根目录下;
- 请您添加一个每天运行的cron任务,以确保您提供的深度操作系统镜像源长期保持“最新”的可用状态;
- 我们建议您优先同步深度操作系统的软件仓库,然后同步深度操作系统的ISO仓库;
- 请您不要在深度操作系统镜像源相关的目录中存放其他文件(例如非官方的软件包),以避免造成误会;
- 如果您有任何建议和意见,请反馈至support@deepin.com。
------个人思路------管不管用不知
下载镜像【10GB】,解压,添加路径到源。再安装那些包试试。
$ apt show libsdl2-dev
Package: libsdl2-dev
Version: 2.32.4+dfsg-1
Priority: optional
Section: libdevel
Source: libsdl2
Maintainer: Debian SDL packages maintainers
Installed-Size: 6,508 kB
Depends: libasound2-dev, libdbus-1-dev, libdecor-0-dev, libdrm-dev, libegl-dev, libgbm-dev, libgl-dev, libgles-dev, libibus-1.0-dev, libpulse-dev, libsamplerate0-dev, libsdl2-2.0-0 (= 2.32.4+dfsg-1), libsndio-dev, libudev-dev, libwayland-dev, libx11-dev, libxcursor-dev, libxext-dev, libxfixes-dev, libxi-dev, libxinerama-dev, libxkbcommon-dev, libxrandr-dev, libxss-dev, libxt-dev, libxv-dev, libxxf86vm-dev
Conflicts: libsdl-1.3-dev
Replaces: libsdl-1.3-dev
Homepage: https://www.libsdl.org/
Download-Size: 1,088 kB
APT-Manual-Installed: no
APT-Sources: https://community-packages.deepin.com/beige crimson/main amd64 Packages
Description: Simple DirectMedia Layer development files
SDL is a library that allows programs portable low level access to a video
framebuffer, audio output, mouse, and keyboard.
.
This package contains the files needed to compile and link programs which
use SDL.
deepin-desktop-environment-core 是虚包。
你只能慢慢安装缺失的包。dde-file-manager deepin-screen-recorder libsdl2-2.0-0等。
换源之后记得:
sudo apt update
然后再
sudo apt install deepin-kwin-x11 -y && sudo apt install deepin-desktop-environment-* -y
备份好数据后,直接重装
Popular Ranking
ChangePopular Events
More

中文 
求助: 我用apt-get删除了libsdl 结果文件管理器以及录屏工具直接没了,下载不回来
今天执行 sudo apt remove libsdl2-dev 时,系统自动把整个DDE桌面环境都卸载了,包括: - deepin-desktop-environment-core - deepin-desktop-environment-extras - dde-file-manager - deepin-screen-recorder - libsdl2-2.0-0 等14个包 现在的情况: 1. 重启后只有光标闪烁,进不了桌面 2. 可以按Ctrl+Alt+F2进tty命令行 3. 执行 sudo apt install dde-desktop 提示:无法下载,找不到这个包 4. 执行 sudo apt install deepin-desktop-environment-core 也提示找不到包 已经尝试过: - 换清华源、官方源,都找不到这些包 - apt update 正常,但就是没有dde-desktop包