Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Homebrew installed: cannot update using `youtube-dl -U` #7853
Comments
|
When installed with homebrew you must use homebrew for update. For outdated packages you should report to homebrew but it should be up to date. |
|
Yeah, I discovered that. I had to run Still might be useful to avoid displaying the message, |
|
When you type |
When using brew,
youtube-dl -Ufails because the program tries to update/usr/local/bin/youtube-dl, which is a symlink with no write permission. The program should detect if it is installed via brew and recommendbrew upgrade youtube-dlinstead.