Follow these steps to Install OpenOffice 4.1.0 on Ubuntu 14.04 LTS
Step 0 : Open Terminal, Ctrl+Alt+T
Step 1 : Remove Libre office by running these commands
sudo apt-get remove --purge libreoffice*
sudo apt-get autoremove
Step 2 : Download OpenOffice
for 32 bit
for 64 bit
Step 3 : Extract the file
Step 4 : Now run these commands
for 32 bit
wget http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.0/binaries/en-US/Apache_OpenOffice_4.1.0_Linux_x86_install-deb_en-US.tar.gz
for 64 bit
wget http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.0/binaries/en-US/Apache_OpenOffice_4.1.0_Linux_x86-64_install-deb_en-US.tar.gz
Step 3 : Extract the file
tar -xvf Apache_OpenOffice_4.1.0_Linux_x86_install-deb_en-US.tar.gz (for 32bit)
tar -xvf Apache_OpenOffice_4.1.0_Linux_x86-64_install-deb_en-US.tar.gz (for 64bit)
Step 4 : Now run these commands
cd en-US/DEBS/
dpkg -i *.deb
cd desktop-integration
dpkg -i *.deb
it's done
0 comments:
Post a Comment