红联Linux门户
Linux帮助

gnome-disks安装错误的解决方法

发布时间:2016-08-03 15:15:59来源:linux网站作者:w8708812
现象:
testing libtoolize... found 2.4.2
checking for glib-gettext >= 2.2.0...
testing glib-gettextize... not found.
***Error***: You must have glib-gettext >= 2.2.0 installed
to build gnome-disk-utility.  Download the appropriate package for
from your distribution or get the source tarball at
ftp://ftp.gtk.org/pub/gtk/v2.2/glib-2.2.0.tar.gz
 
解决方法:apt-get install libglib2.0-dev
 
本文永久更新地址:http://www.linuxdiyf.com/linux/22967.html