LibreOffice is an open-source office for Linux, Windows & Mac, that provides feature-rich functions for word documents, data processing, spreadsheets, presentation, drawing, Calc, Math, and more.
Step 1: Download LibreOffice:-
------------------------------
------------------------------
Go to the official Libre Office Download Page and grab the latest version that is bundled with all the binary packages as a .tar.gz archive file.
Note:- "After download the Libre Office from the Firefox browser you can see the download file in Download location of root user's"
[root@localhost ~]# ll Downloads/
total 258496
-rw-r--r--. 1 root root 245231847 Mar 7 19:46 LibreOffice_24.2.1_Linux_x86-64_rpm.tar.gz
Step 2: Install LibreOffice Packages:-
--------------------------------------
After downloading the LibreOffice package, use the tar command to extract it.
[root@localhost ~]# tar zxvf Downloads/LibreOffice_24.2.1_Linux_x86-64_rpm.tar.gz
[root@localhost ~]# ll
total 4
-rw-------. 1 root root 2305 May 18 2021 anaconda-ks.cfg
drwxr-xr-x. 2 root root 6 May 18 2021 Desktop
drwxr-xr-x. 2 root root 6 May 18 2021 Documents
drwxr-xr-x. 2 root root 56 Mar 7 19:46 Downloads
drwxr-xr-x. 4 root root 48 Feb 26 01:25 LibreOffice_24.2.1.2_Linux_x86-64_rpm
drwxr-xr-x. 2 root root 6 May 18 2021 Music
drwxr-xr-x. 2 root root 6 May 18 2021 Pictures
drwxr-xr-x. 2 root root 6 May 18 2021 Public
drwxr-xr-x. 2 root root 6 May 18 2021 Templates
drwxr-xr-x. 2 root root 6 May 18 2021 Videos
[root@localhost ~]# cd LibreOffice_24.2.1.2_Linux_x86-64_rpm/RPMS/
[root@localhost RPMS]# yum install *.rpm
Step 3: Remove LibreOffice Packages:-
-------------------------------------
[root@localhost ~]# yum remove Libreoffice* -y
No comments:
Post a Comment