我正在尝试安装blueman,它似乎有 pygtk-2.0 作为依赖项。执行时./configure,它停在这里:
configure: error: Package requirements (pygtk-2.0 >= 2.12.0) were not met:
No package 'pygtk-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables PYGTK_CFLAGS and PYGTK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
Run Code Online (Sandbox Code Playgroud)
由于 python-gtk2 无法通过 获得,因此我按照此处apt所述从包中手动安装了它。
然后尝试再次配置blueman,但仍然遇到相同的错误。
我错过了什么吗?