Трудности с удалением установочных файлов & mdash; Я думаю

При обновлении обновлений это уведомление в конце. Как удалить или удалить программное обеспечение виновника?

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-разрядная операционная система.

Рэтчет М.

0
задан 12 June 2019 в 22:14

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, и изменить bionic на bionic-updates

1
ответ дан 12 June 2019 в 22:14

Другие вопросы по тегам:

Похожие вопросы: