Ubuntu 12.10 üzerinde Node.js'yi yüklemeye çalışıyorum, ancak terminal bana kayıp paketler hakkında bir hata gösteriyor. Bununla denedim:
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npm
Ama son satıra geldiğimde sudo apt-get install nodejs npm
bu hatayı gösteriyor:
Failed to install some packages. This may mean that
you requested an impossible situation or if you are using the distribution
distribution that some required packages have not yet been created or been
been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nodejs: Conflicts: npm
E: Failed to correct problems, you have held broken packages.
Sonra kaldırdım ppa:chris-lea/node.js
ve ikinci bir seçenek deniyordum:
sudo apt-get install node.js
sudo apt-add-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npm
Aynı hata, terminal diyor npm is the latest version
ama aynı zamanda üstte gösterdiğim metni gösteriyor. Bence problem şu ppa:chris-lea/node.js
ama bunu nasıl çözeceğimi bilmiyorum.