1

I have just installed a personal package archive from NodeSource by running

curl -sL https://deb.nodesource.com/setup | sudo bash -

I would like to know how to remove this. After looking at other answers, I tried without success:

sudo add-apt-repository --remove ppa:nodesource

Any suggestions?

mc9
  • 111

1 Answers1

0

Open the Ubuntu dash and search "Software & Updates". In Software & Updates click on the "Other Software" tab and look for the PPA called "https://deb.nodesource.com/node_0.10". It should look like this:

Click on it to select it and then click remove.

muru
  • 197,895
  • 55
  • 485
  • 740