You are not logged in.

#1 2015-12-14 21:21:56

adRn
Member
Registered: 2015-12-14
Posts: 11

[SOLVED] Not configuring a mirror for debian broke my installation

EDIT: original title was "bl-welcome script broke my fresh install?" as I noticed the problem with it.

Would you like to install Java Support? [y/N] y

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
bunsen-meta-java : Depends: openjdk-7-jre but it is not going to be installed
                    Depends: icedtea-7-plugin but it is not installable
 
  There were problems installing bunsen-meta-java
 
  Press "d" for details (q to quit)

Just went with default options, only I've enabled deb-multimedia.

Problem persits after commenting out deb-multimedia line at /etc/apt/sources.list

Any Ideas?
Can't install any app right now sad

sudo apt-get install audacious wrote:

[sudo] password for adrn:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package audacious is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'audacious' has no installation candidate

And my sources.list right now:

cat /etc/apt/sources.list wrote:

#

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

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

deb http://security.debian.org/ jessie/updates main contrib non-free
#deb-src http://security.debian.org/ jessie/updates main contrib non-free

# jessie-updates, previously known as 'volatile'
deb http://mirrors.dcarsat.com.ar/debian/ jessie-updates main contrib non-free
#deb-src http://mirrors.dcarsat.com.ar/debian/ jessie-updates main contrib non-free

# added by bl-welcome
# Multimedia repository
# deb http://www.deb-multimedia.org jessie main non-free

Last edited by adRn (2015-12-14 21:46:21)

Offline

#2 2015-12-14 21:26:13

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

Re: [SOLVED] Not configuring a mirror for debian broke my installation

Please post the output of:

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

Does this fix it:

sudo apt-get install -f

EDIT: You have no main sources line -- did you select a mirror during the installation?

Add this line to /etc/apt/sources.list

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

Then run:

sudo apt update
sudo apt-get install -f
bl-welcome

Offline

#3 2015-12-14 21:44:31

adRn
Member
Registered: 2015-12-14
Posts: 11

Re: [SOLVED] Not configuring a mirror for debian broke my installation

Head_on_a_Stick wrote:

EDIT: You have no main sources line -- did you select a mirror during the installation?

Hmmm.. that was it! I got tired of waiting for my nearest mirror (I'm from Argentina) to get responsive. Got some error also about taking ages to retrieve packages... So I canceled it and went back to the screen where I got asked to configure a mirror and answered "NO" to configure any mirror.

Thanks a lot, SOLVED.

Offline

#4 2015-12-14 21:46:16

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

Re: [SOLVED] Not configuring a mirror for debian broke my installation

Good stuff!

/Moved to Basic Help & Support

Offline

Board footer

Powered by FluxBB