I think that one dependency is missing - python-dbus
Hi there.
I'm Ubuntu 20.04 user.
I needed diplaycal so I try to install it but I cannot find it with 'apt' command. So I google it and I found this. https:/
I downloaded it and installed and ran but it showed that dbus python package isn't installed.
I found about that with apt command and I found python-dbus is exist. So I installed it and it resolved.
I think that displaycal package need to add python-dbus package.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Manfred Hampl
- Solved:
- 2020-11-28
- Last query:
- 2020-11-28
- Last reply:
- 2020-11-23
Try:
sudo apt-get -f install
It should satisfy deps for you. I don't think this will work due to it using Python2
https:/
|
#2 |
The package focal/amd64/
displaycal was removed from the Ubuntu repositories, because it depends on the obsolete python2 packages (Python 2 EOL date Jan 1st 2020)
see https:/
Mabin (mabin359) said : | #3 |
Thanks Manfred Hampl, that solved my question.
Mabin (mabin359) said : | #4 |
Thank you for detail.