sudo apt-get install -f gdebi-core
[sudo] password for sdksdk:
Reading package lists ... Done
Building dependency tree
Loading state information ... Done
Gdebi-core package is not available, but is referred to by another package. This may mean,
that the package is missing, it has been obsoleted, or is only available from another source发布于 2015-06-08 11:29:40
首先检查是否启用了universe。您可以通过以下方式启用它:
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"然后运行命令:
sudo apt-get update
sudo apt-get install gdebihttps://askubuntu.com/questions/633733
复制相似问题