Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

webmin

Status
Not open for further replies.

CYBERDOGG

Technical User
Sep 27, 2000
2
US
ln -s /usr/local/bin/perl /usr/bin/perl

[3:45pm]# locate /usr/bin/perl
/usr/bin/perl5.00503
I have run the following call rpm -i webmin-0.81.rpm to install webmin but the install was not done automatically to /usr/libexec/webmin. I have no idea where it put it..It kept telling me befor it installed it webmin-0.81.rpm needs/usr/bin/perl.....How can i find out where it installed it besides whereis or locate or find / -name

/usr/bin/perl
/usr/bin/perl5.00502
/usr/bin/perldoc
/usr/bin/perlbug
/usr/bin/perlcc




whereis usr/local/bin/perl
perl: /usr/bin/perl5.00503 /usr/bin/perl /usr/bin/perl5.00502 /usr/local/bin/per
l /usr/man/man1/perl.1

rpm -i webmin-0.81.rpm [sig][/sig]
 
To find out what files an RPM has installed on your server:
[tt]
rpm --query -l package_name | more
[/tt]
This will list all the files that where installed for the named package. Note: You don't have to specify the original RPM file name, just the name of the package. So, &quot;rpm --query -l webmin | more&quot; should give you what you need. [sig]<p> Andy Bold<br><a href=mailto: > </a><br><a href= > </a><br>"I've probably made most of the mistakes already, so hopefully you won't have to..." Me, most days.[/sig]
 
or:

find / | grep webmin

Tels
Win2000 Network Administrator
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top