.rpm or .deb of LibreOffice??

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bingp

.rpm or .deb of LibreOffice??

Post by bingp »

Hi,

I have installed Linux Mint Mate 18.2 64 bit on my desktop. I try to install Libreoffice via Software Manager but doesn't do anything. How should I install Libreoffice?

Then I went on LibreOffice website, which shows the options .rpm or .deb for download? Should I choose .rpm? Do I have to install Libreoffice manually by using command line?

Thank you for any input. I am new to Linux Mint Mate. I may ask the stupid questions.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: .rpm or .deb of LibreOffice??

Post by JeremyB »

Use deb files in Linux Mint. You could try from the terminal

Code: Select all

sudo apt-get update && sudo apt-get install libreoffice
User avatar
wallyUSA
Level 6
Level 6
Posts: 1439
Joined: Thu Jun 08, 2017 2:31 pm
Location: Top of Georgia

Re: .rpm or .deb of LibreOffice??

Post by wallyUSA »

JeremyB wrote:Use deb files in Linux Mint. You could try from the terminal

Code: Select all

sudo apt-get update && sudo apt-get install libreoffice
Why do you issue UPDATE before INSTALL?
> If your query has been resolved, edit your original post and add <SOLVED> to the beginning of the subject line. This may help others find solutions. <

Dell Latitude 7490 Mint 21.3 Ker 5.15.0-105 Cinn 6.0.4
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: .rpm or .deb of LibreOffice??

Post by JeremyB »

A new install may fault on installing a package before the lists are updated
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: .rpm or .deb of LibreOffice??

Post by catweazel »

wallyUSA wrote: Why do you issue UPDATE before INSTALL?
To update the local list of what's in the repositories in case newer versions of applications and libraries are available.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
User avatar
wallyUSA
Level 6
Level 6
Posts: 1439
Joined: Thu Jun 08, 2017 2:31 pm
Location: Top of Georgia

Re: .rpm or .deb of LibreOffice??

Post by wallyUSA »

JeremyB wrote:A new install may fault on installing a package before the lists are updated
So it updates the list of apps before it does the install? This is to get the latest version?
> If your query has been resolved, edit your original post and add <SOLVED> to the beginning of the subject line. This may help others find solutions. <

Dell Latitude 7490 Mint 21.3 Ker 5.15.0-105 Cinn 6.0.4
MintBean

Re: .rpm or .deb of LibreOffice??

Post by MintBean »

It doesn't do anything because LibreOffice is already installed. It comes pre-installed out of the box.
bingp

Re: .rpm or .deb of LibreOffice??

Post by bingp »

MintBean wrote:It doesn't do anything because LibreOffice is already installed. It comes pre-installed out of the box.
Oh??!! But it shows "Not installed" on the left hand side of the Software Manager page. On the right hand side of the same page there is a button "Install". I click "Install" but nothing happens.
MintBean

Re: .rpm or .deb of LibreOffice??

Post by MintBean »

Well, did you previously uninstall it or not?

Code: Select all

apt install libreoffice
bingp

Re: .rpm or .deb of LibreOffice??

Post by bingp »

MintBean wrote:Well, did you previously uninstall it or not?

Code: Select all

apt install libreoffice
NO, I didn't uninstall it. I have just installed Linux Mint Mate 18.2.
MintBean

Re: .rpm or .deb of LibreOffice??

Post by MintBean »

Code: Select all

apt install libreoffice
User avatar
Flemur
Level 20
Level 20
Posts: 10096
Joined: Mon Aug 20, 2012 9:41 pm
Location: Potemkin Village

Re: .rpm or .deb of LibreOffice??

Post by Flemur »

bingp wrote:Should I choose .rpm (or .deb)?
Neither in this case, but .deb files work with ubuntu, mint, and other distros built on DEBian.
Do I have to install Libreoffice manually by using command line?
No. But you said installing it the normal way "doesn't do anything"; as suggested by others, do the below in a terminal and post the results back here. It will indicate whether libreoffice is already installed or not.

Code: Select all

sudo apt-get update && sudo apt-get install libreoffice
"apt" or "apt-get", either will work.
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
Locked

Return to “Software & Applications”