Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Cant install NodeJs
New on LowEndTalk? Please Register and read our Community Rules.

Cant install NodeJs

yowmamasitayowmamasita Member
edited February 2012 in General

What am I doing wrong here, I always get this error:

libc6-dev : Breaks: gcc-4.4 (< 4.4.6-4) but 4.4.5-8 is to be installed
E: Broken packages

[email protected]:~# echo deb http://ftp.us.debian.org/debian/ sid main > /etc/apt/sources.list.d/sid.list

[email protected]:~# apt-get update

[email protected]:~# apt-get install nodejs
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:
 libc6-dev : Breaks: gcc-4.4 (< 4.4.6-4) but 4.4.5-8 is to be installed
E: Broken packages

sources.list

[email protected]:~# cat /etc/apt/sources.list
# 

# deb cdrom:[Debian GNU/Linux 6.0.1a _Squeeze_ - Official i386 NETINST Binary-1 20110320-15:03]/ squeeze main

#deb cdrom:[Debian GNU/Linux 6.0.1a _Squeeze_ - Official i386 NETINST Binary-1 20110320-15:03]/ squeeze main

deb http://ftp.us.debian.org/debian/ squeeze main
deb-src http://ftp.us.debian.org/debian/ squeeze main

deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main

# squeeze-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ squeeze-updates main
deb-src http://ftp.us.debian.org/debian/ squeeze-updates main

Comments

Sign In or Register to comment.