You are not logged in.

#1 2016-02-06 18:34:54

d_pit
Member
Registered: 2016-02-06
Posts: 6

I have problems with repositories [SOLVED]

hello all,

I'm having problems with repositories from the installation have obsolete packages and I can not install programs like GIT

What happens to the repositories ?

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-vcs : Depends: git but it is not going to be installed
                   Depends: git-gui but it is not going to be installed
                   Depends: git-cvs but it is not going to be installed
                   Depends: git-svn but it is not going to be installed
                   Depends: git-email but it is not going to be installed
                   Depends: mercurial but it is not going to be installed
                   Depends: subversion but it is not going to be installed
                   Depends: subversion-tools but it is not going to be installed
                   Depends: bzr but it is not installable
                   Depends: bzrtools but it is not installable
                   Depends: cvs but it is not installable
  
  There were problems installing bunsen-meta-vcs

Last edited by d_pit (2016-03-07 00:25:35)

Offline

#2 2016-02-06 19:29:08

Horizon_Brave
Operating System: Linux-Nettrix
Registered: 2015-10-18
Posts: 1,473

Re: I have problems with repositories [SOLVED]

You mind showing your output of the commands:

cat  /etc/apt/sources.list

ls  /etc/apt/sources.list.d/

ls -l /var/lib/apt/list/

"I have not failed, I have found 10,000 ways that will not work" -Edison

Offline

#3 2016-02-06 19:51:14

d_pit
Member
Registered: 2016-02-06
Posts: 6

Re: I have problems with repositories [SOLVED]

Horizon_Brave wrote:

You mind showing your output of the commands:

cat  /etc/apt/sources.list

# 

# 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
#deb http://pkg.bunsenlabs.org/debian jessie-backports main

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


ls  /etc/apt/sources.list.d/

bunsen-jessie-backports.list  bunsen.list 

ls -l /var/lib/apt/list/

does not exist

thank you so much for help me

Offline

#4 2016-02-06 20:13:04

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

Re: I have problems with repositories [SOLVED]

You don't have any jessie sources in your sources.list. You didn't choose a network mirror during the installation, so you don't have a source for your packages.

Add these lines above the "security.debian.org" line:

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

You can choose a different local mirror if you want, but these lines are recommended as a default by Debian.

Don't forget to do

sudo apt-get update

Last edited by damo (2016-02-06 20:31:20)


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-02-07 08:49:25

d_pit
Member
Registered: 2016-02-06
Posts: 6

Re: I have problems with repositories [SOLVED]

damo wrote:

You don't have any jessie sources in your sources.list. You didn't choose a network mirror during the installation, so you don't have a source for your packages.

Add these lines above the "security.debian.org" line:

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

You can choose a different local mirror if you want, but these lines are recommended as a default by Debian.

Don't forget to do

sudo apt-get update

thanks you smile
that was my problem, problem solved

Offline

#6 2016-02-07 08:59:08

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

Re: I have problems with repositories [SOLVED]

^ Good smile

If you could edit the title of your first post and add [SOLVED]? wink


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

Board footer

Powered by FluxBB