Install MakeMKV on Fedora
Posted: Sat Jan 28, 2023 6:24 pm
Hi Guys
It looks some peoples have issues to install MakeMKV on their Fedora Distribution.
I raised a code many years ago, I would like to share with you.
I use Ansible scripts to complete my Fedora installation and to automatically do some settings.
You can use my scripts from there.
In my git repo, there is an English Readme (README_EN.md) to explain how to use it.
Follow the Readme and if you only want to install MakeMKV comment the file myFedora.yml like this:
********************************
roles:
#- bootstrap
#- disable-ipv6
#- softwares
#- asbru-cm
- hb-and-mkmkv-needed-softwares
#- handbrake
- makemkv
#- rescue-boot
#- disable-webcam
********************************
You have also myvars.yml you need to be sure both variable are ok with the last version number, like this:
MakeMKV_OSS: makemkv-oss-1.17.3
MakeMKV_BIN: makemkv-bin-1.17.3
********************************
In first approach you can also use my code in a virtual machine to see the result.
At the end MakeMKV (compiled) and HandBralke (compiled) will be installed properly on your favorite distro.
Please give me your feedbak too, it is also an opportunity to increase my knowledge and my English.
I hope, I could help someone.
Best regards.
It looks some peoples have issues to install MakeMKV on their Fedora Distribution.
I raised a code many years ago, I would like to share with you.
I use Ansible scripts to complete my Fedora installation and to automatically do some settings.
You can use my scripts from there.
In my git repo, there is an English Readme (README_EN.md) to explain how to use it.
Follow the Readme and if you only want to install MakeMKV comment the file myFedora.yml like this:
********************************
roles:
#- bootstrap
#- disable-ipv6
#- softwares
#- asbru-cm
- hb-and-mkmkv-needed-softwares
#- handbrake
- makemkv
#- rescue-boot
#- disable-webcam
********************************
You have also myvars.yml you need to be sure both variable are ok with the last version number, like this:
MakeMKV_OSS: makemkv-oss-1.17.3
MakeMKV_BIN: makemkv-bin-1.17.3
********************************
In first approach you can also use my code in a virtual machine to see the result.
At the end MakeMKV (compiled) and HandBralke (compiled) will be installed properly on your favorite distro.
Please give me your feedbak too, it is also an opportunity to increase my knowledge and my English.
I hope, I could help someone.
Best regards.