minus-squareunalivejoy@lemmy.ziptoLinux@lemmy.ml•[SOLVED] how come yt-dlp on a terminal returns bash: yt-dlp: command not found even though I installed it with wget? debian 13linkfedilinkarrow-up4·3 days agoYou also need to chmod +x path files downloaded from the internet to make it executable. linkfedilink
minus-squareunalivejoy@lemmy.ziptoLinux@programming.dev•Windows 12 could be Linux's biggest chance, Mint 22.2 beta: Linux Weekly Newslinkfedilinkarrow-up5·6 days agoLinux’s biggest chance so far linkfedilink
minus-squareunalivejoy@lemmy.ziptoLinux@programming.dev•Where’s Firefox going next? You tell us.linkfedilinkEnglisharrow-up9·1 month ago own search engine It’s going backwards. You’re supposed to make a search engine first, then create a web browser. linkfedilink
You also need to
chmod +x path
files downloaded from the internet to make it executable.