Apt安装电脑说这个软件包不能安装在ubuntu 18.04上。包存在,但没有找到兼容的版本。
发布于 2018-11-08 17:02:56
它在宇宙中。您可以通过执行以下操作切换到:
sudo add-apt-repository universe sudo apt update
然后,您可以正常地安装所有可用的包:
sudo apt install pcs
https://askubuntu.com/questions/1060815
相似问题