Dear All, hari ini saya dapat challenge untuk install Apache OpenOffice di server yang berjalan sistem operasi Linux CentOS didalamnya. Nah, yang biasanya di ubuntu tinggal panggil # sudo apt-get install openoffice.org3 , di CentOS gimana ya?
Setelah googling, ternyata agak sedikit berbeda, berikut adalah hal yang harus dilakukan:
- Unduh Apache OpenOffice disini (Apache OpenOffice RPM untuk CentOS/RHELL, versi 4.1.2)
- Upload hasil unduhan ke server, atau bisa langsung # wget http://jaist.dl.sourceforge.net/project/openofficeorg.mirror/4.1.2/binaries/en-US/Apache_OpenOffice_4.1.2_Linux_x86_install-rpm_en-US.tar.gz di server
- Ekstrak hasil unduhan: # tar -xvf Apache_OpenOffice_4.1.2_Linux_x86_install-rpm_en-US.tar.gz
- Pindah ke direktori RPMS: # cd en-US/RPMS/
- Lalu install dg menggunakan perintah: # rpm -Uvih *rpm
- Anda akan melihat proses instalasi berjalan
123456789101112131415161718192021222324252627282930313233343536373839404142Preparing... ########################################### [100%]1:openoffice-ure ########################################### [ 2%]2:openoffice-core01 ########################################### [ 5%]3:openoffice-en-US ########################################### [ 7%]4:openoffice-impress ########################################### [ 10%]5:openoffice-en-US-base ########################################### [ 12%]6:openoffice-en-US-calc ########################################### [ 15%]7:openoffice-en-US-draw ########################################### [ 17%]8:openoffice-en-US-help ########################################### [ 20%]9:openoffice-en-US-impres########################################### [ 22%]10:openoffice-en-US-math ########################################### [ 24%]11:openoffice-en-US-res ########################################### [ 27%]12:openoffice-en-US-writer########################################### [ 29%]13:openoffice-base ########################################### [ 32%]14:openoffice-calc ########################################### [ 34%]15:openoffice-core02 ########################################### [ 37%]16:openoffice-core03 ########################################### [ 39%]17:openoffice-core05 ########################################### [ 41%]18:openoffice-core06 ########################################### [ 44%]19:openoffice-core07 ########################################### [ 46%]20:openoffice-draw ########################################### [ 49%]21:openoffice-images ########################################### [ 51%]22:openoffice-math ########################################### [ 54%]23:openoffice-writer ########################################### [ 56%]24:openoffice-ogltrans ########################################### [ 59%]25:openoffice-gnome-integr########################################### [ 61%]26:openoffice-graphicfilte########################################### [ 63%]27:openoffice-javafilter ########################################### [ 66%]28:openoffice-onlineupdate########################################### [ 68%]29:openoffice-ooofonts ########################################### [ 71%]30:openoffice-ooolinguisti########################################### [ 73%]31:openoffice-pyuno ########################################### [ 76%]32:openoffice-xsltfilter ########################################### [ 78%]33:openoffice-core04 ########################################### [ 80%]34:openoffice ########################################### [ 83%]35:openoffice-brand-base ########################################### [ 85%]36:openoffice-brand-calc ########################################### [ 88%]37:openoffice-brand-draw ########################################### [ 90%]38:openoffice-brand-en-US ########################################### [ 93%]39:openoffice-brand-impres########################################### [ 95%]40:openoffice-brand-math ########################################### [ 98%]41:openoffice-brand-writer########################################### [100%] - Setelah itu, soffice akan diketemukan di /opt/openoffice4/program/soffice atau gunakan perintah # find / -name soffice
Note: saya menggunakan Apache OpenOffice versi 4.1.2 Linux 32-bit (x86) (RPM) dan menginstall di CentOS dg menggunakan terminal.
Untuk anda yang ingin menginstall dengan bantuan GUI, cd ke: # cd en-US/RPMS/desktop-integration lalu jalankan file sesuai dengan versi linux Anda (Pilihan: Freedesktop, mandriva, redhat, suse)
Selamat mencoba dan semoga berhasil 🙂