依存関係情報

依存関係情報

現在インターネットに接続していない状態でapt-offlineを試してみました。端末でコマンドを実行すると、「エラー:致命的:適切なシステムの問題」というメッセージが表示されます。問題は依存関係の問題かもしれないと聞きました。

だから私は "apt-get -f install"を実行しましたが、いくつかの依存関係が現れました。 apt-offlineを使用できるように、それらのいくつかをインストールしてみました。

しかし、問題はより多くの依存関係が現れるようです。次の質問は次のとおりです。

Q:これらすべての依存関係を「削除」する方法はありますか?どういうわけかそれを取得し、apt-offlineを使用できるようにしたいですか?

ありがとうございます。

注:次のコマンドは次のとおりです。

1)

kwstas@debian:~$ su -c  'apt-offline set /tmp/apt-offline.sig'
Password: 

Generating database of files that are needed for an update.

Generating database of files that are needed for an upgrade.
E: Unmet dependencies. Try using -f.
ERROR: FATAL: Something is wrong with the apt system.

2)次に実行して、次のようになります。

kwstas@debian:~$ su -c 'apt-get -f install'
Password: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  brasero brasero-cdrkit brasero-common dvdauthor freepats genisoimage
  growisofs libexempi3 libfftw3-double3 libfluidsynth1 libgme0 libgmime-2.6-0
  libgtkglext1 libiptcdata0 libmediaart-1.0-0 libmimic0 libmjpegutils-2.1-0
  libmms0 libmpeg2encpp-2.1-0 libmpg123-0 libmplex2-2.1-0 libmusicbrainz5-1
  libnautilus-extension1a libofa0 libopenal-data libopenal1
  libopencv-calib3d2.4 libopencv-contrib2.4 libopencv-core2.4
  libopencv-features2d2.4 libopencv-flann2.4 libopencv-highgui2.4
  libopencv-imgproc2.4 libopencv-legacy2.4 libopencv-ml2.4
  libopencv-objdetect2.4 libopencv-video2.4 libquvi-scripts libquvi7 libsbc1
  libsoundtouch0 libspandsp2 libsrtp0 libtbb2 libtotem-plparser18
  libtracker-sparql-1.0-0 libunistring0 libvo-aacenc0 libvo-amrwbenc0
  libwildmidi-config libwildmidi1 libzbar0 sound-juicer wodim
Suggested packages:
  vcdimager libdvdcss2 tracker readom cdrkit-doc libfftw3-bin libfftw3-dev
  srtp-utils gstreamer1.0-lame gstreamer1.0-plugins-really-bad
Recommended packages:
  yelp
The following packages will be REMOVED:
  gstreamer1.0-plugins-bad
The following NEW packages will be installed:
  brasero-cdrkit dvdauthor freepats genisoimage growisofs libexempi3
  libfftw3-double3 libfluidsynth1 libgme0 libgmime-2.6-0 libgtkglext1
  libiptcdata0 libmediaart-1.0-0 libmimic0 libmjpegutils-2.1-0 libmms0
  libmpeg2encpp-2.1-0 libmpg123-0 libmplex2-2.1-0 libmusicbrainz5-1
  libnautilus-extension1a libofa0 libopenal-data libopenal1
  libopencv-calib3d2.4 libopencv-contrib2.4 libopencv-core2.4
  libopencv-features2d2.4 libopencv-flann2.4 libopencv-highgui2.4
  libopencv-imgproc2.4 libopencv-legacy2.4 libopencv-ml2.4
  libopencv-objdetect2.4 libopencv-video2.4 libquvi-scripts libquvi7 libsbc1
  libsoundtouch0 libspandsp2 libsrtp0 libtbb2 libtotem-plparser18
  libtracker-sparql-1.0-0 libunistring0 libvo-aacenc0 libvo-amrwbenc0
  libwildmidi-config libwildmidi1 libzbar0 wodim
The following packages will be upgraded:
  brasero brasero-common sound-juicer
3 upgraded, 51 newly installed, 1 to remove and 2 not upgraded.
4 not fully installed or removed.
Need to get 43.2 MB of archives.
After this operation, 55.6 MB of additional disk space will be used.
Do you want to continue? [Y/n] 

3)残りは私が「はい」と答える時です。

Err http://ftp.cc.uoc.gr/mirrors/linux/debian/ jessie/main brasero i386 3.11.4-1.1
  Could not resolve 'ftp.cc.uoc.gr'
Err http://ftp.cc.uoc.gr/mirrors/linux/debian/ jessie/main brasero-common all 3.11.4-1.1
  Could not resolve 'ftp.cc.uoc.gr'
Err http://ftp.cc.uoc.gr/mirrors/linux/debian/ jessie/main libgmime-2.6-0 i386 2.6.20-1+b1
  Could not resolve 'ftp.cc.uoc.gr'
Err http://ftp.cc.uoc.gr/mirrors/linux/debian/ jessie/main libquvi-scripts all 0.4.21-2
  Could not resolve 'ftp.cc.uoc.gr'

。 。 。まで:

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

ベストアンサー1

おすすめ記事