종속성 정보

종속성 정보

현재 인터넷에 연결되어 있지 않은 상태에서 apt-offline을 사용해 보았습니다. 터미널에서 명령을 실행하면 "오류: 치명적: 적절한 시스템 문제"라는 메시지가 나타납니다. 문제는 종속성 문제일 수 있다고 들었습니다.

그래서 "apt-get -f install"을 실행했는데 일부 종속성이 나타났습니다. apt-offline을 사용할 수 있도록 그 중 일부를 설치해 보았습니다.

그러나 문제는 더 많은 종속성이 나타나는 것 같습니다. 다음 질문은 다음과 같습니다.

질문: 이러한 모든 종속성을 "제거"하는 방법이 있습니까? 어떻게든 그것을 얻고 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?

관련 정보