You are not logged in.
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
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
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
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
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
that was my problem, problem solved
Offline
^ Good
If you could edit the title of your first post and add [SOLVED]?
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