当我试图安装平板电脑时,我会得到这个错误。
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package flatpak is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
xdg-desktop-portal
E: Package 'flatpak' has no installation candidate```发布于 2022-05-12 11:10:50
首先,确保启用了宇宙存储库。
sudo add-apt-repository universe然后,更新软件数据库。
sudo apt update然后安装平台
sudo apt install flatpakhttps://askubuntu.com/questions/1408137
复制相似问题