On Thu, 15 Jun 2000, Glyn Millington wrote:

> 
> Hi.
> 
> I'm trying to install the latest version of fvwm2 on my system
> which runs Mandrake 7.0.  One of the unsatisfied dependencies
> which prevents me installing is the need for a file
> 
> /usr/sbin/install-menu
> 
> I can't track this down!  Can anyone tell me which rpm I'm
> looking for?
> 
You can find this by yourself. Mount your mandrake cdrom and type :
   for i in /mnt/cdrom/Mandrake/RPMS/*.rpm ; do
   rpm -qpl $i |grep -q '/usr/sbin/install-menu' && echo $i
   done

and it should tell you which package you have to install.

For more info , man bash and man rpm

HTH
Flupke
-- 
        << There's no place like ~ ! >>

Reply via email to