Unable to use makemkv anymore in Debian 12
-
neder
- Posts: 1
- Joined: Sat Nov 25, 2023 1:52 pm
Unable to use makemkv anymore in Debian 12
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: 18
- Joined: Mon Sep 30, 2024 10:11 am
Re: Unable to use makemkv anymore in Debian 12
Navigate to where the compiled versions of MakeMKV are stored: (My are in Downloads DIR):
OR remove the bin files:
And then install your desired version of MakeMKV :)
Code: Select all
cd ~/Downloads/makemkv-bin-1.17.7
sudo make uninstall
cd ~/Downloads/makemkv-oss-1.17.7
sudo make uninstallCode: Select all
sudo dpkg -r makemkv_v1.17.7_oss
sudo dpkg -r makemkv_v1.17.7_binOR remove the bin files:
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 -r /usr/share/MakeMKV;
rm -r ~/.MakeMKV