我最近使用sudo do-release-upgrade -d从18.04更新到Ubuntu 20.04
我的cadence实例不再起作用了。当我试图重新安装cadence时,我会得到以下错误。
Reading state information... Done
Package cadence 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
E: Package 'cadence' has no installation candidate有什么想法可以让我的“节奏”回到20.04搭档上吗?
我已经跟踪了kxstudio存储库页面上的信息。
发布于 2020-05-05 20:29:15
可能找不到包,因为升级时删除了KXStudio存储库。简单地重新安装kxstudio-存储库.won文件就不能工作了。您需要删除和清除该文件,然后重新安装,详见本错误报告https://github.com/KXStudio/Repository/issues/235。
sudo apt-get remove --purge kxstudio-repos
sudo apt-get install kxstudio-repos_10.0.3_all.deb
发布于 2020-04-27 13:50:00
这是因为Ubuntu20.04LTS太新鲜了。
但作为临时解决方案,您可以使用一个技巧来安装20.04 LTS上18.04 LTS的软件包:
sudo add-apt-repository ppa:kxstudio-debian/apps
sudo sed -i "s/focal/bionic/" /etc/apt/sources.list.d/kxstudio-debian-ubuntu-apps-focal.list
sudo apt-get update
sudo apt-get install cadence我发电子邮件给KXStudio团队,询问Ubuntu20.04LTS的打包。
https://askubuntu.com/questions/1231848
复制相似问题