Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: blaming perl for not using a build policy

by shmem (Chancellor)
on Aug 27, 2008 at 14:43 UTC ( [id://707177]=note: print w/replies, xml ) Need Help??

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 ~]$
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://707177]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-25 23:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found