ห้องสมุดการพัฒนามักจะไม่แสดงผลดีมากในศูนย์ซอฟต์แวร์ มักจะใช้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