Search found 38 matches

by Falco
Fri Jun 12, 2026 5:05 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 48
Views: 151034

Re: Install MakeMKV on Fedora

Hi everyone
Nobody else had tested my script ?
It's just, to have some feedbacks please.
Have a nice weekend all. :D
by Falco
Sat May 23, 2026 7:26 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 48
Views: 151034

Re: Install MakeMKV on Fedora

Hi Everyone
The good command line to Force MakeMKV compilation:

Code: Select all

sudo ansible-playbook myFedora.yml -t onlymkmkv -e forcecompile=true
This command delete the binary file necessary to launch the compile.
This is now corrected in Readme file in Ansible role.
BR
by Falco
Fri Feb 06, 2026 3:38 pm
Forum: MakeMKV for Linux
Topic: How to install on Rocky Linux 8
Replies: 7
Views: 38585

Re: How to install on Rocky Linux 8

Hi guys
Rocky Linux looks different for Group packages
Can you try this syntax :
dnf group install "Development Tools"
or
yum group install "Development Tools"
I am not familiar to Rocky, sorry

Regarding libavutil
dnf provides libavutil*
or
yum provides libavutil*
Probably you need to ...
by Falco
Thu Nov 13, 2025 7:28 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 48
Views: 151034

Re: Install MakeMKV on Fedora

Hi Roberte
You said FC42.
Do you mean Fedora Core 42 ?
Then it is oriented container and probably very light.
Thx for your feedback.
Really happy my script was helpful for you too. :P
BR
by Falco
Mon Nov 10, 2025 6:45 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 48
Views: 151034

Re: Install MakeMKV on Fedora

Ok you will let me know Roberte

Otherwise upgrade and recompile is now managed. :mrgreen:
No need to delete manually it is managed by my script now.
Explained there:
roles/handbrake/README.md
roles/makemkv/README.md
Thanks for the challenge, it helps me to progress.
BR
by Falco
Sat Nov 08, 2025 12:43 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 48
Views: 151034

Re: Install MakeMKV on Fedora

Hi Guys
Like for this readme file roles/makemkv/README.md
I updated the HandBrake readme file too. :D
Just look at roles/handbrake/README.md
BR
by Falco
Wed Nov 05, 2025 7:13 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 48
Views: 151034

Re: Install MakeMKV on Fedora

Hi Darthmongo
Easy to do
You probably saw skipped status (in blue). :mrgreen:

As you can see in roles/handbrake/tasks/main.yaml
There is a part dedicated to test if Handbrake is already installed
If you rename this tested file it will be good
mv /usr/local/bin/HandBrakeCLI /usr/local/bin ...
by Falco
Mon Nov 03, 2025 4:42 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 48
Views: 151034

Re: Install MakeMKV on Fedora

Hello everyone,
Tested last weekend on a brand new Fedora 43 installation.
Everything works perfectly.
BR
by Falco
Wed Mar 05, 2025 6:17 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 48
Views: 151034

Re: Install MakeMKV on Fedora

My older son, at his home weeks ago, faced same issue like you after upgraded Fedora 40 to 41.
Because I was driving, I just told to him to do like you did, I mean remove the previous binary and compile from my script.
(Exactly the same process than to upgrade Makemkv).
It was late and it was ...
by Falco
Sun Nov 24, 2024 7:11 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 48
Views: 151034

Re: Install MakeMKV on Fedora

I'm really happy this ansible script is helpful. :P
I edited the Readme files (the general Readme and the task's Readme), I hope it explains better why to update the myvars.yml file.
by Falco
Fri Nov 08, 2024 6:25 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 48
Views: 151034

Re: Install MakeMKV on Fedora

Hi Fedora users,
The script is validated yesterday on my laptop after a fresh new system installation from scratch over Fedora 41
:D
by Falco
Mon Aug 19, 2024 5:19 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 48
Views: 151034

Re: Install MakeMKV on Fedora

Hi Stefan1
Thx a lot for your feedback. :D
This script is dedicated to deployment.
But sure, you can use it to "update automatically" by reinstalling like in original deployment, I mean download, compile and install.
The role makemkv first test is to check if /usr/bin/makemkv exist.
It means you ...
by Falco
Wed May 15, 2024 5:03 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 48
Views: 151034

Re: Install MakeMKV on Fedora

Hi Guys
The script still working on Fedora 40. :mrgreen:
Give me some feedbacks about your experience with it.
by Falco
Mon Mar 18, 2024 6:39 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 48
Views: 151034

Re: Install MakeMKV on Fedora

Hi Cariost
Sure your comment is helpful.
I explained the way to use my script in the first text in my topic.
But sorry probably I was not enough explicit.
My script repeat all the tasks you found in the URL I shared and in Makemkv documentation.
I will try to be more smart in my explain.

- First ...
by Falco
Thu Jan 04, 2024 7:31 pm
Forum: MakeMKV for Linux
Topic: Install MakeMKV on Fedora
Replies: 48
Views: 151034

Re: Install MakeMKV on Fedora

Great feedback Geolaw, I'm moved by your message ! :oops:
I'm really happy to have been helpful through this ansible playbook . :P
Geolaw, I hope you will easy migrate your scripts to an ansible playbook, because this is a really nice tool to deploy simple or complex architectures, I'm Fan about ...