Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-1 votes
1 answer
1k views

youtube-dl removed but still there

There's a ghost in the shell. I tried to remove youtube-dl through brew uninstall youtube-dl: -bash: brew: command not found cool, that means I have not even installed brew. I then checked if I could ...
Francesco Mantovani's user avatar
1 vote
2 answers
4k views

Why and what of curl and then sudo apt-get?

To install node on Linux, per the docs, I had to do: curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - sudo apt-get install -y nodejs I get the second statement, but not the first. ...
Peter's user avatar
  • 1,288
0 votes
0 answers
30 views

Auto-install using apt-get or yum [duplicate]

On my Ubuntu machine, if I don't have a particular application installed, the message often points me to the correct package. Example: $ rz The program 'rz' is currently not installed. You can ...
Jedi's user avatar
  • 870