Friday, August 31, 2012

How to install libreoffice in redhat through rpm packages



How to install libreoffice in redhat through rpm packages

Download the packages by selecting the language package in libreoffice site or you can download directly from the comman below

  1. after downloading the package LibO_3.6.1_Linux_x86_install-rpm_en-US.tar.gz
  2. #tar xvf LibO_3.6.1_Linux_x86_install-rpm_en-US.tar.gz
    here the files will be extracted as LibO_3.6.1.2_Linux_x86_install-rpm_en-US
  3. then #cd LibO_3.6.1.2_Linux_x86_install-rpm_en-US
  4. #cd RPMS
    here you can see all rpm packages here
  5. #su -c 'yum install *.rpm'
    here all rpm packages will be installed
  6. cd desktop-integration
    directory will be changed
  7. #su -c 'yum install libreoffice3.6-freedesktop-menus-3.6.1-2.noarch.rpm'
  8. here the libre office will be installed
  9. go to applications >> office >> libre

No comments:

Post a Comment