Unable to use makemkv anymore in Debian 12
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?
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 uninstall
Code: Select all
sudo dpkg -r makemkv_v1.17.7_oss
sudo dpkg -r makemkv_v1.17.7_bin
OR 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