request update of yt-dlp  [Solved]

Message
Author
User avatar
siamhie
Global Moderator
Posts: 3740
Joined: Fri Aug 20, 2021 5:45 pm

Re: request update of yt-dlp

#21 Post by siamhie »

MikeR wrote: Fri Aug 22, 2025 1:24 am @siamhie
Thanks, did that.
As /usr/local/bin was not in $PATH, I placed the file in /usr/bin/yt-dlp
Hoping for the best.

Mike
Odd. Did you edit /etc/profile? Maybe your using a different shell?

Code: Select all

# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).

if [ "$(id -u)" -eq 0 ]; then
  PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
else
  PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
fi
export PATH

if [ "${PS1-}" ]; then
  if [ "${BASH-}" ] && [ "$BASH" != "/bin/sh" ]; then
    # The file bash.bashrc already sets the default PS1.
    # PS1='\h:\w\$ '
    if [ -f /etc/bash.bashrc ]; then
      . /etc/bash.bashrc
    fi
  else
    if [ "$(id -u)" -eq 0 ]; then
      PS1='# '
    else
      PS1='$ '
    fi
  fi
fi

if [ -d /etc/profile.d ]; then
  for i in /etc/profile.d/*.sh; do
    if [ -r $i ]; then
      . $i
    fi
  done
  unset i
fi
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
MikeR
Posts: 261
Joined: Sun Jun 25, 2023 6:42 am

Re: request update of yt-dlp

#22 Post by MikeR »

MikeR wrote: Fri Aug 22, 2025 1:24 am @siamhie
Thanks, did that.
As /usr/local/bin was not in $PATH, I placed the file in /usr/bin/yt-dlp
Hoping for the best.

Mike
Just tried sudo yt-dlp -U
Success!
$ yt-dlp --version
2025.08.22
Thanks guys! (gals if any, included)
Mike
Old RSTS hack
Registered Linux user #542196

Post Reply

Return to “Package Requests - MX-23”