MakeMKV installation for linux
Posted: Thu Jun 02, 2016 6:44 pm
I carefully followed the steps for linux but there must be something I do not understand. Would someone kindly detail the steps for a "newbie"?
MakeMKV support forum
https://forum.makemkv.com/forum/
taylorwmj wrote:What part are you struggling with it? Is there a certain step that is giving you issues?
Also, it's best to run MakeMKV on a debian-based flavor of Linux. What OS are you running?
Code: Select all
cd ~/Downloads
wget http://www.makemkv.com/download/makemkv-bin-1.9.10.tar.gz
wget http://www.makemkv.com/download/makemkv-oss-1.9.10.tar.gz
Code: Select all
sudo tar -xvzf makemkv-bin-1.9.10.tar.gz
sudo tar -xvzf makemkv-oss-1.9.10.tar.gz
Code: Select all
sudo apt install build-essential
sudo apt install pkg-config
sudo apt install libc6-dev
sudo apt install libssl-dev
sudo apt install libexpat1-dev
sudo apt install libavcodec-dev
sudo apt install libgl1-mesa-dev
sudo apt install libqt4-dev
Code: Select all
cd ~/Downloads/makemkv-oss-1.9.10
sudo ./configure
sudo make
sudo make install
Code: Select all
cd ~/Downloads/makemkv-bin-1.9.10
sudo make
Code: Select all
sudo make install
cd
Nice. but why?taylorwmj wrote:In your home folder, create a Downloads directory if it doesn't already exist.
Then from the command line/terminal begin running the following commands 1 by 1...We now need to unpack the tarballs...Code: Select all
cd ~/Downloads wget http://www.makemkv.com/download/makemkv-bin-1.9.10.tar.gz wget http://www.makemkv.com/download/makemkv-oss-1.9.10.tar.gz
Now we need to install all dependencies. Do these each 1 by 1 as they may be failing someplace....Code: Select all
sudo tar -xvzf makemkv-bin-1.9.10.tar.gz sudo tar -xvzf makemkv-oss-1.9.10.tar.gz
Time to start installing; move into the oss-directory:Code: Select all
sudo apt install build-essential sudo apt install pkg-config sudo apt install libc6-dev sudo apt install libssl-dev sudo apt install libexpat1-dev sudo apt install libavcodec-dev sudo apt install libgl1-mesa-dev sudo apt install libqt4-dev
...continue on with installing...move into the bin-directoryCode: Select all
cd ~/Downloads/makemkv-oss-1.9.10 sudo ./configure sudo make sudo make install
You'll now be prompted to read T&C/EULA type stuff...so get to the bottom of the doc. Upper G (shift-g) should take you there. Press q as instructed. Type yes as instructed if you agree. Then onto the followingCode: Select all
cd ~/Downloads/makemkv-bin-1.9.10 sudo make
At this point you should be back in your home directory. By typing makemkv in the terminal, the application should start.Code: Select all
sudo make install cd
Please keep in mind that if you're looking to extract Dolby TrueHD and DTS-HD Master Audio formats that are relatively standard with Blu-ray, you'll have more complex instructions that will need to be followed. HOWEVER, you still WILL have either the Dolby Digital or DTS Digital files available.
Except the OP said he followed that walkthrough and didn't understand it. His response on what he was struggling with was fairly vague as well, and based upon how he was describing most of what he was doing it sounded like he was handling this both via UI and CLI, which can get messy.16442496 wrote:
There is very simple tutorial here:
http://www.makemkv.com/forum2/viewtopic.php?f=3&t=224
Just follow it and you are just fine.
I have no idea how this user's permissions are set up, nor what is causing issues. Using sudo won't hurt anything here and more than anything just ensures everything gets installed. Across various Debian flavors, I have issues not using sudo for ./configure or make, so adding this seems to work.16442496 wrote: Nice. but why?
sudo ./configure
sudo make
Why they are need sudo user permission? I have try to Kubuntu and they don't.
Debian handles the super user privileges differently than Ubuntu or Linux Mint (what OP is using). Debian by default requires full root access (and password), whereas Ubuntu/Mint do not. Thus using sudo will work just fine for OP.16442496 wrote:I use only Debian and only "super user staff" is install "make install" "su" in Debian.
I have no idea how this user's permissions are set up, nor what is causing issues. Using sudo won't hurt anything here and more than anything just ensures everything gets installed. Across various Debian flavors, I have issues not using sudo for ./configure or make, so adding this seems to work.taylorwmj wrote:Except the OP said he followed that walkthrough and didn't understand it. His response on what he was struggling with was fairly vague as well, and based upon how he was describing most of what he was doing it sounded like he was handling this both via UI and CLI, which can get messy.16442496 wrote:
There is very simple tutorial here:
http://www.makemkv.com/forum2/viewtopic.php?f=3&t=224
Just follow it and you are just fine.
Hence why I gave him the even more granular step-by-step breakdown. You'll also notice that the walkthrough I provided is exactly what's already described in that post, just more detailed and leaves less ambiguity.
e="16442496"]
Nice. but why?
sudo ./configure
sudo make
Why they are need sudo user permission? I have try to Kubuntu and they don't.
Debian handles the super user privileges differently than Ubuntu or Linux Mint (what OP is using). Debian by default requires full root access (and password), whereas Ubuntu/Mint do not. Thus using sudo will work just fine for OP.[/quote]16442496 wrote:I use only Debian and only "super user staff" is install "make install" "su" in Debian.
jd33458 wrote:I carefully followed the steps for linux but there must be something I do not understand. Would someone kindly detail the steps for a "newbie"?
Hit enter after each line.jd33458 wrote:I appreciate the help you have given me and the work you had to do for me but when should i hit "enter"? Is it after each line of code or after each grouping of code.
jd33458 wrote:taylorwmj wrote:What part are you struggling with it? Is there a certain step that is giving you issues?
Also, it's best to run MakeMKV on a debian-based flavor of Linux. What OS are you running?
The message body won't allow me to use it.
I am using Mint 17,3 - Rosa. I downloaded both files and extracted them and opened,them one at a time then i put the codes in the terminal. Nothing seemed to be happening so I read the rest
of the instructions and found I needed to put another downloaded file and installed it. Still nothing . I suspect my problem is with the two MKV files. How should I deal with them?
Okay, thank you. I am using Mint 17.3 Rosa. What version should I be using?taylorwmj wrote:Hit enter after each line.jd33458 wrote:I appreciate the help you have given me and the work you had to do for me but when should i hit "enter"? Is it after each line of code or after each grouping of code.
If you're not very familiar with the command line interface (CLI), I recommend that you read this document as it will help you find your way around more: https://help.ubuntu.com/community/UsingTheTerminal
Also, it appears that you're following some of the commands from the optional section on the install instructions page. Are you wanting what's included in that? If so, it's a MUCH more convoluted mess and you won't be able to follow them directly as some of the packages don't seem to install well. ffmpeg, while powerful, is a PAIN to get configured, even for skilled Linux users.
You said you only use ?debian? I think. Is there a debian version of mint?taylorwmj wrote:Which version of what? OS?
Mint is a Debian- (and Ubuntu-) based OS. I was asking this initially because MakeMKV for Linux is really only intendedjd33458 wrote: You said you only use ?debian? I think. Is there a debian version of mint?
I triedd installing the debian OS and as I recall I had som3e difficulty with it, possibly because it was very different from what I am used to.