我正在尝试将我当前的节点版本更新为最新版本。
我当前的节点版本
udmin@WS1A079:~$ node -v
v0.6.12
所以我尝试了以下命令进行更新
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
之后我用
sudo apt-get update
它输出以下......
Hit http://dl.google.com stable Release.gpg
Hit http://dl.google.com stable Release
Hit http://ppa.launchpad.net precise Release.gpg
Hit http://extras.ubuntu.com precise Release.gpg
Hit http://dl.google.com stable/main amd64 Packages
Hit http://ppa.launchpad.net precise Release
Hit http://downloads-distro.mongodb.org dist Release.gpg
Hit http://security.ubuntu.com precise-security Release.gpg
Hit http://extras.ubuntu.com precise Release
Hit http://dl.google.com stable/main i386 Packages
Ign http://dl.google.com stable/main TranslationIndex
Hit http://ppa.launchpad.net precise/main Sources
Hit http://extras.ubuntu.com precise/main Sources
Reading package lists... Done
W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ stable/main amd64 Packages (/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages)
W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ stable/main i386 Packages (/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
我再次运行sudo apt-get update
它再次输出相同的 abow 消息
我怎么解决这个问题。