Alibaba 420@submarin.online to Linux Questions@lemmy.zip · 29 days ago@lemmy.zip how do you install handbrake 1.11.2 avoiding flatpak ?message-squaremessage-square10linkfedilinkarrow-up17arrow-down11file-text
arrow-up16arrow-down1message-square@lemmy.zip how do you install handbrake 1.11.2 avoiding flatpak ?Alibaba 420@submarin.online to Linux Questions@lemmy.zip · 29 days agomessage-square10linkfedilinkfile-text
minus-squareSuccessful_Try543@feddit.orglinkfedilinkEnglisharrow-up4·edit-229 days agoOn Debian-based systems one has two options: a) Install from Debian testing: add testing repo pin all packages from Testing, except handbrake*, with negative priority and hope installing works without having conflicting dependencies. b) Build from source: Activate the deb-src repos in the sources, install build tools: sudo apt install build-essential dpkg-dev install the build dependencies of handbrake: sudo apt-get build-dep handbrake, download the source archive from their website (or from Debian testing), follow their build instructions, recommended: build a deb package and install. (see Advice For New Users On Not Breaking Their Debian System and CheckInstall for more advice)
minus-squareAlibaba 420@submarin.onlineOPlinkfedilinkarrow-up1·29 days ago@Successful_Try543@feddit.org thanks for your suggestion.
On Debian-based systems one has two options:
a) Install from Debian testing:
handbrake*, with negative priorityb) Build from source:
deb-srcrepos in the sources,sudo apt install build-essential dpkg-devsudo apt-get build-dep handbrake,@Successful_Try543@feddit.org thanks for your suggestion.