1

Я запускаю эту команду:

sudo apt install libqt5svg5-private-dev

Я получаю ошибку

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libqt5svg5-private-dev : Depends: libqt5svg5-dev (= 5.2.1-1) but 5.5.1-2build1 is to be installed
E: Unable to correct problems, you have held broken packages.

Что я могу сделать, чтобы решить эту проблему? Я запустил apt install -f безрезультатно, а также попробовал aptitude .

0