I own a Blu-Ray disc burner and I use Kubuntu 24.04 LTS. I have installed K3b without any error message, but when I start the program I get an error message complaining that the ‘cdrtools’ package is missing. When I try to search with Synaptic for ‘cdrtools’ the package turns out to be non-existent: in fact the maintainer Jörg Schilling died on 10 October 2021 and Debian forked the package under the new name ‘cdrkit’ (wikipedia). There is in fact ‘burner-cdrkit’, which supposedly contains ‘cdrkit’. But that is not enough. To get K3b working, I had to install - in addition to ‘burner-cdrkit’ - also ‘cdrskin’ and ‘libburn4t64’ with:
After that everything works normally.
The question I have is: why doesn't ‘sudo apt install k3b’ automatically install all the missing dependencies?
Code:
sudo apt install k3b cdrskin burner-cdrkit libburn4t64
The question I have is: why doesn't ‘sudo apt install k3b’ automatically install all the missing dependencies?
Comment