MakeMkv linux

The place to discuss linux version of MakeMKV
Post Reply
lameth007
Posts: 2
Joined: Fri Mar 07, 2025 9:50 pm

MakeMkv linux

Post by lameth007 »

Can someone show me directions on how to install makemkv on linux. the posts Im finding are from years ago, involve makefiles. this is all things I am not familiar with. I tried to install the snap and had a permissions issue when trying to save any output. I dont fully grok the makefile directions. any chance its in aptitude?
lameth007
Posts: 2
Joined: Fri Mar 07, 2025 9:50 pm

Re: MakeMkv linux

Post by lameth007 »

bmillham
Posts: 164
Joined: Mon Mar 27, 2017 12:42 am

Re: MakeMkv linux

Post by bmillham »

The only official way to install on Linux is via the makefiles.

You only have to install the dependencies once, the first time you install MakeMKV. You don't need to install them again when upgrading to a new version of MakeMKV.

It's not that difficult to run ./configure, make and sudo make install...

If you are having problems with that then I don't think you will last very long on Linux as it very common for small projects to be installed like this. It would be worth your time to learn how.

If you aren't willing to learn then I would suggest switching back to Windows.
beede
Posts: 1
Joined: Wed Mar 19, 2025 6:01 pm

Re: MakeMkv linux

Post by beede »

> You only have to install the dependencies once, the first time you install MakeMKV. You don't need to install them again when upgrading to a new version of MakeMKV.

Well, that isn't quite true from my experience. I installed 1.17.7 successfully a while back. Now it quit working so I tried to install 1.17.9. /usr/bin/makemkvcon fails. Turns out it needs two newer versions of libgcc, which is problematic to get on Ubuntu 20.04 LTS, which I use because as a retired guy I want something that sort of just works. Normally not an issue, since most Linux software is distributed in source so I can always build it, but makemkvcon seems to be supplied as a binary so ... no workie.

I don't see *anyone* else asking about this, so maybe I'm doing something dumb, but it seems to be a counterexample to the "only install dependencies once" statement and is currently preventing me from running makemkv at all. The snap version, which proudly claims to work on 20.04 LTS, installs and does exactly the same thing. So much for package managers...

I am glad I tried installing before buying a permanent key, which I was going to do. Any suggestions appreciated.
segfaulted
Posts: 101
Joined: Mon May 06, 2024 11:10 am

Re: MakeMkv linux

Post by segfaulted »

beede wrote:
Wed Mar 19, 2025 6:30 pm
I installed 1.17.7 successfully a while back. Now it quit working so I tried to install 1.17.9. /usr/bin/makemkvcon fails. Turns out it needs two newer versions of libgcc, which is problematic to get on Ubuntu 20.04 LTS
You can compile a newer glibc and patch the makemkv executables to specifically use that glibc. See my guide here.

beede wrote:
Wed Mar 19, 2025 6:30 pm
The snap version, which proudly claims to work on 20.04 LTS, installs and does exactly the same thing. So much for package managers...
If Flatpak is an option, it should work although it involves installing an extra 2gb of runtimes.
georgesgiralt
Posts: 67
Joined: Thu Jun 04, 2020 12:40 pm

Re: MakeMkv linux

Post by georgesgiralt »

Beede,
you are running Ubuntu 20.04 LTS, which is obsolete (but still supported) maybe you could upgrade to the "newest" Ubuntu LTS which was new last year in April...
You have some detailed instructions here : https://www.howtogeek.com/351360/how-to ... of-ubuntu/
And do not forget to upgrade the software BEFORE doing this using the software update tool .
Then once upgraded to the Ubuntu 24.04 LTS version, your build of MakeMkv will run flawlessly and you'll get support and update to Ubuntu until 2029 ...
Hope this helps
Post Reply