Results 1 to 4 of 4

Thread: How to fix ‘Package is not signed’ error message installing LibraOffice on Linux?

  1. #1
    Join Date
    Nov 2011
    Posts
    61

    How to fix ‘Package is not signed’ error message installing LibraOffice on Linux?

    I am trying to install LibreOffice on Fedora 12 Linux system. Well I have downloaded below mentioned file.
    Code:
    LibO_3.4.4_Linux_x86_install-rpm_en-US.tar.gz
    Unzipped the above mentioned file and followed the instruction from the ‘readmes’ directory. It is prompting that cd into RPMS directory and executed below mentioned instruction.
    Code:
    yum install *.rpm
    I did the same and when I confirmed the package installation I got the below mentioned error message.
    Package libobasis3.4-kde-integration-3.4.4-402.i586.rpm is not signed
    Let me know if you are aware of any solution to overcome from the above mentioned problem.

  2. #2
    Join Date
    Nov 2010
    Posts
    422

    Re: How to fix ‘Package is not signed’ error message installing LibraOffice on Linux?

    Looking at the situation I recommend following command to execute.
    Code:
    yum install --nogpgcheck /mnt/temp/DAT/software/linux/INSTALL/ICA/ICAClient-11.100-1.i386.rpm

  3. #3
    Join Date
    Nov 2010
    Posts
    503

    Re: How to fix ‘Package is not signed’ error message installing LibraOffice on Linux?

    Well an RPM package can be signer that mean it can have digital signature of its builder or not signed. Mostly Fedora yum would refuse to install the package which is not signed and that is the only reason you will need to override with ‘—nogpgcheck’. Some other application is having capacity to deal with the RPM packages without making any call to yum. Hence you can install any package without complaining in case it is not signed.

  4. #4
    Join Date
    Dec 2010
    Posts
    351

    Re: How to fix ‘Package is not signed’ error message installing LibraOffice on Linux?

    Do you have installed desktop-integration on your system? if so then you should run the below mentioned command.
    Code:
    cd desktop-integration
    after that you have to run the below mentioned command.
    Code:
    su -c 'yum install libreoffice3.3-redhat-menus-3.3-1.noarch.rpm'

Similar Threads

  1. Replies: 5
    Last Post: 15-04-2011, 08:02 PM
  2. No FN Pop Up Window - Error While Installing Value Added Package
    By GreatThinker in forum Portable Devices
    Replies: 6
    Last Post: 14-06-2010, 10:40 AM
  3. Problem installing tar package under linux
    By Amy Adams in forum Windows Software
    Replies: 4
    Last Post: 06-04-2010, 05:11 PM
  4. Error Message "Setup was unable to find the msi package"
    By microam_i in forum Networking & Security
    Replies: 2
    Last Post: 31-03-2009, 11:27 PM
  5. Replies: 5
    Last Post: 17-12-2008, 09:15 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,841,491.33328 seconds with 16 queries