Find the answer to your Linux question:
Results 1 to 7 of 7
I am not able to install openoffice.org in my pc with fedora12 operating systems. It gave me the following errors. Any help would be appreciated. raceback (most recent call last): ...
  1. #1
    Just Joined! High_Lander's Avatar
    Join Date
    Jan 2010
    Posts
    23

    Smile [SOLVED] OPenOffice.org

    I am not able to install openoffice.org in my pc with fedora12 operating systems. It gave me the following errors. Any help would be appreciated.




    raceback (most recent call last):
    File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 2747, in install_signature
    self.yumbase.getKeyForPackage(pkg, askcb = lambda x, y, z: True)
    File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 3808, in getKeyForPackage
    result, errmsg = self.sigCheckPkg(po)
    File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 1606, in sigCheckPkg
    sigresult = rpmUtils.miscutils.checkSig(ts, po.localPkg())
    File "/usr/lib/python2.6/site-packages/rpmUtils/miscutils.py", line 61, in checkSig
    fdno = os.open(package, os.O_RDONLY)
    OSError: [Errno 2] No such file or directory: '/var/cache/yum/i386/12/adobe-linux-i386/packages/flash-plugin-10.0.45.2-release.i386.rpm'

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !


    Which command did you execute to install OpenOffice? Disable Adobe repository and try to install Openoffice again.

    I would suggest to install Graphical Interface of yum, Yum Extender (yumex) and install packages through it.
    Code:
    su -c yum -y install yumex
    Open Yum Extender, search OpenOffice and install it.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined! High_Lander's Avatar
    Join Date
    Jan 2010
    Posts
    23

    Open Office Writer does not install

    yumex appears to be a nice package, I see there openoffice write however when i tried to install the the same i get the following error messages

    "File /var/cache/yum/i386/12/fedora/metalink.xml does not exist"

    I believe I was able to clean the adobe repositiary. Thank you

  4. #4
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    Try running this command to clear things out:
    Code:
    yum clean all
    Now try again to install Open Office.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  5. #5
    Just Joined! High_Lander's Avatar
    Join Date
    Jan 2010
    Posts
    23

    Smile It is solved now and I was able to install office writer

    #yum clean all
    #yum search openoffice.org

    then yum install officewriter*

    did the job for now- thank you

  6. #6
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    I'm not sure what program installed with that command. The OpenOffice write package is named openoffice.org-writer.
    Code:
    yum install openoffice.org-writer
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  7. #7
    Just Joined! High_Lander's Avatar
    Join Date
    Jan 2010
    Posts
    23

    Cool You're right

    Basically I selected, copied and pasted to the root command prompt - a program which is obvious a openoffice writer.
    I really mean to say the same package i.e., openoffice.org-writer which you mentioned in the following command:

    yum install openoffice.org-writer

    thank u

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...