Apache Open Office is a most popular and open source application suit for Linux, Windows & Mac used for word processing, spreadsheets, presentations, drawings, database, formula and much more.
Open Office is used by more than 130 millions of users across the globe in corporates, homes and research centers with almost in 38 languages.
# cd /tmp ---------------------------- On 32-bit Systems ---------------------------- # wget Office_4.1.2_Linux_x86-64_install-deb_gz ---------------------------- On 64-bit Systems ---------------------------- # wget Office_4.1.2_Linux_x86_install-deb_gz # cd /tmp ---------------------------- On 32-bit Systems ---------------------------- # wget Office_4.1.2_Linux_x86-64_install-rpm_gz ---------------------------- On 64-bit Systems ---------------------------- # wget Office_4.1.2_Linux_x86_install-rpm_gz -------------------- On Debian and its Derivatives -------------------- # tar -xvf Apache_Open Office_4.1.2_Linux_x86-64_install-deb_gz [For 32-bit] # tar -xvf Apache_Open Office_4.1.2_Linux_x86_install-deb_gz [For 64-bit] -------------------- On Red Hat based Systems -------------------- # tar -xvf Apache_Open Office_4.1.2_Linux_x86_install-rpm_gz [For 64-bit] # tar -xvf Apache_Open Office_4.1.2_Linux_x86-64_install-rpm_gz [For 32-bit] -------------------- On Debian and its Derivatives -------------------- # dpkg -i en-US/DEBS/*en-US/DEBS/desktop-integration/openoffice4.1-debian-*-------------------- On Red Hat based Systems -------------------- # rpm -Uvh en-US/RPMS/*en-US/RPMS/desktop-integration/openoffice4.1.2-redhat-*View all Posts Ravi Saive I am Ravi Saive, creator of Tec Mint.
dpkg: regarding openoffice.org3.0-debian-menus_3.0-9354_containing openoffice.org-debian-menus: openoffice.org-core conflicts with openoffice.org-unbundled openoffice.org-debian-menus provides openoffice.org-unbundled and is to be installed.
dpkg: error processing openoffice.org3.0-debian-menus_3.0-9354_(--install): conflicting packages - not installing openoffice.org-debian-menus Errors were encountered while processing: openoffice.org3.0-debian-menus_3.0-9354_[email protected]:~/Desktop/OOO300_m9_native_packed-1_en-US.9358/DEBS/desktop-integration$ After you've successfully installed the desktop integration package, you can find Open Office 3.0.0 launchers under After the installation has finished, you can delete the downloaded archive and the Open Office directory: cd ../../ rm -fr OOO300_m9_native_packed-1_en-US.9358 OOo_3.0.0_Linux Intel_install_en-US_gz (This is necessary only if you want to run Ubuntu's Open Office package and Open Office 3.0.0 in parallel and therefore could not install the Open Office desktop integration package!
A note: to get the desktop integration to install, I first removed the default OO 2.4 components using Add/Remove..., then went into Synaptic and removed openoffice.org-gnome followed by removing openoffice.org-core 1:2.4.1 (and its dependencies).
-- Dr John sudo apt-get remove openoffice*.* this command worked to remove 2.4 but I had to install all of the components to get it to remove all of the components.