Note that there are some explanatory texts on larger screens.

plurals
  1. POhow to delete node on linux mint 13?
    primarykey
    data
    text
    <p>Node will not delete on Linux Mint 13.</p> <p>see the video here <a href="http://youtu.be/tV8HhS1xw2g" rel="nofollow noreferrer">http://youtu.be/tV8HhS1xw2g</a> and here <a href="http://www.youtube.com/watch?v=g8DNvv3iFdI" rel="nofollow noreferrer">http://www.youtube.com/watch?v=g8DNvv3iFdI</a></p> <p>I installed via git but node failed to run see <a href="https://github.com/Jermolene/TiddlyWiki5/issues/73" rel="nofollow noreferrer">https://github.com/Jermolene/TiddlyWiki5/issues/73</a> for the tests I ran to try to get node to play nice.</p> <p>so I uninstalled the git version and installed the Ubuntu v. apt-get install node $ which node /usr/local/bin/node</p> <pre><code>$ node --version v0.5.11-pre </code></pre> <p>That node didn't work either... but I can't delete node now!</p> <pre><code>$ sudo apt-get remove node [sudo] password for dennis: Reading package lists... Done Building dependency tree Reading state information... Done Package node is not installed, so not removed </code></pre> <p>It's not deleting but the system still sees it.</p> <pre><code>$ which node /usr/local/bin/node </code></pre> <p>I tried the advice found on: <a href="https://stackoverflow.com/questions/5650169/uninstall-node-js-using-linux-command-line">Uninstall Node.JS using Linux command line?</a> but that didn't work either.</p> <pre><code>$./configure --prefix=$HOME/local/node sudo make uninstall bash: ./configure: No such file or directory dennis@64maya /usr/local/src/ipython/examples/notebooks $ sudo ./configure --prefix=$HOME/local/node sudo make uninstall sudo: ./configure: command not found </code></pre> <p>Node is still installed:</p> <pre><code>$ node --version v0.5.11-pre $ which node /usr/local/bin/node $ cd /usr/local/bin $ ls apt ipcluster3 iplogger3 irunner3 pycolor easy_install ipcontroller iptest mint-md5sum pycolor3 easy_install-3.2 ipcontroller3 iptest3 node pygmentize f2py3.2 ipengine ipython node-waf search highlight ipengine3 ipython3 nosetests yelp ipcluster iplogger irunner nosetests-3.2 zim </code></pre> <p>I tried dpkg... no joy.</p> <pre><code>$ dpkg -r node dpkg: error: requested operation requires superuser privilege dennis@64maya /usr/local/bin $ sudo dpkg -r node dpkg: warning: there's no installed package matching node dennis@64maya /usr/local/bin $ which node /usr/local/bin/node dennis@64maya /usr/local/bin $ node --version v0.5.11-pre </code></pre> <p>How to delete all remnants of node so that I can eventually try to install it again?</p> <p>Thank you Dennis</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload