Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: How to install MakeMKV on Debian based distros (NO flatpak needed) (Read 2147 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How to install MakeMKV on Debian based distros (NO flatpak needed)

Ok so on Debian based distros (Debian, Ubuntu, Linux Mint, Devuan, Sparky Linux), etc we will need some packages first to install MakeMKV.
Step 1: open a terminal and do:
 sudo apt install build-essential pkg-config libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev qtbase5-dev zlib1g-dev ffmpeg
Step 2: go to https://forum.makemkv.com/forum/viewtopic.php?f=3&t=224
and download the 2 tar.gz files and put them in a directory where you can find them easily ie (makemkv-bin, makemkv-oss) on /Downloads folder
step 3: follow the directions on the page on how to install the 2 binaries
for makemkv-oss do
./configure
make
sudo make install

 for makemkv-bin do
make
sudo make install
for example and then it should be install
P.S. if you open MakeMKV and you get a can't detect any optical discs, open a terminal window and type "sudo modprobe sg" without the "" and restart MakeMKV and it should work.
2nd P.S. if you have any questions reply to this post
3rd P.S. if the beta key expires and you don't want to wait for a new key open a terminal window and type whereis makemkv
which should give you something like makemkv: /usr/bin/makemkv
then do "sudo rm -r /usr/bin/makemkv" without the "" of course and the just download the new 2 binaries from the website and install it the way you did before.

 

Re: How to install MakeMKV on Debian based distros (NO flatpak needed)

Reply #1
This is the wrong website and forum.