LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-08-2015, 10:49 PM   #1
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Rep: Reputation: 47
Latest Libreoffice in Debian Stable


I want to install latest Libreoffice (ver 5.0.3) in Debian Stable. Current I have the repository version (4.3.3) installed. Is it OK to install using "sudo dpkg -i DEBS/*.deb" after downloading latest version as advised on this site: http://www.linuxveda.com/2015/08/06/...linux-distros/ ?

Thanks for your help.
 
Old 11-08-2015, 10:53 PM   #2
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,003
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
You CAN, but why don't download straight from libreoffice, that way you know you're getting a genuine install? http://www.libreoffice.org/download/libreoffice-fresh/

Also, if you weren't concerned about the absolutely LATEST, backports has 5.0.2 in, and probably will get 5.0.3 in a week or 2.
 
1 members found this post helpful.
Old 11-08-2015, 11:12 PM   #3
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
Use the 'debianized' package from backports.
 
Old 11-09-2015, 01:03 AM   #4
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
@Timothy Miller: I downloaded the file LibreOffice_5.0.3_Linux_x86_deb.tar.gz from http://www.libreoffice.org/download/libreoffice-fresh/ and extracted it. There are 46 deb files in DEBS subfolder. If I now give command "sudo dpkg -i DEBS/*.deb", they should all get installed. What if there is a problem after installing them. What command can I use to purge all these later on, if needed?
 
Old 11-09-2015, 01:32 AM   #5
Captain Pinkeye
Member
 
Registered: Oct 2012
Location: The Czech Republic
Posts: 280

Rep: Reputation: 98
Installing from Libreoffice homepage really isn't the best thing you could do. As the guys above me already wrote, use the backports.

http://backports.debian.org/Instructions/
https://packages.debian.org/jessie-b...ts/libreoffice <-- 5.0.2 right there, no need to mess outside your package manager.

Last edited by Captain Pinkeye; 11-09-2015 at 01:34 AM. Reason: man, i can't read sometimes...
 
Old 11-09-2015, 01:50 AM   #6
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
If I put backports repository in my sources.list file, will both versions of Libreoffice be available or only the latest one (from backports)? Which version will be installed if I give command 'apt-get install libreoffice' without mentioning any version number?
 
Old 11-09-2015, 06:35 AM   #7
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,003
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Quote:
Originally Posted by rng View Post
@Timothy Miller: I downloaded the file LibreOffice_5.0.3_Linux_x86_deb.tar.gz from http://www.libreoffice.org/download/libreoffice-fresh/ and extracted it. There are 46 deb files in DEBS subfolder. If I now give command "sudo dpkg -i DEBS/*.deb", they should all get installed. What if there is a problem after installing them. What command can I use to purge all these later on, if needed?
After installing, you can use the normal apt & dpkg commands, only there isn't a source so unless you keep the debs around, you won't have the option for --reinstall

Quote:
Originally Posted by rng View Post
If I put backports repository in my sources.list file, will both versions of Libreoffice be available or only the latest one (from backports)? Which version will be installed if I give command 'apt-get install libreoffice' without mentioning any version number?
You would need to do
Code:
apt-get install -t jessie-backports libreoffice
. By default, it will remove libreoffice 4 when it upgrades to 5. If you don't use the -t option, it will default to jessie and simply tell you the latest version is already installed.
 
Old 11-09-2015, 06:40 AM   #8
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
Thanks for detailed explanation. If I install the downloaded deb files (ver 5) with dpkg now and after some months libreoffice in repository is a later version (say ver 6), will my system be upgraded?
 
Old 11-09-2015, 08:33 AM   #9
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,003
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Yes.
 
Old 11-09-2015, 07:25 PM   #10
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
I installed libreoffice from jessie-backports and it is working well.
 
Old 11-09-2015, 08:33 PM   #11
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,003
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Yeah, backports is good to get more modern software since stable does get a bit long in the tooth. Doesn't have everything, but has enough to keep it usable IMO.
 
Old 11-10-2015, 07:24 PM   #12
Randicus Draco Albus
Senior Member
 
Registered: May 2011
Location: Hiding somewhere on planet Earth.
Distribution: No distribution. OpenBSD operating system
Posts: 1,711
Blog Entries: 8

Rep: Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635
Quote:
Originally Posted by rng View Post
Which version will be installed if I give command 'apt-get install libreoffice' without mentioning any version number?
As with all things Debian, the first place to look for documentation is the wiki.
https://wiki.debian.org/Backports
 
Old 12-22-2015, 03:50 AM   #13
kenknwong
LQ Newbie
 
Registered: Sep 2012
Posts: 3

Rep: Reputation: Disabled
I'm trying to update my libreoffice (4.3.3.2) on my jessie-stable (cinnamon desktop) via the jessie-backports.

However, I found that the libreoffice package has not been installed but all the components (writer, calc, base, ...) and libreoffice-core package have been installed. And, my libreoffice works just fine.

It seems that the libreoffice package isn't necessary. But what are the advantages, if any, for it to be installed?

In my case, should I install the libreoffice package or just update the libreoffice-core package?

Thanks in advance.
 
Old 12-22-2015, 01:16 PM   #14
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,003
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
The libreoffice package itself is just a metapackage that references all the other packages it should pull in. So installing it is a 1-stop way of installing EVERYTHING libreoffice for those that don't want granular control. There's always the possibility there are some minor libreoffice features you're missing by not having it, but if you don't notice it missing, and you're happy with what's installed, absolutely no reason to change anything.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
HOWTO Install Latest Firefox and Libreoffice in Debian Squeeze m_yates Debian 17 10-03-2011 08:59 AM
Hi all! Here first time, made LibreOffice 3.3.0 package (Slackware64 13.1 stable) Luneworm LinuxQuestions.org Member Intro 1 01-26-2011 11:52 AM
LXer: First LibreOffice Stable Release Nears: What Now? LXer Syndicated Linux News 0 01-19-2011 04:40 AM
Linksys WMP54GS on Optiplex GX1 Debian latest stable zip100473 Linux - Newbie 1 01-11-2009 02:19 AM
tar.gz of a gnome-panel more stable for debian stable :lol frenchn00b Debian 4 05-07-2008 10:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 11:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration