데비안 wheezy에 있고 다음과 같이 jessie로 업그레이드하려고했습니다.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
이 작업이 성공적으로 완료되고 재부팅되었지만 시스템은 여전히 엉망입니다.
~: cat /etc/*release
PRETTY_NAME="Debian GNU/Linux 7 (wheezy)"
NAME="Debian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support/"
BUG_REPORT_URL="http://bugs.debian.org/"
~: sudo apt-get dist-upgrade
[sudo] password for abc:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
배포판 업그레이드를 어떻게 수행 할 수 있습니까?
jessie와 충돌하는 사용자 정의 초기화 또는 다른 사용자 정의 구성이 없습니다.
dist-upgrade
오해의 소지가 있습니다. 로 생각하십시오 upgrade-anything-even-if-you-have-to-remove-something-auto-installed-which-causes-conflicts
.