Prelude:apt-getに問題があったので、最後の行をコメントアウトすることで解決しました(このテキストの最後に添付) 、どうやらWheezyのセキュリティサポートが廃止されようとしているので、私はどのバージョンのDebianを実行しているか(より正確には2012年から2014年頃のMineOSターンキー)を調べ始めました。
問題:この質問 の受け入れられた答えに従って、Debian(ベース)OSバージョンを見つける方法についての指示を受けました。これはジェシー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 ?
結局、安定性のためにシステム全体を再インストールすることにしました。