You are not logged in.
Im trying to install libreoffice, bunsenlabs x64
This is what i get
Last edited by deerhunter (2016-07-09 16:53:10)
Offline
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
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
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
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
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
thanks, guys. Im learning slowly...
Offline
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"
------------------
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
Sorry, i dont mean to be irritating. 8.(
Offline