安装glib2.0

Q

How to install GLib 2.0

A

sudo apt-get install glib2.0 -y

Q

what is the source code used for Glib?

A

GLib is a cross-platform bundle of low-level system libraries written in C and developed by GNOME

Q

What are its essntial features for Glib?

A

essntial features for Glib are
It provides advanced data structures, such as memory chunks, doubly and singly linked lists, thread programming, mutuxes, etc

你可能感兴趣的:(linux命令)