Libre Office 4.1 Released check the following link for 4.1.2 features
For Windows Systems Please follow the link for Download page
This tutorial will be helpful for installing Libre office in your Debian Machines, such as Ubuntu,Kubuntu,Linux Mint,Debian
Two Steps Need to be followed for installing Libre Office
Removing Previous Version of Libre office (or) any other office.
Install Procedure for Libre office 4.1.2
Remove Previous Version
Step 1: Login as root user and remove Previous version of Libre office
apt-get remove libreoffice-core
To remove the Libre configuration files
apt-get remove --purge libreoffice-core
(or)
If your are using open office and need to install Libre office type the command
sudo apt-get purge "openoffice*.*"
Install Libre Office
Step 1: Download Libre office from the official download page
For 32bits systems Download here
For 64bit systems Download here
Step 2:After Downloading the tar package extract.
Step 3: Open terminal and change the current directory to the extracted folder.
Step 4: Install the deb Packages by login as a root user
dpkg -i *.deb
Step 5: That's all..................
Step 1: Login as root user and add the Libre office PPA
#add-apt-repository ppa:libreoffice/ppa
#apt-get update
#apt-get dist-upgrade
Uninstalling Libre Office
If you want to remove Libre Office type the command
apt-get purge libreoffice 4.*
No comments:
Post a Comment