I am trying to install msitools from http://ftp.gnome.org/pub/GNOME/sources/msitools/0.94/. When I do a ./configure, I get the following error:
configure: error: Package requirements (libgsf-1) were not met:
No package 'libgsf-1' 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 GSF_CFLAGS
and GSF_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
I believe that libgsf-1 is not installed, so when I do sudo apt-get install libgsf-1, I get the below error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libgsf-1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libgsf-bin:i386 libgsf-bin libgsf-1-common
E: Package 'libgsf-1' has no installation candidate
Please help me resolve this.