uninstall MakeMKV on Linux Debian

The place to discuss linux version of MakeMKV
Post Reply
Message
Author
Kmmnu
Posts: 2
Joined: Tue Aug 22, 2023 6:26 pm

uninstall MakeMKV on Linux Debian

#1 Post by Kmmnu » Tue Aug 22, 2023 7:02 pm

Hello! I just installed MakeMKV via the steps that are provided here viewtopic.php?f=3&t=224

Everything works fine so far, but can please somebody let me know the steps in terminal if I want to properly remove/uninstall MakeMKV one day?

How can I do that properly without breaking my system? I'm on Debian 12.1 bookworm and I built the package with make and make install like described in that thread linked above.


I appreciate your answer
kind regards!

Rai4321
Posts: 18
Joined: Mon Sep 30, 2024 10:11 am

Re: uninstall MakeMKV on Linux Debian

#2 Post by Rai4321 » Fri Oct 04, 2024 11:26 am

Older versions of MakeMKV/Debian supported the flowing:
CD to a DIR where you compiled the MakeMKV....

Code: Select all

cd ~/makemkv-bin-1.17.8
sudo make uninstall

cd ~/makemkv-oss-1.17.8
sudo make uninstall
#OR

Code: Select all

sudo dpkg -r makemkv_v1.17.8_oss
sudo dpkg -r makemkv_v1.17.8_bin

I guess that MakeMKV installs 5 BIN files, so doing

Code: Select all

sudo rm /usr/bin/makemkv;
sudo rm /usr/bin/makemkvcon;
sudo rm /usr/bin/mmccextr;
sudo rm /usr/bin/mmgplsrv;
sudo rm /usr/bin/sdftool;
sudo rm -r /usr/share/MakeMKV;
rm -r ~/.MakeMKV
may be sufficient ...?
Last edited by Rai4321 on Tue Oct 08, 2024 11:28 am, edited 1 time in total.

Kmmnu
Posts: 2
Joined: Tue Aug 22, 2023 6:26 pm

Re: uninstall MakeMKV on Linux Debian

#3 Post by Kmmnu » Fri Oct 04, 2024 4:26 pm

thanks a lot for ur reply, I checked every now and then for answers but didnt think there will come an answer anymore :)
But in the meantime I switched from the binary install to the flatpak and couldnt be happier.. works pretty fine and always the newest version automatically :)
thank you anyway and have a great day!

Post Reply