Linux Beta

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

Linux Beta

Post by abush1984 »

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: 39
Joined: Sat Oct 17, 2020 6:14 pm

Re: Linux Beta

Post by pipo233 »

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

Post by abush1984 »

So this what I get now
Attachments
E0E055E9-131C-443E-AD26-B18F2F4B0EE4.jpeg
E0E055E9-131C-443E-AD26-B18F2F4B0EE4.jpeg (1.41 MiB) Viewed 9192 times
pipo233
Posts: 39
Joined: Sat Oct 17, 2020 6:14 pm

Re: Linux Beta

Post by pipo233 »

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

Post by abush1984 »

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 9162 times
mike admin
Posts: 4065
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: Linux Beta

Post by mike admin »

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

Post by abush1984 »

okay Ill try to and redo it thanks
pipo233
Posts: 39
Joined: Sat Oct 17, 2020 6:14 pm

Re: Linux Beta

Post by pipo233 »

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