Debian 版本与内核版本和sources.list 不匹配

Debian 版本与内核版本和sources.list 不匹配

序幕:由于我遇到了 apt-get 的问题,通过注释掉它的最后一行(附在本文末尾)解决了这个问题,我开始研究我运行的 Debian 版本(2012-2014 年左右的 MineOS Turnkey)更准确地说)因为显然 Wheezy 的安全支持即将被放弃。

问题:按照接受的答案这个问题我收到了有关如何查找我的 Debian(基于)操作系统版本的说明。这似乎是 Jessie 8.3。
除了sources.list(附在最后)似乎属于Wheezy,不是吗?
另外内核版本是3.2.0-4-amd64与 Wheezy 匹配
另外,某些命令返回的 deb7u2 是什么: #1 SMP Debian 3.2.65-1+deb7u2 x86_64"

命令结果:

cat /etc/*-release
#returns this:
PRETTY_NAME="Debian GNU/Linux 8 (jessie)"
NAME="Debian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=debian
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

cat /proc/version
#returns this:
Linux version 3.2.0-4-amd64 ([email protected]) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.65-1+deb7u2

lsb_release -a
#returns this:
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 8.3 (jessie)
Release:        8.3
Codename:       jessie

uname -a
#returns this:
Linux pc_name 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u2 x86_64 GNU/Linux

cat /etc/apt/sources.list.d/sources.list
#returns this:
deb http://ftp.ee.debian.org/debian stable main contrib

deb http://ftp.debian.org/debian/ wheezy-updates main contrib

deb http://security.debian.org/ wheezy/updates main contrib

#Third Parties Repos
#Debian Mozilla team
deb http://backports.debian.org/debian-backports squeeze-backports main

我的最终问题是:我怎样才能将这个系统更新到一个合适的水平或者我应该下载一个新的基于 Debian Jesse 的 .iso

答案1

最后为了稳定我决定重装整个系统。

  1. 除了我修复的子系统之外,我真的不知道还有多少子系统被损坏
  2. 我不知道我是否真的解决了我的问题
  3. .iso 文件肯定已经解决了所有交互问题

相关内容