Redactions below are mine. For example, User paths have been replaced with ~
What were you trying to install (or what else went wrong)?
ffmpeg
What exactly did you do?
ran the copied command from webinstall.dev:
curl -sS https://webi.sh/ffmpeg | sh; \
source ~/.config/envman/PATH.env
What went wrong?
Command exited with error: Failed to extract ~/Downloads/webi/ffmpeg/6.1.1/ffmpeg-linux-x64.gz
Which OS did you try on?
What type of computer (i.e. laptop, desktop, Raspberry Pi)?
Trying to install ffmpeg on my TrueNAS Scale system. Full console output post-error below, including some investigatory commands to see if I got a valid executable after all (I did).
Possibly related to #1079 ?
I thought it was interesting that the version webi attempted to download does not match the downloaded version
Failed to extract ~/Downloads/webi/ffmpeg/6.1.1/ffmpeg-linux-x64.gz
[11:34] ~ % cd Downloads/webi/ffmpeg/6.1.1
[11:36] ffmpeg/6.1.1 % ls
ffmpeg-linux-x64.gz
[11:36] ffmpeg/6.1.1 % gunzip ffmpeg-linux-x64.gz
[11:36] ffmpeg/6.1.1 % chmod +x ffmpeg-linux-x64
[11:36] ffmpeg/6.1.1 % ./ffmpeg-linux-x64
ffmpeg version 7.0.2-static https://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 8 (Debian 8.3.0-6)
configuration: <<redacted, output as expected>>
libavutil 59. 8.100 / 59. 8.100
libavcodec 61. 3.100 / 61. 3.100
libavformat 61. 1.100 / 61. 1.100
libavdevice 61. 1.100 / 61. 1.100
libavfilter 10. 1.100 / 10. 1.100
libswscale 8. 1.100 / 8. 1.100
libswresample 5. 1.100 / 5. 1.100
libpostproc 58. 1.100 / 58. 1.100
Universal media converter
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
Use -h to get full help or, even better, run 'man ffmpeg'
What were you trying to install (or what else went wrong)?
ffmpeg
What exactly did you do?
ran the copied command from webinstall.dev:
What went wrong?
Command exited with error:
Failed to extract ~/Downloads/webi/ffmpeg/6.1.1/ffmpeg-linux-x64.gzWhich OS did you try on?
What type of computer (i.e. laptop, desktop, Raspberry Pi)?
Trying to install ffmpeg on my TrueNAS Scale system. Full console output post-error below, including some investigatory commands to see if I got a valid executable after all (I did).
Possibly related to #1079 ?
I thought it was interesting that the version webi attempted to download does not match the downloaded version