고치다:

고치다:

업데이트를 새로고침하면서 마지막에 공지사항입니다. 범인 소프트웨어를 제거하려면 어떻게 해야 합니까?

W:Skipping acquire of configured file 'main/binary-i386/Packages' 
as repository 'http://dl.google.com/linux/earth/deb stable InRelease'
doesn't support architecture 'i386', 
E:Repository 'http://ddebs.ubuntu.com bionic-updates Release' changed its 
'Suite' value from 'bionic' to 'bionic-updates',
E:Repository 'http://ddebs.ubuntu.com bionic-updates Release' changed its 'Codename' 
value from 'bionic' to 'bionic-updates'

64비트 운영 체제를 사용하고 있습니다.

래칫 M.

답변1

고치다:

W:Skipping acquire of configured file 'main/binary-i386/Packages' 
as repository 'http://dl.google.com/linux/earth/deb stable InRelease'
doesn't support architecture 'i386'

두 파일을 편집합니다.

sudo -H gedit /etc/apt/sources.list.d/google-earth-pro.list

그리고 다음을 변경하세요.

deb http://dl.google.com/linux/earth/deb/ stable main

에게:

deb [arch=amd64] http://dl.google.com/linux/earth/deb/ stable main

sudo -H gedit /etc/cron.daily/google-earth-pro

그리고 다음을 변경하세요.

REPOCONFIG="deb http://dl.google.com/linux/earth/deb/ stable main"

에게:

REPOCONFIG="deb [arch=amd64] http://dl.google.com/linux/earth/deb/ stable main"

고치다:

E:Repository 'http://ddebs.ubuntu.com bionic-updates Release' changed its 
'Suite' value from 'bionic' to 'bionic-updates',
E:Repository 'http://ddebs.ubuntu.com bionic-updates Release' changed its 'Codename' 
value from 'bionic' to 'bionic-updates'

cd /etc/apt# 디렉토리 변경

grep -i ddebs.ubuntu.com sources.list# 이 .list 파일을 검색합니다.

grep -i ddebs.ubuntu.com sources.list.d/*.list# 다른 .list 파일 검색

sudo -H gedit found_path/found_filename.list# 발견된 .list 파일을 편집합니다

다음을 포함하는 줄을 찾아 다음으로 ddebs.ubuntu.com변경하세요 .bionicbionic-updates

관련 정보