Unable to use makemkv anymore in Debian 12

The place to discuss linux version of MakeMKV
Post Reply
neder
Posts: 1
Joined: Sat Nov 25, 2023 1:52 pm

Unable to use makemkv anymore in Debian 12

Post by neder » Sat Nov 25, 2023 1:55 pm

If this is the wrong place for this, my apologies. Been digitizing my dvd collection and building a Jellyfin server recently. Had an update for libavcodec59, but now makemkv isn’t able to install since it’s looking for a previous version. Is there a way to roll that back or is there an updated way to install makemkv with the new version?

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

Re: Unable to use makemkv anymore in Debian 12

Post by Rai4321 » Mon Sep 30, 2024 11:49 am

Navigate to where the compiled versions of MakeMKV are stored: (My are in Downloads DIR):

Code: Select all

cd ~/Downloads/makemkv-bin-1.17.7
sudo make uninstall
cd ~/Downloads/makemkv-oss-1.17.7
sudo make uninstall
OR try:

Code: Select all

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

Code: Select all

sudo rm /usr/bin/makemkv
sudo rm /usr/bin/makemkvcon

Post Reply