我有Lubuntu 13.10我正在尝试安装PCManFM 1.2.0。我转到提示符,使用cd命令转到我的下载目录,并输入./configure开始安装它的过程。我收到的错误如下:
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.14.2
checking for XML::Parser... ok
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XLIB... no
configure: error: Package requirements ("x11") were not met:
No package 'x11' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables XLIB_CFLAGS
and XLIB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
edwin@edwin-ThinkPad-R52:~/Downloads/pcmanfm-1.2.0$ 我只是刚接触过Lubuntu (多年来一直是XP )。是什么原因造成了这种情况,以及如何解决这个问题,以便我可以继续安装1.2.0版本?
发布于 2014-04-24 23:01:40
我不认为Lubuntu13.10存储库中有PCManFM 1.2.0,所以您必须添加它。
sudo apt-add-repository ppa:lubuntu-dev/lubuntu-每日sudo apt-获取更新sudo apt-get install pcmanfm
当然你会被问到你的密码。只要输入就行了。
https://askubuntu.com/questions/450237
复制相似问题