Thanks again
Alas, "rpm -qa | grep keyman" gave nothing at all.
While "rpm -e keyman" gave as a result "error, the package is not installed".
Sigh. As if it was not possible to force the installation, as if the package had not been installed finally.
Are there for linux some tools to "browse" an RPM file, and see its detailed internal information and its dependencies ? I tried opening the rpm file with kwrite but that produced mainly ascii soup with few file names here and there, not something really meaningful :/
Perhaps a solution would be to solve the bad dependancy problem ?
The rpm installer says every time that libwnck-1.so.4 is required, but that files is part of the libwnck library, which is already installed on my system, though with another name.
More precisely, I have libwnck-1_16 installed, that lib is described as "Window Navigator Construction Kit i.e. a library to use for writing pagers and taskslists and stuff", and its files are :
/usr/lib/libwnck-1.so.16
/usr/lib/libwnck-1.so.16.0.2
I also have libwnck-1_16-devel, which among many other files includes :
/usr/lib/libwnck-1.a
/usr/lib/libwnck-1.la
/usr/lib/libwnck-1.so
Would you think it would be possible to "fool" the RPM for my keyman into accepting my version of libwnck ?
