개발 라이브러리는 일반적으로 소프트웨어 센터에서 잘 표시되지 않습니다. 일반적으로 사용 apt-cache search
하면 여기에 도움이됩니다. 예를 들어 :
apt-cache search python gobject
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
python 3을 찾고 있기 때문에 설치할 python3-gi
것입니다. 아마도 찾고있는 패키지 일 것입니다.
sudo apt-get install python3-gi