Jump to content

Cannot install application on a virtual dedicated server


raydona

Recommended Posts

Hi,

I’m new to Linux so please bear with me. I’m trying to install an application “antiword-0.37-3.rh9.rf.i386.rpm” on a Fedora (I think) virtual dedicated server. When I use the command: rpm -i antiword-0.37-3.rh9.rf.i386.rpm to install and run the application I get the following errors:

error: cannot open Packages index using db3 - Permission denied (13)

error: cannot open Packages database in /var/lib/rpm

warning: antiword-0.37-3.rh9.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6

error: cannot open Packages database in /var/lib/rpm

 

I don’t know what these errors mean and how to overcome them. I wonder if anyone has any suggestions? I would be very grateful.

Link to comment
Share on other sites

Hello there,

This could be a number of things. However if you go to the directory where the RPM file is and

chmod 777 antiword-0.37-3.rh9.rf.i386.rpm
rpm -U antiword-0.37-3.rh9.rf.i386.rpm

 

This should work. Alternatively

yum update
yum search antiword

.. Then if anything is found...

yum install (antiword package name)

 

Regards,

Matt

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.