Tôi đang sử dụng Debian wheezy và đã cố nâng cấp lên jessie như sau:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
Các thao tác này đã hoàn thành thành công và tôi đã khởi động lại, nhưng hệ thống vẫn còn khò khè:
~: 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.
Làm thế nào tôi có thể thực hiện nâng cấp phân phối?
Tôi không có bất kỳ tùy chỉnh hoặc cấu hình tùy chỉnh nào khác có thể xung đột với jessie.
dist-upgrade
có thể gây hiểu nhầm Hãy nghĩ về nó như là upgrade-anything-even-if-you-have-to-remove-something-auto-installed-which-causes-conflicts
.