Gdebi-core 包不可用

Dan*_*ncz 5 gdebi

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
Run Code Online (Sandbox Code Playgroud)

May*_*hux 5

首先检查是否universe已启用。您可以通过以下方式启用它:

sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
Run Code Online (Sandbox Code Playgroud)

然后运行命令:

sudo apt-get update

sudo apt-get install gdebi
Run Code Online (Sandbox Code Playgroud)