Node.js installation on Debian 6
Posted
by
pvorb
on Server Fault
See other posts from Server Fault
or by pvorb
Published on 2012-05-21T10:18:49Z
Indexed on
2012/06/01
10:43 UTC
Read the original article
Hit count: 199
I used to use this method for node.js installation on Debian, since it was easy and everything worked fine. Even with multiple users.
Since version 0.6.18~dfsg1-1 of the sid package, installation removes openssh-server. But I need OpenSSH to connect to my server.
Is there any possibility to install Node.js via APT or do I have to compile it manually?
This is my APT preferences file:
Package: *
Pin: release a=stable
Pin-Priority: 800
Package: *
Pin: release a=testing
Pin-Priority: 650
Package: *
Pin: release a=unstable
Pin-Priority: 600
© Server Fault or respective owner