Skip to content

Instantly share code, notes, and snippets.

@elundmark
Forked from dz0ny/gist:b9e3fce83d0c52e16857
Last active August 29, 2015 14:20
Show Gist options
  • Save elundmark/c69abfce4560293da7b5 to your computer and use it in GitHub Desktop.
Save elundmark/c69abfce4560293da7b5 to your computer and use it in GitHub Desktop.
Fix for mpv-build broken dep libc6-amd64 libc6:amd64
mkdir -p mpv-fix
dpkg-deb -R mpv_0.9.0_amd64.deb mpv-fix
sed -i "s/libc6-amd64/libc6:amd64/" mpv-fix/DEBIAN/control
dpkg-deb -b mpv-fix mpv_0.9.0_fixed_amd64.deb
rm -rf mpv-fix
sudo dpkg -i mpv_0.9.0_fixed_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment