On 08/12/2014 09:23 AM, Abhijit Navale wrote: > i installed lxqt on my fedora 20 (64 bit) > now while trying to do yum update i get this error > Error: Package: libfm-gtk-utils-1.2.1-1.1.x86_64 (X11_lxde_lxqt_fedora) > Requires: libfm-gtk% = 1.2.1-1.1 > You could try using --skip-broken to work around the problem > You could try running: rpm -Va --nofiles --nodigest > > I tried to install libfm-devel and libfm-gtk-devel but could not, > becasue i get the same error there too. > Help please. Regards. I think this may be because libfm-gtk places its .pc file in /usr/lib (or /lib) even on 64-bit systems.
Run these commands to verify: pkg-config --list-all | grep libfm PKG_CONFIG_PATH=/usr/lib64/pkgconfig pkg-config --list-all | grep libfm See if you can find libfm-gtk.pc in /usr/lib/pkgconfig and /usr/lib64/pkgconfig. If the file is there in the former, but not the latter you can try to link/copy it to /usr/lib64/pkgconfig and try again. Piotr ------------------------------------------------------------------------------ _______________________________________________ Lxde-list mailing list Lxde-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxde-list