Skip to main content

Install LibreOffice in BackTrack 5 r3 and Kali

Install LibreOffice Backtrack 5 r3 and Kali

Sometime I need office to prepare document of the project and some other office work, So I decide to install office in BT or Kali rather switch back window. 

I'm going to download 64 bit version of office. You can download of your choice of office.
From the command console just type

root@bt:~# cd /tmp

root@bt:/tmp# wget wget http://download.documentfoundation.org/libreoffice/stable/4.0.1/deb/x86_64/LibreOffice_4.0.1_Linux_x86-64_deb.tar.gz

or Click here to choose of your choice of Libre

Now untar the file using following command
root@bt:/tmp# tar -zxvf LibreOffice_4.0.1_Linux_x86-64_deb.tar

 Enter to folder


root@bt:/tmp# cd LibreOffice_4.0.1.2_Linux_x86-64_deb/

root@bt:/tmp/LibreOffice_4.0.1.2_Linux_x86-64_deb# dpkg -i *.deb

deb package is found under DEBS directory

root@kali:~/Desktop/LibreOffice_4.1.1.2_Linux_x86_deb/DEBS# dpkg -i *.deb

(Libre version for Kali is different because its new)

Output look like these

Setting up libobasis4.0-javafilter (4.0.1.2-2) ...
Setting up libobasis4.0-kde-integration (4.0.1.2-2) ...
Setting up libobasis4.0-librelogo (4.0.1.2-2) ...
Setting up libobasis4.0-math (4.0.1.2-2) ...

Setting up libobasis4.0-ogltrans (4.0.1.2-2) ...
Setting up libobasis4.0-onlineupdate (4.0.1.2-2) ...
Setting up libobasis4.0-ooofonts (4.0.1.2-2) ...
Setting up libobasis4.0-ooolinguistic (4.0.1.2-2) ...
Setting up libobasis4.0-pyuno (4.0.1.2-2) ...
Setting up libobasis4.0-writer (4.0.1.2-2) ...

Setting up libobasis4.0-xsltfilter (4.0.1.2-2) ...
Setting up libreoffice4.0 (4.0.1.2-2) ...
Setting up libreoffice4.0-dict-en (4.0.1.2-2) ...
Setting up libreoffice4.0-dict-es (4.0.1.2-2) ...
Setting up libreoffice4.0-dict-fr (4.0.1.2-2) ...
Setting up libreoffice4.0-draw (4.0.1.2-2) ...
Setting up libreoffice4.0-en-us (4.0.1.2-2) ...
Setting up libreoffice4.0-impress (4.0.1.2-2) ...
Setting up libreoffice4.0-math (4.0.1.2-2) ...
Setting up libreoffice4.0-writer (4.0.1.2-2) ...
Setting up libobasis4.0-base (4.0.1.2-2) ...

Setting up libobasis4.0-calc (4.0.1.2-2) ...

Setting up libobasis4.0-postgresql-sdbc (4.0.1.2-2) ...
Setting up libreoffice4.0-base (4.0.1.2-2) ...
Setting up libreoffice4.0-calc (4.0.1.2-2) ...
Processing triggers for menu ...


You can found the installed file here

root@bt:/opt/libreoffice4.0/program#

To run the program of your choice, just type

root@bt:/opt/libreoffice4.0/program# ./soffice

Or on kali linux you can found your Apps under Application>Office>




Comments

  1. Thanks A lot, for sharing this post it will definitely gonna help me and my blog for sure. Wohoo such a wonderfull list of info about commentluv you have provided to us, one should accept it as gift and now this site has been been bookmarked for visiting again.Thanks A lot, for sharing this post it will definitely gonna help me and my blog for sure. Wohoo such a wonderfull list of info about commentluv you have provided to us, one should accept it as gift and now this site has been been bookmarked for visiting again.Virtual Edge

    ReplyDelete

Post a Comment

Popular posts from this blog

MongoDB Failed to start lsb an object/document-oriented database

After long gap I'm going to post new blog. Due to the work load and research I have little time.  MongoDB could not started after installation of 3.6 version, However downgrade to the 3.4, still the Mongodb couldn't start and show below error message. Search don't help to resolved the issue. After so much hit and trail nothing work. One Chinese forum posted this command and its works for me.  cd /var/lib sudo rm -rf ./mongodb sudo mkdir mongodb sudo chown -R mongodb mongodb/ sudo serivce mongodb restart

Cisco ASA in GNS3

Here is another tutorial running Cisco ASAv on GNS3 using Qemu. For Configure GNS3 In My case I have used ASAv952-204.qcow2 Go  to the GNS3>Edit>Preferences>QEMU>Qemu VMs>New Follow on screen procedure.  Don't forget to enable kvm and memory allocation.  Now you can see I can run ASAv 9.5.2 Blank Password.

IOS XR GNS3 QEMU

This time lets have tutorial on Cisco XR 9k series router image running on the GNS3. Please don't ask for the XR image. Your are smart enough to get it. My system configuration: Ubuntu 16.04 GNS3 1.4 RAM 8Gig i7 processor Used XR Image iosxrv-k9-demo-6.0.1.qcow2 This image is VIRL extracted image. You need to convert this image into QEMU image, follow this link I strongly recommend you to run it on the Linux system. Now you have converted image, then go to the GNS3>Edit>Preferences>QEMU>Qemu VMs>New then follow the onscreen procedure. Setting for QEMU XR Image. RAM:- 4Gig CPU:- 1 Adapters at lest 4.  -enable-kvm Here you can see I can run the XR on my system. Interface is up and system is already booted.  I have run 3 XR router  here is my system RAM CPU usages. RP/0/0/CPU0:XR3(config)#int gi0/0/0/0 RP/0/0/CPU0:XR3(config-if)#ip add 192.168.13.2 255.255.255.252 RP/0/0/CPU0:XR3(config-if)#co