Debian是一种Linux作业系统。
先把系统换成testing:
sed -e "s/$(lsb_release -cs)/testing/g" /etc/apt/sources.list; apt update; dist-upgrade -y; apt clean
重开后:
apt autoremove --purge -y; apt clean