How to install || LIBRE OFFICE IN KALI LINUX (official)
How to install || LIBRE OFFICE IN KALI LINUX (official) for more detail --http://akkuhacker.blogspot.com 1. The ways to install LibreOffice on Kali Linux is not much different from the how to install LibreOffice on backtrack. First you must download source of LibreOffice from http://www.libreoffice.org/download/. And than extract it using command below : tar -xzf LibreOffice*.tar.gz 2. After tar.gz file was extracted, enter on the directory [LibreOffice dir extracted]/DEBS. If the name of directory extracted like this "LibreOffice_4.3.1_Linux_x86-64_deb", so follow the below cd LibreOffice_4.3.1_Linux_x86-64_deb/DEBS/ 3. If you are already on the DEBS directory, install the deb file. Usre this command dpkg -i *.deb 4. After it, dont close your shell terminal, this step will make the LibreOffice are integration in the aplication menu. Go to on desktop-integration dir. cd desktop-integration 5. And the last com...