ฉันกำลังพยายามติดตั้ง Node.js บน Ubuntu 12.10 แต่เทอร์มินัลแสดงข้อผิดพลาดเกี่ยวกับแพคเกจที่หายไปให้ฉัน ฉันลองกับสิ่งนี้:
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
แต่เมื่อฉันมาถึงบรรทัดสุดท้ายsudo apt-get install nodejs npm
จะแสดงข้อผิดพลาดนี้:
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.
จากนั้นฉันถอนการติดตั้งppa:chris-lea/node.js
และฉันกำลังลองตัวเลือกที่สอง:
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
ข้อผิดพลาดเดียวกันเทอร์มินัลบอกnpm is the latest version
แต่ยังแสดงข้อความที่ฉันแสดงในด้านบนให้ฉันด้วย ฉันคิดว่าปัญหาคือppa:chris-lea/node.js
แต่ฉันไม่รู้วิธีแก้ปัญหา