Trouble installing MakeMKV on 10.04 Ubuntu

The place to discuss linux version of MakeMKV
Post Reply
drvenom14
Posts: 4
Joined: Mon Feb 13, 2012 5:22 pm

Trouble installing MakeMKV on 10.04 Ubuntu

Post by drvenom14 »

This is the post that I'm following:

http://www.makemkv.com/forum2/viewtopic.php?f=3&t=224

I copied and pasted the first 'sudo' command and everything worked well.

I copied and pasted the second line (replaced makefile.linux with the correct file name) and this is what it tells me:

make: *** No rule to make target `makemkv_v.1.7.2_bin.tar.gz'. Stop.

Can anyone help me with this issue?

Thanks!
MI3Guy
Posts: 26
Joined: Tue Oct 25, 2011 8:57 pm

Re: Trouble installing MakeMKV on 10.04 Ubuntu

Post by MI3Guy »

makefile.linux is the right name. You need to extract the two files and then run the commands properly.
HankB
Posts: 1
Joined: Sat Mar 24, 2012 3:21 pm

Re: Trouble installing MakeMKV on 10.04 Ubuntu

Post by HankB »

kuerten wrote:Hi. Is there a specific command to extract this? I tried using the generic command found at google but it doesn't seem to work. :cry:
It would help for you to copy and paste the results of the command into your post so someone can offer help.

For example, this works for me to unpack the archive to /tmp:

Code: Select all

hbarta@olive:~$ cd /tmp
hbarta@olive:/tmp$ tar xzvf '/home/hbarta/Downloads/makemkv_v1.7.2_bin.tar.gz' 
makemkv_v1.7.2_bin/
makemkv_v1.7.2_bin/bin/
makemkv_v1.7.2_bin/bin/mipsel32/
makemkv_v1.7.2_bin/bin/mipsel32/makemkvcon
makemkv_v1.7.2_bin/bin/amd64/
makemkv_v1.7.2_bin/bin/amd64/makemkvcon
makemkv_v1.7.2_bin/bin/i386/
makemkv_v1.7.2_bin/bin/i386/makemkvcon
makemkv_v1.7.2_bin/makefile.linux
makemkv_v1.7.2_bin/src/
makemkv_v1.7.2_bin/src/ask_eula.sh
makemkv_v1.7.2_bin/src/share/
makemkv_v1.7.2_bin/src/share/makemkv_deu.mo.gz
makemkv_v1.7.2_bin/src/share/makemkv_spa.mo.gz
makemkv_v1.7.2_bin/src/share/makemkv_ptb.mo.gz
makemkv_v1.7.2_bin/src/share/default.mmcp.xml
makemkv_v1.7.2_bin/src/share/makemkv_dut.mo.gz
makemkv_v1.7.2_bin/src/share/makemkv_jpn.mo.gz
makemkv_v1.7.2_bin/src/share/makemkv_swe.mo.gz
makemkv_v1.7.2_bin/src/eula_en_linux.txt
hbarta@olive:/tmp$ 
If you are running a version of Ubuntu with a desktop, you can open the downloaded file by double clicking on it and then click the extract button, select a directory to extract to and then click extract to extract the archive.

FWIW I have just installed MakeMKV on Ubunbtu 10.04 and it seems to be working well.
Post Reply