Is there a plugin or extension or something similar so that digikam can view DICOM pictures? I know there are several viewers available and I currently use Aeskulap but it would be nice to have these pictures in digikam.
When I launch digikam I get an error about a cuda
missing library (this is happening since I removed cuda
more or less cleanly to solve something else):
hippo@hippo-camp:~$ digikam<BR>
digikam: error while loading shared libraries: libcudart.so.8.0: cannot open shared object file: No such file or directory<BR>
hippo@hippo-camp:~$ which digikam<BR>
/usr/bin/digikam<BR>
hippo@hippo-camp:~$ lddtree /usr/bin/digikam<BR>
digikam => /usr/bin/digikam (interpreter => /lib64/ld-linux-x86-64.so.2)<BR>
- libdigikamgui.so.5.6.0 => /usr/lib/digikam/libdigikamgui.so.5.6.0<BR>
-- libopencv_core.so.3.2 => /usr/local/lib/libopencv_core.so.3.2
--- libcudart.so.8.0 => not found
as you can see libcudart
is a dependency of opencv
. I think it is linked to the face recognition feature which I don't really need.
How can I fix this? is there a way to install just the lib?
I have tried to reinstall cuda
from scratch but it only gives me version 9 or 10. And I cannot reinstall version 8 from NVIDIA site because I am now in 18.04.3 LTS and it is only supported on version 16.04.
I have tried --purge
and reinstall digikam
but it does not fix the problem.
sudo apt-get install libopencv-dev python3-opencv --reinstall
did not solve it neither.
EDIT: the library is not anymore on this machine and I don't have a cuda-8
directory anywhere.
How can I fix this situation?
I have just upgraded to 18.04 and am trying to install upgrades and or new programd via the terminal. I get the following message
digikam-private-libs : Depends: libkf5sane5 (>= 4.3.4) but it is not going to be installed
Depends: libqtav1 but it is not going to be installed
Depends: libqtavwidgets1 but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
i have tried sudo apt --fix broken install and get this message.dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Preparing to unpack .../libqtav1_1.12.0+ds-4build3_amd64.deb ...
Unpacking libqtav1:amd64 (1.12.0+ds-4build3) ...
dpkg: error processing archive /var/cache/apt/archives/libqtav1_1.12.0+ds-4build3_amd64.deb (--unpack):
trying to overwrite '/usr/lib/x86_64-linux-gnu/libQtAV.so.1', which is also in package libqtav:amd64 1.11.0~git170314-xenial~ppa1
Preparing to unpack .../libqtavwidgets1_1.12.0+ds-4build3_amd64.deb ...
Unpacking libqtavwidgets1:amd64 (1.12.0+ds-4build3) ...
dpkg: error processing archive /var/cache/apt/archives/libqtavwidgets1_1.12.0+ds-4build3_amd64.deb (--unpack):
trying to overwrite '/usr/lib/x86_64-linux-gnu/libQtAVWidgets.so.1', which is also in package libqtavwidgets:amd64 1.11.0~git170314-xenial~ppa1
Errors were encountered while processing:
/var/cache/apt/archives/libkf5sane5_17.12.3-0ubuntu1_amd64.deb
/var/cache/apt/archives/libqtav1_1.12.0+ds-4build3_amd64.deb
/var/cache/apt/archives/libqtavwidgets1_1.12.0+ds-4build3_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
I have tried to apt remove digikam
and apt purge digikam
and recieved this message
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
digikam-private-libs : Depends: libkf5sane5 (>= 4.3.4) but it is not going to be installed
Depends: libqtav1 but it is not going to be installed
Depends: libqtavwidgets1 but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
I have tried to install aptitude and get the same message. Digikam appears as not installed in the Software center and when I press install I get an error message.Everything seem to work fine other than that. Thanks a bunch,,,,,Jacques
I have a new laptop and I've copied across my photo collection and digikam set up. But when I open up digikam, it shows me very few of my albums. I faithfully copied across my settings, including:
~/.kde/share/apps/digikam/*
~/.kde/share/config/digikamrc
~/Photos/*
with all my photos and including the sqlite databasedigikam4.db
But when I started, digikam didn't find most of my albums. I opened up digikam4.db from backups and after digikam had opened, and found that most of my albums had been deleted. How can I get digikam to show everything again?