Vin*_*hik 18 package-management pygtk software-installation
我想在我的 Ubuntu 13.10 上安装 Pygobject 包。我尝试了 JHBuild 选项,但在一个非常漫长的过程结束时我被卡住了。
Pygobject 的教程网站说它打包了几乎所有 Linux 发行版的所有依赖项,并且可以从发行版的官方存储库中安装。
我在软件中心找过,没找到。它返回的只是一些拼写检查库和 gobject python 绑定的开发头文件(我是初学者,所以请告诉我这是否是我在 python 3.3.2 中构建 pygtk 应用程序所需要的)。
我猜这需要使用命令行界面安装,但不知道如何安装。
Jor*_*tro 16
开发库通常不会很好地出现在软件中心。通常使用apt-cache search
在这里会有所帮助。例如:
apt-cache search python gobject
Run Code Online (Sandbox Code Playgroud)
将向您展示与 python 和 gobject introspection 相关的所有包。这是结果的一个片段:
python-gi - Python 2.x bindings for gobject-introspection libraries
python-gi-cairo - Python Cairo bindings for the GObject library
python-gi-dbg - Python bindings for the GObject library (debug extension)
python-gi-dev - development headers for GObject Python bindings
python-gobject - Python 2.x bindings for GObject - transitional package
python-gobject-2 - deprecated static Python bindings for the GObject library
python-gobject-2-dbg - deprecated static Python bindings for the GObject library (debug extension)
python-gobject-2-dev - development headers for the static GObject Python bindings
python-gobject-dbg - Python 2.x debugging modules for GObject - transitional package
python-gobject-dev - Python 2.x development headers for GObject - transitional package
python-pyudev - Python bindings for libudev
python3-gi - Python 3 bindings for gobject-introspection libraries
python3-gi-cairo - Python 3 Cairo bindings for the GObject library
python3-gi-dbg - Python 3 bindings for gobject-introspection libraries (debug extension)
python3-pyudev - Python3 bindings for libudev
Run Code Online (Sandbox Code Playgroud)
由于您正在寻找 python 3 我会安装python3-gi
,这可能是您正在寻找的包,所以......
sudo apt-get install python3-gi
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
32734 次 |
最近记录: |