Install Libreoffice
Install Libreoffice
You can install LibreOffice in Kali Linux by following very simple steps.
Step 1: Open terminal
Step 2: Update Kali Linux by running following command
$sudo apt-get update
When you will run apt-get update command then make sure you have added Kali Linux repository. If
you had not added repository source in source.list file then you will face the problem.
root@kali:~# apt-get update
Get:1 http://ftp.harukasan.org/kali kali-rolling InRelease [30.5 kB]
Get:2 http://ftp.harukasan.org/kali kali-rolling/main amd64 Packages [17.1 MB]
Get:3 http://ftp.harukasan.org/kali kali-rolling/non-free amd64 Packages [192 kB]
Get:4 http://ftp.harukasan.org/kali kali-rolling/contrib amd64 Packages [111 kB]
Fetched 17.4 MB in 5min 18s (54.8 kB/s)
Reading package lists... Done
root@kali:~
Download libreoffice
Go to the following link and download libreoffice. https://www.libreoffice.org/download/download/
Before going to download you must keep in mind two important facts about Kali and LibreOffice as
following:
• Kali Linux is a Debian based operating system so download .deb file.
• As the latest version of LibreOffice is just made for a 64 bit Linux system. So your installed
Kali must be 64-bit architecture.
So the download as following steps:
Step 3: New window will be popup select Save File radio button and then click on “OK” button to save
the file.
Install LibreOffice in Kali Linux by dpkg command
As you have seen, I have downloaded executable file with the .deb extension for Kali Linux.
By default, downloaded files go to Download folder so use cd command to change directory. Use the
following syntax:
$cd Downloads
vijay@kali:~$ cd Downloads/
vijay@kali:~/Downloads$ ls
LibreOffice_6.4.4_Linux_x86-64_deb.tar.gz
vijay@kali:~/Downloads$