Revision [7245]

This is an old revision of DebianBackportsHandbrake made by ZorrUno on 2021-09-06 01:16:03.

 

Getting a newer version of handbrake-cli in debian


Wanted for a plex post processing script
Debian is Buster (old stable at the time - Version 10)
I was planning to compile handbrake-cli

Found this
https://www.deb-multimedia.org/

and this is a good instruction
https://yeahlinux.com/how-to-install-latest-version-of-handbrake-debian/

cd /etc/apt/sources.list.d/; wget -q https://repo.b-cdn.net/debian-buster/multimedia-backports.list; wget -q http://www.deb-multimedia.org/pool/main/d/deb-multimedia-keyring/deb-multimedia-keyring_2016.8.1_all.deb; apt -y install ./deb-multimedia-keyring_2016.8.1_all.deb; rm -rf deb-multimedia-keyring_2016.8.1_all.deb; cd ~; apt update && apt upgrade -y


But buster is old stable now (not stable) so
 apt -t oldstable-backports search handbrake-cli 


then install with
 apt -t oldstable-backports install handbrake 


Valid XHTML :: Valid CSS: :: Powered by WikkaWiki