![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I extract text only from html file without HTML tag | los111 | UNIX for Dummies Questions & Answers | 4 | 11-28-2007 01:40 AM |
| Past Time | izy100 | What's on Your Mind? | 8 | 08-05-2004 07:21 AM |
| Can't backup past /etc/magic | PaulC | SUN Solaris | 2 | 03-30-2004 05:07 AM |
| NIS login discrepancy | Henrik | UNIX for Dummies Questions & Answers | 11 | 04-08-2003 06:17 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
RPM Install - How to fix Failed Discrepancies?
[Fedora 7] I have an RPM that I am trying to install and it keeps coming back with:
Quote:
any better suggestions? Last edited by jjinno; 08-06-2007 at 01:55 PM. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Aparently, the application won't run without HTML::Entities, so later or now you will have to install it. If you want to supress this error message, use "--nodeps" flag, and then install HTML::Entities.. The other way for installing such perl packages is
Code:
perl -MCPAN -e install Packet::Name Last edited by sysgate; 08-07-2007 at 07:54 AM. |
|
#3
|
|||
|
|||
|
I actually did use your first suggestion... installed the Perl module, but the dependency failure still occurred. Thats when I ran the --nodeps flag, and it installed, and works perfectly.
Thanks. |
|||
| Google The UNIX and Linux Forums |