Linux Beta

The place to discuss linux version of MakeMKV
Post Reply
Message
Author
abush1984
Posts: 4
Joined: Sat Feb 27, 2021 7:11 pm

Linux Beta

#1 Post by abush1984 » Sat Feb 27, 2021 7:19 pm

Hello,

alright so long story short I used to use makemkv on my laptop but covid so with kids i lost my laptop for things i like to use it for like building my movie data base.

So I am using a Lenovo 110s windows computer that I converted to a chromebook using cloudready and it has the Linux Beta I have successfully installed handbrake using the Linux terminal and I am wondering if I can install the makemkv the same way I started to follow the steps in the tutorial on this forum but after I download and unpacked the two files it wont let me do the

./configure
make
sudo make install

it just tells me directory can't be found and help or guidance for a newbie in the terminal would be greatly appreciated.

pipo233
Posts: 44
Joined: Sat Oct 17, 2020 6:14 pm

Re: Linux Beta

#2 Post by pipo233 » Sun Feb 28, 2021 3:47 pm

You have to execute those commands in the directory where you extracted makemkvoss and makemkvbin in both directorys

abush1984
Posts: 4
Joined: Sat Feb 27, 2021 7:11 pm

Re: Linux Beta

#3 Post by abush1984 » Sun Feb 28, 2021 8:23 pm

So this what I get now
Attachments
E0E055E9-131C-443E-AD26-B18F2F4B0EE4.jpeg
E0E055E9-131C-443E-AD26-B18F2F4B0EE4.jpeg (1.41 MiB) Viewed 12408 times

pipo233
Posts: 44
Joined: Sat Oct 17, 2020 6:14 pm

Re: Linux Beta

#4 Post by pipo233 » Mon Mar 01, 2021 10:49 am

start with the first command, you are trying 3 commands at once, and the way you do that is wrong.

So
./configure

If that works without any failures, second command:
make

third command:
sudo make install

abush1984
Posts: 4
Joined: Sat Feb 27, 2021 7:11 pm

Re: Linux Beta

#5 Post by abush1984 » Mon Mar 01, 2021 1:16 pm

Sorry for the sloppy mistakes still not good at this as it shows. but even with just doing one line at at time i still get "permissions denied"
Attachments
Screenshot 2021-03-01 at 8.13.29 AM.png
Screenshot 2021-03-01 at 8.13.29 AM.png (351.02 KiB) Viewed 12378 times

mike admin
Posts: 4083
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: Linux Beta

#6 Post by mike admin » Mon Mar 01, 2021 1:39 pm

You've extracted the archive the bad way. Either re-extract or "chmod + x ./configure"

abush1984
Posts: 4
Joined: Sat Feb 27, 2021 7:11 pm

Re: Linux Beta

#7 Post by abush1984 » Mon Mar 01, 2021 2:52 pm

okay Ill try to and redo it thanks

pipo233
Posts: 44
Joined: Sat Oct 17, 2020 6:14 pm

Re: Linux Beta

#8 Post by pipo233 » Mon Mar 01, 2021 9:33 pm

Jep no execute permission on configure file..missed that
If you are using a linux gui you can rightclick configure, go to tab permission and check execute.

Apparently this is already set by mike inside the archive.

Post Reply