You are not logged in.

#1 2016-07-09 16:06:10

deerhunter
Member
Registered: 2016-07-08
Posts: 27

[SOLVED]Libreoffice wont install

Im trying to install libreoffice, bunsenlabs x64

Screenshot-090716-170035.md.png

This is what i get

Last edited by deerhunter (2016-07-09 16:53:10)

Offline

#2 2016-07-09 16:19:47

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [SOLVED]Libreoffice wont install

I have said to you several times that you don't need to post images. Copy the terminal output and paste it in the forum message field using [ code ] tags, like this:

[code]terminal text pasted here[/code]

What have you done to your system since installing it? Did you read and understand the message during the bl-welcome script, when you entered "I understand"?

Post the output, USING CODE TAGS, of

cat /etc/apt/sources.list{,.d/*}; apt-cache policy

Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#3 2016-07-09 16:25:52

deerhunter
Member
Registered: 2016-07-08
Posts: 27

Re: [SOLVED]Libreoffice wont install

This the output, i dont know much about code.

# 

# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160423-23:09]/ jessie contrib main non-free

# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160423-23:09]/ jessie contrib main non-free

deb [url]http://security.debian.org/[/url] jessie/updates main contrib non-free
#deb-src [url]http://security.debian.org/[/url] jessie/updates main contrib non-free
deb [url]http://pkg.bunsenlabs.org/debian[/url] bunsen-hydrogen mainPackage files:
 100 /var/lib/dpkg/status
     release a=now
 500 [url]http://pkg.bunsenlabs.org/debian/[/url] bunsen-hydrogen/main amd64 Packages
     release o=bunsenlabs,n=bunsen-hydrogen,l=bunsenlabs,c=main
     origin pkg.bunsenlabs.org
 500 [url]http://security.debian.org/[/url] jessie/updates/non-free Translation-en
 500 [url]http://security.debian.org/[/url] jessie/updates/main Translation-en
 500 [url]http://security.debian.org/[/url] jessie/updates/contrib Translation-en
 500 [url]http://security.debian.org/[/url] jessie/updates/non-free amd64 Packages
     release v=8,o=Debian,a=stable,n=jessie,l=Debian-Security,c=non-free
     origin security.debian.org
 500 [url]http://security.debian.org/[/url] jessie/updates/contrib amd64 Packages
     release v=8,o=Debian,a=stable,n=jessie,l=Debian-Security,c=contrib
     origin security.debian.org
 500 [url]http://security.debian.org/[/url] jessie/updates/main amd64 Packages
     release v=8,o=Debian,a=stable,n=jessie,l=Debian-Security,c=main
     origin security.debian.org
Pinned packages:

---Mod Edit: added code tags---

Last edited by damo (2016-07-09 16:35:59)

Offline

#4 2016-07-09 16:33:26

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [SOLVED]Libreoffice wont install

Is there some particular reason you won't use [ code ] tags? Above the message field is an item called... "Code". Click on that to add the tags in your post. Or just type it as I showed you!

You don't have the Debian sources in your sources.list, probably because you chose not to use a mirror during installation.
Sources - sources.list and backports details

You need to edit '/etc/apt/sources.list' as root, then make sure you have the line

deb http://httpredir.debian.org/debian jessie main contrib non-free

Then update your sources, and try installing LO.

---------------

EDIT: You don't need to re-post - just edit the post and add the [ code ] tags! (Done it for you)

Last edited by damo (2016-07-09 16:34:38)


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#5 2016-07-09 16:39:03

deerhunter
Member
Registered: 2016-07-08
Posts: 27

Re: [SOLVED]Libreoffice wont install

did i not get the code thing right in my last message.
How do i edit /etc/apt/sources.list, and add deb http://httpredir.debian.org/debian jessie main contrib non-free..
You'll have to excuse my noobish queries...

Offline

#6 2016-07-09 16:42:39

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED]Libreoffice wont install

deerhunter wrote:

How do i edit /etc/apt/sources.list, and add deb http://httpredir.debian.org/debian jessie main contrib non-free..

Use this command:

sudo apt edit-sources

Pick the "nano" editor if it asks you -- this is a very simple terminal-based editor.

Once you have added the line you can save the file by pressing <Ctrl>+x (at the same time) and then pressing the "y" key followed by the <Return> (<Enter>) key.

Offline

#7 2016-07-09 16:46:19

deerhunter
Member
Registered: 2016-07-08
Posts: 27

Re: [SOLVED]Libreoffice wont install

thanks, guys. Im learning slowly...

Offline

#8 2016-07-09 16:48:17

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [SOLVED]Libreoffice wont install

You use a text editor, and type it in, or copy & paste.

To start geany as root, run the command

gksudo geany /etc/apt/sources.list

Or do it in a terminal with

sudo nano /etc/apt/sources.list

All this would have be easily found with an internet search, using the search term "how to edit sources.list" tongue

------------------

As I already asked, search first and then ask here if you can't find an answer. (a) It is usually much faster; (b) You won't irritate potential helpers.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#9 2016-07-09 16:52:42

deerhunter
Member
Registered: 2016-07-08
Posts: 27

Re: [SOLVED]Libreoffice wont install

Sorry, i dont mean to be irritating.  8.(

Offline

Board footer

Powered by FluxBB