apt-getのアップグレードが停止しました

apt-getのアップグレードが停止しました

私のlist.sourcesファイルに問題があります。これで問題が解決しましたので、apt-get Upgradeシステムとdist-upgradeシステムが安全であることを確認する方法を知りたいです。

s2:/var# aptitude upgrade
Resolving dependencies...
open: 4669; closed: 6206; defer: 0; conflict: 0                                  ^C

source.listファイルを修正するまで、この問題は停止して問題を引き起こしました。新しいソースファイル:

s2:/etc/apt# cat sources.list
deb http://ftp.us.debian.org/debian jessie main contrib non-free
deb-src http://ftp.us.debian.org/debian jessie main contrib non-free

deb http://ftp.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ jessie-updates main contrib non-free

deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free

apt-getのアップデートとアップグレードが機能します。わかりました。

apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... 
(skip list of packages)
The following packages will be upgraded:
(skip list of packages)
214 upgraded, 0 newly installed, 0 to remove and 43 not upgraded.
Need to get 117 MB of archives.
After this operation, 8,295 kB of additional disk space will be used.
Do you want to continue? [Y/n]

安全にできることをどのように確認しますか?

システムメッセージ:

s2:/etc/apt# uname -a
Linux ns2 3.2.0-4-powerpc #1 Debian 3.2.65-1+deb7u1 ppc GNU/Linux

ns2:/etc/apt# cat /etc/issue
Debian GNU/Linux 8 \n \l

ベストアンサー1

まず、次のようにします。

apt-get-f install

それでは、apt-getのアップデートとアップグレードに進んでください。正直なところ、何も間違ってはいけません。

おすすめ記事