When I installed Debian, it was Debian 7.0 with the Debian wheezy repository. After these commands
sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade this command shows me Debian 8.2
sudo cat /etc/debian_version This is my current sources.list
deb http://ftp.de.debian.org/debian stable main contrib non-free deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free deb http://security.debian.org/ wheezy/updates main contrib non-free And
sudo cat /etc/debian_version 8.2 So I should edit /etc/apt/sources.list to
deb http://ftp.de.debian.org/debian stable main contrib non-free deb http://ftp.debian.org/debian/ jessie-updates main contrib non-free deb http://security.debian.org/ jessie/updates main contrib non-free Should I change the wheezy repository in /etc/apt/sources.list to jessie repository?