Linux 中软件包‘mythes-ca’的未知多架构类型‘forekgn’是什么?

Linux 中软件包‘mythes-ca’的未知多架构类型‘forekgn’是什么?

我是新手,当我使用 sudo apt-get update 时,它​​显示

Hit:1 https://brave-browser-apt-release.s3.brave.com stable InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease   
Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Hit:5 http://archive.ubuntu.com/ubuntu focal-security InRelease
Fetched 222 kB in 2s (94,0 kB/s)
Reading package lists... Done
W: Unknown Multi-Arch type 'forekgn' for package 'mythes-ca'

我该如何修复它?

答案1

mythes-ca 包需要重新安装。打开终端并输入:

sudo apt purge mythes-ca# 删除包和配置设置
wget http://mirrors.kernel.org/ubuntu/pool/main/libr/libreoffice-dictionaries/mythes-ca_6.4.3-1_all.deb
sudo apt install ./mythes-ca_6.4.3-1_all.deb
sudo apt 更新

相关内容