MakeMKV installation for linux

The place to discuss linux version of MakeMKV
taylorwmj
Posts: 63
Joined: Tue Feb 24, 2015 3:48 pm

Re: MakeMKV installation for linux

Post by taylorwmj »

jd33458 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.
Ok, so I've dug a bit deeper into this and installed the most recent release of mint on a VM. Mint is a Linux OS-based upon Debian and Ubuntu. When it comes to handling super user privileges, it's more aligned with the Ubuntu way of doing things. While all of these OS are Debian-based (save for Debian, which is just, well, Debian), certain inheritance may vary from different forks of Debian/Ubuntu.

I installed mint and then went and followed my instructions I provided earlier in the thread of how to install MakeMKV. I was able to get through each step with no issue and enter my password for any sudo command without issue. Upon completion of installation, I launched MakeMKV from not only terminal but also from the app launcher/search menu.


At what step are you having a difficult time? Can you quote the specific command you're struggling with? If you're having issues with a password for sudo commands, keep in mind this is just your standard password.
jd33458
Posts: 13
Joined: Thu Jun 02, 2016 6:35 pm

Re: MakeMKV installation for linux

Post by jd33458 »

taylorwmj wrote:
jd33458 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.
Ok, so I've dug a bit deeper into this and installed the most recent release of mint on a VM. Mint is a Linux OS-based upon Debian and Ubuntu. When it comes to handling super user privileges, it's more aligned with the Ubuntu way of doing things. While all of these OS are Debian-based (save for Debian, which is just, well, Debian), certain inheritance may vary from different forks of Debian/Ubuntu.

I installed mint and then went and followed my instructions I provided earlier in the thread of how to install MakeMKV. I was able to get through each step with no issue and enter my password for any sudo command without issue. Upon completion of installation, I launched MakeMKV from not only terminal but also from the app launcher/search menu.


At what step are you having a difficult time? Can you quote the specific command you're struggling with? If you're having issues with a password for sudo commands, keep in mind this is just your standard password.
It's now not a command, it just won't let me enter my password.
taylorwmj
Posts: 63
Joined: Tue Feb 24, 2015 3:48 pm

Re: MakeMKV installation for linux

Post by taylorwmj »

jd33458 wrote:It's now not a command, it just won't let me enter my password.
Can you elaborate on this? What do you mean it won't let enter your password?

Just as an FYI, generally in command line interfaces, the password prompt won't display little stars (*****) as you type, but all entry is invisible. If you think you screwed up as you're typing it, just hit backspace a bunch until you think it's clear. Otherwise, just enter it as you normally would and hit enter.
jd33458
Posts: 13
Joined: Thu Jun 02, 2016 6:35 pm

Re: MakeMKV installation for linux

Post by jd33458 »

taylorwmj wrote:
jd33458 wrote:It's now not a command, it just won't let me enter my password.
Can you elaborate on this? What do you mean it won't let enter your password?

Just as an FYI, generally in command line interfaces, the password prompt won't display little stars (*****) as you type, but all entry is invisible. If you think you screwed up as you're typing it, just hit backspace a bunch until you think it's clear. Otherwise, just enter it as you normally would and hit enter.
I didn't have the slightest idea that the pw wouldn't show. Everything was going great until I entered this code "sudo apt install libavcodec-dev" and the terminal asked me if I wanted to continue so I entered "s" as asked but it would not enter. I tried several times and ...nothing so I entered the next code. and was informed "command not found". Murphy is messing with me again. By the way, I was very impressed with all the code that showed up. Someone did an amazing job coming up with writing that code .
16442496
Posts: 24
Joined: Sat Jun 11, 2016 12:47 pm
Location: Finland

Re: MakeMKV installation for linux

Post by 16442496 »

1. Open Terminal and copy/paste.

sudo apt-get install build-essential pkg-config libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev libqt4-dev

2. Hit Enter key.

3. Now write your password and hit Enter key.

4. Now write Y and hit Enter key.
OS: Debian 9 (Stretch) 64-bit, KDE
ODD: TSSTcorp. CDDVDW SH-224DB
jd33458
Posts: 13
Joined: Thu Jun 02, 2016 6:35 pm

Re: MakeMKV installation for linux

Post by jd33458 »

16442496 wrote:1. Open Terminal and copy/paste.

sudo apt-get install build-essential pkg-config libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev libqt4-dev

2. Hit Enter key.

3. Now write your password and hit Enter key.

4. Now write Y and hit Enter key.
I was able to complete the installation but it turned out to be an older version and I needed to install the latest version or get a registration code for the older version. Since I didn't have a registration code i went to the forum for the newest version and tried to install it. Here is what I got:
ff@jeff-A780L3B ~ $ sudo apt-get install build-essential pkg-config libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev libqt4-dev
[sudo] password for jeff:
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
pkg-config is already the newest version.
libc6-dev is already the newest version.
libexpat1-dev is already the newest version.
libgl1-mesa-dev is already the newest version.
libqt4-dev is already the newest version.
libssl-dev is already the newest version.
libavcodec-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 289 not upgraded.
jeff@jeff-A780L3B ~ $ ./configure
bash: ./configure: No such file or directory
jeff@jeff-A780L3B ~ $ make
make: *** No targets specified and no makefile found. Stop.
jeff@jeff-A780L3B ~ $ sudo make install
make: *** No rule to make target `install'. Stop.
jeff@jeff-A780L3B ~ $
Should I try this for the third time and, if so, should I still use the code you sent me first?
16442496
Posts: 24
Joined: Sat Jun 11, 2016 12:47 pm
Location: Finland

Re: MakeMKV installation for linux

Post by 16442496 »

OK, you have installed all needed packages.

Now you need download makemkv-bin and makemkv-oss from there:
http://www.makemkv.com/forum2/viewtopic.php?f=3&t=224

Extract both of them to your Download directory.

Now open terminal and open makemkv-oss directory by:

cd /home/jeff/Downloads/makemkv-oss-1.9.10

Hit Enter key.

Now copy/paste this to terminal

./configure && make && sudo make install

give your password when it ask that.

Exit for exit on terminal.

for makemkv-bin

cd /home/jeff/Downloads/makemkv-bin-1.9.10

make && sudo make install

there will be EULA things. Read or accept without reading Hit q key.

now write yes and hit enter.


I hope this will help some... and sorry my bad english ;)
Last edited by 16442496 on Sat Jul 16, 2016 1:04 pm, edited 1 time in total.
OS: Debian 9 (Stretch) 64-bit, KDE
ODD: TSSTcorp. CDDVDW SH-224DB
16442496
Posts: 24
Joined: Sat Jun 11, 2016 12:47 pm
Location: Finland

Re: MakeMKV installation for linux

Post by 16442496 »

That BETA key is always there and if i recall it is always is in there.

May search be your friend. You can find "Search" right corner up, under "Search"

But there is link now:

http://www.makemkv.com/forum2/viewtopic.php?f=5&t=1053

BTW.
If someone think that my description of somekind of way to installation is good. Tell it, or tell, it's not work at all.

I'm ready listen if it's works or it's not work. Is there better way? To me it's works everytime. Tell your better way.
OS: Debian 9 (Stretch) 64-bit, KDE
ODD: TSSTcorp. CDDVDW SH-224DB
taylorwmj
Posts: 63
Joined: Tue Feb 24, 2015 3:48 pm

Re: MakeMKV installation for linux

Post by taylorwmj »

I have no idea what to say to that at all. No idea where the beta key topic came from. This entire post doesn't even make sense...
16442496
Posts: 24
Joined: Sat Jun 11, 2016 12:47 pm
Location: Finland

Re: MakeMKV installation for linux

Post by 16442496 »

taylorwmj wrote:I have no idea what to say to that at all. No idea where the beta key topic came from. This entire post doesn't even make sense...
I don't understan what you are meaning.

So i try answer something what i imagine to understand...

Key is always there where it is. It's always will be.

User "jd33458" is installed software, but key doesnt work anymore. if i uderstand right.
New BETA key is there, where its alway be.

What you think about my tutorial of install. Is it work or is there something to make it better?

There is part that i dont remenber to answer and i answer it now. Its that BETA key Thing.

Read the whole post so you understand. ;)
OS: Debian 9 (Stretch) 64-bit, KDE
ODD: TSSTcorp. CDDVDW SH-224DB
jd33458
Posts: 13
Joined: Thu Jun 02, 2016 6:35 pm

Re: MakeMKV installation for linux

Post by jd33458 »

16442496 wrote:
taylorwmj wrote:I have no idea what to say to that at all. No idea where the beta key topic came from. This entire post doesn't even make sense...
I don't understan what you are meaning.

So i try answer something what i imagine to understand...

Key is always there where it is. It's always will be.

User "jd33458" is installed software, but key doesnt work anymore. if i uderstand right.
New BETA key is there, where its alway be.

What you think about my tutorial of install. Is it work or is there something to make it better?

There is part that i dont remenber to answer and i answer it now. Its that BETA key Thing.

Read the whole post so you understand. ;)
That wasn't me that wrote that. I think you sent that to the wrong person.
16442496
Posts: 24
Joined: Sat Jun 11, 2016 12:47 pm
Location: Finland

Re: MakeMKV installation for linux

Post by 16442496 »

jd33458 wrote:
16442496 wrote:
taylorwmj wrote:I have no idea what to say to that at all. No idea where the beta key topic came from. This entire post doesn't even make sense...
I don't understan what you are meaning.

So i try answer something what i imagine to understand...

Key is always there where it is. It's always will be.

User "jd33458" is installed software, but key doesnt work anymore. if i uderstand right.
New BETA key is there, where its alway be.

What you think about my tutorial of install. Is it work or is there something to make it better?

There is part that i dont remenber to answer and i answer it now. Its that BETA key Thing.

Read the whole post so you understand. ;)
That wasn't me that wrote that. I think you sent that to the wrong person.
I was wrote it to "taylorwmj" 'couse he/she doesn't know where that BETA key topic came from. My computer show it that way to me... :)
OS: Debian 9 (Stretch) 64-bit, KDE
ODD: TSSTcorp. CDDVDW SH-224DB
jd33458
Posts: 13
Joined: Thu Jun 02, 2016 6:35 pm

Re: MakeMKV installation for linux

Post by jd33458 »

16442496 wrote:OK, you have installed all needed packages.

Now you need download makemkv-bin and makemkv-oss from there:
http://www.makemkv.com/forum2/viewtopic.php?f=3&t=224

Extract both of them to your Download directory.

Now open terminal and open makemkv-oss directory by:

cd /home/jeff/Downloads/makemkv-oss-1.9.10

Hit Enter key.

Now copy/paste this to terminal


Your English is fine.
Here are results of your latest instructions.

t4-dev is already the newest version.
libssl-dev is already the newest version.
libavcodec-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 294 not upgraded.
jeff@jeff-A780L3B ~ $ ./configure
bash: ./configure: No such file or directory
jeff@jeff-A780L3B ~ $ ./configure
bash: ./configure: No such file or directory
jeff@jeff-A780L3B ~ $ ./configure
bash: ./configure: No such file or directory
jeff@jeff-A780L3B ~ $ ./configure
bash: ./configure: No such file or directory
jeff@jeff-A780L3B ~ $ make
make: *** No targets specified and no makefile found. Stop.
jeff@jeff-A780L3B ~ $ ./configure
bash: ./configure: No such file or directory
jeff@jeff-A780L3B ~ $ ./configure
bash: ./configure: No such file or directory
jeff@jeff-A780L3B ~ $



./configure && make && sudo make install

give your password when it ask that.

Exit for exit on terminal.

for makemkv-bin

cd /home/jeff/Downloads/makemkv-bin-1.9.10

make && sudo make install

there will be EULA things. Read or accept without reading Hit q key.

now write yes and hit enter.


I hope this will help some... and sorry my bad english ;)
16442496
Posts: 24
Joined: Sat Jun 11, 2016 12:47 pm
Location: Finland

Re: MakeMKV installation for linux

Post by 16442496 »

jd33458 wrote:
16442496 wrote:OK, you have installed all needed packages.

Now you need download makemkv-bin and makemkv-oss from there:
http://www.makemkv.com/forum2/viewtopic.php?f=3&t=224

Extract both of them to your Download directory.

Now open terminal and open makemkv-oss directory by:

cd /home/jeff/Downloads/makemkv-oss-1.9.10

Hit Enter key.

Now copy/paste this to terminal


Your English is fine.
Here are results of your latest instructions.

t4-dev is already the newest version.
libssl-dev is already the newest version.
libavcodec-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 294 not upgraded.
jeff@jeff-A780L3B ~ $ ./configure
bash: ./configure: No such file or directory
jeff@jeff-A780L3B ~ $ ./configure
bash: ./configure: No such file or directory
jeff@jeff-A780L3B ~ $ ./configure
bash: ./configure: No such file or directory
jeff@jeff-A780L3B ~ $ ./configure
bash: ./configure: No such file or directory
jeff@jeff-A780L3B ~ $ make
make: *** No targets specified and no makefile found. Stop.
jeff@jeff-A780L3B ~ $ ./configure
bash: ./configure: No such file or directory
jeff@jeff-A780L3B ~ $ ./configure
bash: ./configure: No such file or directory
jeff@jeff-A780L3B ~ $



./configure && make && sudo make install

give your password when it ask that.

Exit for exit on terminal.

for makemkv-bin

cd /home/jeff/Downloads/makemkv-bin-1.9.10

make && sudo make install

there will be EULA things. Read or accept without reading Hit q key.

now write yes and hit enter.


I hope this will help some... and sorry my bad english ;)
Ok, that. I thought you need help to install 'couse of this:

"jeff@jeff-A780L3B ~ $ ./configure
bash: ./configure: No such file or directory
jeff@jeff-A780L3B ~ $ ./configure
bash: ./configure: No such file or directory
jeff@jeff-A780L3B ~ $ ./configure
bash: ./configure: No such file or directory
jeff@jeff-A780L3B ~ $ ./configure
bash: ./configure: No such file or directory
jeff@jeff-A780L3B ~ $ make
make: *** No targets specified and no makefile found. Stop.
jeff@jeff-A780L3B ~ $ ./configure
bash: ./configure: No such file or directory
jeff@jeff-A780L3B ~ $ ./configure
bash: ./configure: No such file or directory
jeff@jeff-A780L3B ~ $"

My bad, sorry for mistake :)

----------------------------------------------

Oh. and original post was this. You have copy/paste some text that was not there.

"OK, you have installed all needed packages.

Now you need download makemkv-bin and makemkv-oss from there:
viewtopic.php?f=3&t=224

Extract both of them to your Download directory.

Now open terminal and open makemkv-oss directory by:

cd /home/jeff/Downloads/makemkv-oss-1.9.10

Hit Enter key.

Now copy/paste this to terminal

./configure && make && sudo make install

give your password when it ask that.

Exit for exit on terminal.

for makemkv-bin

cd /home/jeff/Downloads/makemkv-bin-1.9.10

make && sudo make install

there will be EULA things. Read or accept without reading Hit q key.

now write yes and hit enter.


I hope this will help some... and sorry my bad english ;)"

This is too mess now, so i don't try to help on this case anymore. Sorry and thanks.
OS: Debian 9 (Stretch) 64-bit, KDE
ODD: TSSTcorp. CDDVDW SH-224DB
mdmower
Posts: 1
Joined: Sun Jul 17, 2016 2:31 pm

Re: MakeMKV installation for linux

Post by mdmower »

I compiled MakeMKV 1.10.0 just fine by (loosely) following the instructions here and compiling my own ffmpeg 3.1.1 on Ubuntu 15.10 (rather than using ffmpeg 2.8.6 which is included in the package repository). I have a basic question, though:
  • Is YASM support in only disabled for the sake of Makefile versions checks on libavcodec.so? i.e. Could I disable the relevant version checks on libavcodec and MakeMKV would still work without issue?
I also noticed that installation to a user-specified directory requires modifying the makemkv-bin-(version) Makefile directly. Will this eventually have a configure script with

Code: Select all

--prefix=
support?

Thanks much for making MakeMKV cross-platform!
Locked