Advertisement
lamiastella

$ sudo apt-get install -f

Jul 21st, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. $ sudo apt-get install -f
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Correcting dependencies... Done
  6. The following packages were automatically installed and are no longer required:
  7. g++-8 libaccinj64-10.1 libatomic1:i386 libbsd0:i386 libcublaslt10 libcudart10.1 libcufft10 libcufftw10 libcuinj64-10.1 libcupti-dev libcupti-doc libcupti10.1 libcurand10 libcusolver10 libcusolvermg10
  8. libcusparse10 libdrm-amdgpu1:i386 libdrm-intel1:i386 libdrm-nouveau2:i386 libdrm-radeon1:i386 libdrm2:i386 libedit2:i386 libelf1:i386 libexpat1:i386 libffi7:i386 libgl1:i386 libgl1-mesa-dri:i386
  9. libglapi-mesa:i386 libglvnd0:i386 libglx-mesa0:i386 libglx0:i386 libllvm9:i386 libncurses5 libnppc10 libnppial10 libnppicc10 libnppicom10 libnppidei10 libnppif10 libnppig10 libnppim10 libnppist10
  10. libnppisu10 libnppitc10 libnpps10 libnvblas10 libnvgraph10 libnvidia-common-440 libnvidia-ml-dev libnvjpeg10 libnvrtc10.1 libnvtoolsext1 libnvvm3 libpciaccess0:i386 libsensors5:i386 libstdc++-8-dev
  11. libstdc++6:i386 libthrust-dev libtinfo5 libvdpau-dev libvulkan1:i386 libwayland-client0:i386 libx11-6:i386 libx11-xcb1:i386 libxau6:i386 libxcb-dri2-0:i386 libxcb-dri3-0:i386 libxcb-glx0:i386
  12. libxcb-present0:i386 libxcb-randr0:i386 libxcb-sync1:i386 libxcb1:i386 libxdamage1:i386 libxdmcp6:i386 libxext6:i386 libxfixes3:i386 libxshmfence1:i386 libxxf86vm1:i386 mesa-vulkan-drivers:i386
  13. nvidia-cuda-doc nvidia-cuda-gdb nvidia-opencl-dev nvidia-profiler nvidia-visual-profiler ocl-icd-opencl-dev opencl-c-headers
  14. Use 'sudo apt autoremove' to remove them.
  15. The following additional packages will be installed:
  16. libcublas10
  17. The following packages will be upgraded:
  18. libcublas10
  19. 1 upgraded, 0 newly installed, 0 to remove and 159 not upgraded.
  20. 11 not fully installed or removed.
  21. Need to get 0 B/42.2 MB of archives.
  22. After this operation, 35.8 MB of additional disk space will be used.
  23. Do you want to continue? [Y/n] y
  24. (Reading database ... 261464 files and directories currently installed.)
  25. Preparing to unpack .../libcublas10_10.2.2.89-1_amd64.deb ...
  26. Unpacking libcublas10 (10.2.2.89-1) over (10.1.243-3) ...
  27. dpkg: error processing archive /var/cache/apt/archives/libcublas10_10.2.2.89-1_amd64.deb (--unpack):
  28. trying to overwrite '/usr/lib/x86_64-linux-gnu/libnvblas.so.10', which is also in package libnvblas10:amd64 10.1.243-3
  29. Errors were encountered while processing:
  30. /var/cache/apt/archives/libcublas10_10.2.2.89-1_amd64.deb
  31. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement