Help for this page

Select Code to Download


  1. or download this
    [shmem@rhel4 ~]$ for pkg in `rpm -q --whatrequires perl | grep -v perl
    +`; do rpm -ql $pkg | xargs perl -nle 'exit if -d $ARGV[0];/\bperl\b/ 
    +and print $ARGV and exit' ; done
    /usr/bin/genkey
    ...
    /usr/share/mimelnk/application/x-perl-module.desktop
    /usr/X11R6/bin/xscreensaver-getimage-file
    [shmem@rhel4 ~]$
    
  2. or download this
    [shmem@rhel4 ~]$ rpm -q --whatrequires crypto-utils
    no package requires crypto-utils
    ...
    Password: 
    [root@rhel4 ~]$ rpm -e crypto-utils
    [root@rhel4 ~]$