Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 29/01/2022, à 19:13

doudoulolita

install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

Bonjour.
Quand je mets une texture Noise et un bump dans Blender avec Eevee, cela m'indique par une couleur rose qu'il n'y a pas de texture.
Un ami suppose que c'est un problème avec Cuda, selon ses recherches.

J'ai voulu installer une version récente de Cuda, car je crois qu'au départ, je ne l'avais pas du tout. Mais ça a mis un peu le bazar.

Je suis sur Ubuntu 18.04.
Ma carte graphique est une NVIDIA Corporation GT218 [NVS 300].
Le pilote installé est le pilote propriétaire NVIDIA version 340.108 (noté comme testé)

J'ai essayé d'installer CUDA en faisant

sudo apt install nvidia-cuda-toolkit

Cela m'indique :

nvidia-cuda-toolkit est déjà la version la plus récente (9.1.85-3ubuntu1).
Vous pouvez lancer « apt --fix-broken install » pour corriger ces problèmes.
Les paquets suivants contiennent des dépendances non satisfaites :
 libcuinj64-9.1 : Dépend: libcuda1 (>= 387.26) ou
                           libcuda-9.1-1
E: Dépendances non satisfaites. Essayez « apt --fix-broken install » sans paquet
   (ou indiquez une solution).

Evidemment, quand je fais

 apt --fix-broken install 

, ça ne marche pas:

Dépaquetage de libnvidia-compute-510:amd64 (510.39.01-0ubuntu1) ...
dpkg: erreur de traitement de l'archive /var/cache/apt/archives/libnvidia-compute-510_510.39.01-0ubuntu1_amd64.deb (--unpack) :
 tentative de remplacement de « /usr/lib/x86_64-linux-gnu/libnvidia-ml.so », qui appartient aussi au paquet nvidia-340 340.108-0ubuntu0.18.04.1
Des erreurs ont été rencontrées pendant l'exécution :
 /var/cache/apt/archives/libnvidia-compute-510_510.39.01-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

J'ai aussi un problème quand je fais les mises à jour, depuis ça :
probleme_avec_cuda

En plus, le problème de texture invisible sous Blender est toujours présent. Mais si ma carte n'est pas assez performante, je vais être bloquée pour résoudre ce problème, je crois.

Dernière modification par doudoulolita (Le 21/02/2022, à 13:19)

Hors ligne

#2 Le 29/01/2022, à 20:59

ylag

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

Bonsoir,

Ça ne va pas résoudre ton souci, mais en gros, ce message dans le retour au message #1 :

dpkg: erreur de traitement de l'archive /var/cache/apt/archives/libnvidia-compute-510_510.39.01-0ubuntu1_amd64.deb (--unpack) :
 tentative de remplacement de « /usr/lib/x86_64-linux-gnu/libnvidia-ml.so », qui appartient aussi au paquet nvidia-340 340.108-0ubuntu0.18.04.1

...signifierait que le paquet libnvidia-compute-510 ne peut être installé puisqu'il contient le fichier /usr/lib/x86_64-linux-gnu/libnvidia-ml.so déjà installé par le pilote nvidia-340.

Je ne sais d'où provient, ni à quoi sert ce paquet libnvidia-compute-510, mais c'est incompatible avec le pilote nvidia-340.

Ce pilote nvidia-340 «legacy» en fin de support n'est probablement pas compatible avec les versions récentes de Cuda ?

A+

Dernière modification par ylag (Le 29/01/2022, à 21:02)

Hors ligne

#3 Le 05/02/2022, à 13:16

doudoulolita

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

Merci. Désolée, je ne réponds que ce week-end, pas eu le temps avant.

Bon, j'ai réussi à voir que ma carte graphique n'est pas assez puissante pour Cuda. Donc c'est mort de ce côté là.

Problème, je n'arrive pas à désinstaller nvidia-cuda-toolkit, j'ai fait

sudo apt autoremove --auto-remove --purge nvidia-cuda-toolkit

mais ça m'indique encore que les dépendances ne sont pas satisfaites !

De plus, j'ai toujours un message de paquets cassés même si j'enlève les mises à jour de Nvidia. Ça a donc fichu un gros bazar puisque je ne peux plus faire les autres mises à jour.

J'ai essayé aussi de changer le pilote utilisé dans "logiciels et mises à jour > pilote additionnels" en cochant la case du pilote libre, mais ça ne marche pas. Ça revient toujours sur le Nvidia binary driver version 340.

Si ça continue, je vais devoir tout réinstaller, mais je crois que je vais attendre la 22.04. De toute façon, je devais changer d'ordi et faire un dual boot Windows10-Ubuntu 22.04 car pour l'instant sur ce veil ordi, j'ai Windows7-Ubuntu 18.04. Le problème est que je ne sais plus comment on fait les dual boot, ça fait trop longtemps que je ne l'ai pas fait.

Je suis obligée de garder Windows car mon imprimante ne fonctionne plus sur Ubuntu et en plus, j'ai besoin de Windows pour le boulot.

Hors ligne

#4 Le 05/02/2022, à 13:20

xubu1957

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

Bonjour,

Montre, en te servant du Retour utilisable de commande :

lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
ubuntu-drivers devices
uname -a

et :

dpkg -l | grep nvidia
dpkg -l | grep -v ^ii

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#5 Le 05/02/2022, à 22:32

doudoulolita

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

Merci, j'espère que j'ai bien compris le Retour utilisable de commande

laurence@laurence-HP-ProDesk-600-G1-SFF:~$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218 [NVS 300] [10de:10d8] (rev a2) (prog-if 00 [VGA controller])
	Kernel driver in use: nvidia
	Kernel modules: nvidiafb, nouveau, nvidia
laurence@laurence-HP-ProDesk-600-G1-SFF:~$
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd000010D8sv000010DEsd00000862bc03sc00i00
vendor   : NVIDIA Corporation
model    : GT218 [NVS 300]
driver   : nvidia-304 - third-party non-free
driver   : nvidia-340 - distro non-free recommended
driver   : xserver-xorg-video-nouveau - distro free builtin

laurence@laurence-HP-ProDesk-600-G1-SFF:~$
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ uname -a
Linux laurence-HP-ProDesk-600-G1-SFF 5.4.0-96-generic #109~18.04.1-Ubuntu SMP Thu Jan 13 15:06:26 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
laurence@laurence-HP-ProDesk-600-G1-SFF:~$
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ dpkg -l | grep nvidia
ii  nvidia-340                                    340.108-0ubuntu0.18.04.1                        amd64        NVIDIA binary driver - version 340.108
iU  nvidia-cuda-dev                               9.1.85-3ubuntu1                                 amd64        NVIDIA CUDA development files
iU  nvidia-cuda-doc                               9.1.85-3ubuntu1                                 all          NVIDIA CUDA and OpenCL documentation
iU  nvidia-cuda-gdb                               9.1.85-3ubuntu1                                 amd64        NVIDIA CUDA Debugger (GDB)
iU  nvidia-cuda-toolkit                           9.1.85-3ubuntu1                                 amd64        NVIDIA CUDA development toolkit
iU  nvidia-opencl-dev:amd64                       9.1.85-3ubuntu1                                 amd64        NVIDIA OpenCL development files
rc  nvidia-opencl-icd-340                         340.108-0ubuntu0.18.04.1                        amd64        NVIDIA OpenCL ICD
iU  nvidia-profiler                               9.1.85-3ubuntu1                                 amd64        NVIDIA Profiler for CUDA and OpenCL
ii  nvidia-settings                               470.57.01-0ubuntu0.18.04.1                      amd64        Tool for configuring the NVIDIA graphics driver
iU  nvidia-visual-profiler                        9.1.85-3ubuntu1                                 amd64        NVIDIA Visual Profiler for CUDA and OpenCL
laurence@laurence-HP-ProDesk-600-G1-SFF:~$

Et attention, ça va être super long, désolée :

laurence@laurence-HP-ProDesk-600-G1-SFF:~$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom                                           Version                                         Architecture Description
+++-=============================================-===============================================-============-===============================================================================
rc  anki                                          2.0.32+dfsg-1                                   all          extensible flashcard learning program
rc  apache2-doc                                   2.4.29-1ubuntu4.6                               all          Apache HTTP Server (on-site documentation)
iU  cpp-6                                         6.5.0-2ubuntu1~18.04                            amd64        GNU C preprocessor
it  desktop-file-utils                            0.23-1ubuntu3.18.04.2                           amd64        Utilities for .desktop files
rc  firefox                                       87.0+build3-0ubuntu0.18.04.2                    amd64        Safe and easy web browser from Mozilla
iU  g++-6                                         6.5.0-2ubuntu1~18.04                            amd64        GNU C++ compiler
iU  gcc-6                                         6.5.0-2ubuntu1~18.04                            amd64        GNU C compiler
iU  gcc-6-base:amd64                              6.5.0-2ubuntu1~18.04                            amd64        GCC, the GNU Compiler Collection (base package)
it  gnome-menus                                   3.13.3-11ubuntu1.1                              amd64        GNOME implementation of the freedesktop menu specification
it  hicolor-icon-theme                            0.17-2                                          all          default fallback theme for FreeDesktop.org icon themes
rc  krita                                         3:4.4.3-1                                       amd64        pixel-based image manipulation program
iU  libaccinj64-9.1:amd64                         9.1.85-3ubuntu1                                 amd64        NVIDIA ACCINJ Library (64-bit)
iU  libasan3:amd64                                6.5.0-2ubuntu1~18.04                            amd64        AddressSanitizer -- a fast memory error detector
it  libc-bin                                      2.27-3ubuntu1.4                                 amd64        GNU C Library: Binaries
iU  libcublas9.1:amd64                            9.1.85-3ubuntu1                                 amd64        NVIDIA cuBLAS Library
iU  libcudart9.1:amd64                            9.1.85-3ubuntu1                                 amd64        NVIDIA CUDA Runtime Library
iU  libcufft9.1:amd64                             9.1.85-3ubuntu1                                 amd64        NVIDIA cuFFT Library
iU  libcufftw9.1:amd64                            9.1.85-3ubuntu1                                 amd64        NVIDIA cuFFTW Library
iU  libcuinj64-9.1:amd64                          9.1.85-3ubuntu1                                 amd64        NVIDIA CUINJ Library (64-bit)
iU  libcurand9.1:amd64                            9.1.85-3ubuntu1                                 amd64        NVIDIA cuRAND Library
iU  libcusolver9.1:amd64                          9.1.85-3ubuntu1                                 amd64        NVIDIA cuSOLVER Library
iU  libcusparse9.1:amd64                          9.1.85-3ubuntu1                                 amd64        NVIDIA cuSPARSE Library
iU  libdrm-dev:amd64                              2.4.101-2~18.04.1                               amd64        Userspace interface to kernel DRM services -- development files
iU  libgcc-6-dev:amd64                            6.5.0-2ubuntu1~18.04                            amd64        GCC support library (development files)
iU  libgl1-mesa-dev:amd64                         20.0.8-0ubuntu1~18.04.1                         amd64        free implementation of the OpenGL API -- GLX development files
iU  libgles1:amd64                                1.0.0-2ubuntu2.3                                amd64        Vendor neutral GL dispatch library -- GLESv1 support
iU  libglvnd-core-dev:amd64                       1.0.0-2ubuntu2.3                                amd64        Vendor neutral GL dispatch library -- core development files
iU  libglvnd-dev:amd64                            1.0.0-2ubuntu2.3                                amd64        Vendor neutral GL dispatch library -- development files
rc  libjs-jquery-flot                             0.8.3+dfsg-1                                    all          plotting library for jQuery
rc  libjs-jquery-ui                               1.12.1+dfsg-5                                   all          JavaScript UI library for dynamic web applications
iU  libnppc9.1:amd64                              9.1.85-3ubuntu1                                 amd64        NVIDIA Performance Primitives core runtime library
iU  libnppial9.1:amd64                            9.1.85-3ubuntu1                                 amd64        NVIDIA Performance Primitives lib for Image Arithmetic and Logic
iU  libnppicc9.1:amd64                            9.1.85-3ubuntu1                                 amd64        NVIDIA Performance Primitives lib for Image Color Conversion
iU  libnppicom9.1:amd64                           9.1.85-3ubuntu1                                 amd64        NVIDIA Performance Primitives lib for Image Compression
iU  libnppidei9.1:amd64                           9.1.85-3ubuntu1                                 amd64        NVIDIA Performance Primitives lib for Image Data Exchange and Initialization
iU  libnppif9.1:amd64                             9.1.85-3ubuntu1                                 amd64        NVIDIA Performance Primitives lib for Image Filters
iU  libnppig9.1:amd64                             9.1.85-3ubuntu1                                 amd64        NVIDIA Performance Primitives lib for Image Geometry transforms
iU  libnppim9.1:amd64                             9.1.85-3ubuntu1                                 amd64        NVIDIA Performance Primitives lib for Image Morphological operations
iU  libnppist9.1:amd64                            9.1.85-3ubuntu1                                 amd64        NVIDIA Performance Primitives lib for Image Statistics
iU  libnppisu9.1:amd64                            9.1.85-3ubuntu1                                 amd64        NVIDIA Performance Primitives lib for Image Support
iU  libnppitc9.1:amd64                            9.1.85-3ubuntu1                                 amd64        NVIDIA Performance Primitives lib for Image Threshold and Compare
iU  libnpps9.1:amd64                              9.1.85-3ubuntu1                                 amd64        NVIDIA Performance Primitives for signal processing runtime library
iU  libnvblas9.1:amd64                            9.1.85-3ubuntu1                                 amd64        NVBLAS runtime library
iU  libnvgraph9.1:amd64                           9.1.85-3ubuntu1                                 amd64        NVIDIA Graph Analytics library (nvGRAPH)
iU  libnvrtc9.1:amd64                             9.1.85-3ubuntu1                                 amd64        CUDA Runtime Compilation (NVIDIA NVRTC Library)
iU  libnvtoolsext1:amd64                          9.1.85-3ubuntu1                                 amd64        NVIDIA Tools Extension Library
iU  libnvvm3:amd64                                9.1.85-3ubuntu1                                 amd64        NVIDIA NVVM Library
iU  libopengl0:amd64                              1.0.0-2ubuntu2.3                                amd64        Vendor neutral GL dispatch library -- OpenGL support
iU  libpthread-stubs0-dev:amd64                   0.3-4                                           amd64        pthread stubs not provided by native libc, development files
iU  libstdc++-6-dev:amd64                         6.5.0-2ubuntu1~18.04                            amd64        GNU Standard C++ Library v3 (development files)
iU  libthrust-dev                                 1.9.1~9.1.85-3ubuntu1                           all          Thrust - Parallel Algorithms Library
iU  libvdpau-dev:amd64                            1.3-0ubuntu0~gpu18.04.2                         amd64        Video Decode and Presentation API for Unix (development files)
iU  libvdpau1:amd64                               1.3-0ubuntu0~gpu18.04.2                         amd64        Video Decode and Presentation API for Unix (libraries)
iU  libx11-dev:amd64                              2:1.6.4-3ubuntu0.4                              amd64        X11 client-side library (development headers)
iU  libx11-doc                                    2:1.6.4-3ubuntu0.4                              all          X11 client-side library (development documentation)
iU  libx11-xcb-dev:amd64                          2:1.6.4-3ubuntu0.4                              amd64        Xlib/XCB interface library (development headers)
iU  libxau-dev:amd64                              1:1.0.8-1ubuntu1                                amd64        X11 authorisation library (development headers)
iU  libxcb-dri2-0-dev:amd64                       1.13-2~ubuntu18.04                              amd64        X C Binding, dri2 extension, development files
iU  libxcb-dri3-dev:amd64                         1.13-2~ubuntu18.04                              amd64        X C Binding, dri3 extension, development files
iU  libxcb-glx0-dev:amd64                         1.13-2~ubuntu18.04                              amd64        X C Binding, glx extension, development files
iU  libxcb-present-dev:amd64                      1.13-2~ubuntu18.04                              amd64        X C Binding, present extension, development files
iU  libxcb-randr0-dev:amd64                       1.13-2~ubuntu18.04                              amd64        X C Binding, randr extension, development files
iU  libxcb-render0-dev:amd64                      1.13-2~ubuntu18.04                              amd64        X C Binding, render extension, development files
iU  libxcb-shape0-dev:amd64                       1.13-2~ubuntu18.04                              amd64        X C Binding, shape extension, development files
iU  libxcb-sync-dev:amd64                         1.13-2~ubuntu18.04                              amd64        X C Binding, sync extension, development files
iU  libxcb-xfixes0-dev:amd64                      1.13-2~ubuntu18.04                              amd64        X C Binding, xfixes extension, development files
iU  libxcb1-dev:amd64                             1.13-2~ubuntu18.04                              amd64        X C Binding, development files
iU  libxdamage-dev:amd64                          1:1.1.4-3                                       amd64        X11 damaged region extension library (development headers)
iU  libxdmcp-dev:amd64                            1:1.1.2-3                                       amd64        X11 authorisation library (development headers)
iU  libxext-dev:amd64                             2:1.3.3-1                                       amd64        X11 miscellaneous extensions library (development headers)
iU  libxfixes-dev:amd64                           1:5.0.3-1                                       amd64        X11 miscellaneous 'fixes' extension library (development headers)
iU  libxshmfence-dev:amd64                        1.3-1                                           amd64        X shared memory fences - development files
iU  libxxf86vm-dev:amd64                          1:1.1.4-1                                       amd64        X11 XFree86 video mode extension library (development headers)
rc  linux-image-4.18.0-15-generic                 4.18.0-15.16~18.04.1                            amd64        Signed kernel image generic
rc  linux-image-4.18.0-18-generic                 4.18.0-18.19~18.04.1                            amd64        Signed kernel image generic
rc  linux-image-4.18.0-20-generic                 4.18.0-20.21~18.04.1                            amd64        Signed kernel image generic
rc  linux-image-4.18.0-21-generic                 4.18.0-21.22~18.04.1                            amd64        Signed kernel image generic
rc  linux-image-4.18.0-22-generic                 4.18.0-22.23~18.04.1                            amd64        Signed kernel image generic
rc  linux-image-4.18.0-24-generic                 4.18.0-24.25~18.04.1                            amd64        Signed kernel image generic
rc  linux-image-4.18.0-25-generic                 4.18.0-25.26~18.04.1                            amd64        Signed kernel image generic
rc  linux-image-5.0.0-23-generic                  5.0.0-23.24~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.0.0-25-generic                  5.0.0-25.26~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.0.0-27-generic                  5.0.0-27.28~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.0.0-29-generic                  5.0.0-29.31~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.0.0-31-generic                  5.0.0-31.33~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.0.0-32-generic                  5.0.0-32.34~18.04.2                             amd64        Signed kernel image generic
rc  linux-image-5.0.0-36-generic                  5.0.0-36.39~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.0.0-37-generic                  5.0.0-37.40~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.3.0-26-generic                  5.3.0-26.28~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.3.0-28-generic                  5.3.0-28.30~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.3.0-40-generic                  5.3.0-40.32~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.3.0-42-generic                  5.3.0-42.34~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.3.0-45-generic                  5.3.0-45.37~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.3.0-46-generic                  5.3.0-46.38~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.3.0-51-generic                  5.3.0-51.44~18.04.2                             amd64        Signed kernel image generic
rc  linux-image-5.3.0-53-generic                  5.3.0-53.47~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.3.0-59-generic                  5.3.0-59.53~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.3.0-61-generic                  5.3.0-61.55~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.3.0-62-generic                  5.3.0-62.56~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-42-generic                  5.4.0-42.46~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-45-generic                  5.4.0-45.49~18.04.2                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-47-generic                  5.4.0-47.51~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-48-generic                  5.4.0-48.52~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-51-generic                  5.4.0-51.56~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-52-generic                  5.4.0-52.57~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-53-generic                  5.4.0-53.59~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-54-generic                  5.4.0-54.60~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-56-generic                  5.4.0-56.62~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-58-generic                  5.4.0-58.64~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-59-generic                  5.4.0-59.65~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-60-generic                  5.4.0-60.67~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-62-generic                  5.4.0-62.70~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-64-generic                  5.4.0-64.72~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-65-generic                  5.4.0-65.73~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-66-generic                  5.4.0-66.74~18.04.2                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-67-generic                  5.4.0-67.75~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-70-generic                  5.4.0-70.78~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-71-generic                  5.4.0-71.79~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-72-generic                  5.4.0-72.80~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-73-generic                  5.4.0-73.82~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-74-generic                  5.4.0-74.83~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-77-generic                  5.4.0-77.86~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-80-generic                  5.4.0-80.90~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-81-generic                  5.4.0-81.91~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-84-generic                  5.4.0-84.94~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-86-generic                  5.4.0-86.97~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-87-generic                  5.4.0-87.98~18.04.1                             amd64        Signed kernel image generic
rc  linux-image-5.4.0-89-generic                  5.4.0-89.100~18.04.1                            amd64        Signed kernel image generic
rc  linux-image-5.4.0-90-generic                  5.4.0-90.101~18.04.1                            amd64        Signed kernel image generic
rc  linux-image-5.4.0-91-generic                  5.4.0-91.102~18.04.1                            amd64        Signed kernel image generic
rc  linux-image-5.4.0-92-generic                  5.4.0-92.103~18.04.2                            amd64        Signed kernel image generic
rc  linux-modules-4.18.0-15-generic               4.18.0-15.16~18.04.1                            amd64        Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc  linux-modules-4.18.0-18-generic               4.18.0-18.19~18.04.1                            amd64        Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc  linux-modules-4.18.0-20-generic               4.18.0-20.21~18.04.1                            amd64        Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc  linux-modules-4.18.0-21-generic               4.18.0-21.22~18.04.1                            amd64        Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc  linux-modules-4.18.0-22-generic               4.18.0-22.23~18.04.1                            amd64        Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc  linux-modules-4.18.0-24-generic               4.18.0-24.25~18.04.1                            amd64        Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc  linux-modules-4.18.0-25-generic               4.18.0-25.26~18.04.1                            amd64        Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc  linux-modules-5.0.0-23-generic                5.0.0-23.24~18.04.1                             amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-5.0.0-25-generic                5.0.0-25.26~18.04.1                             amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-5.0.0-27-generic                5.0.0-27.28~18.04.1                             amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-5.0.0-29-generic                5.0.0-29.31~18.04.1                             amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-5.0.0-31-generic                5.0.0-31.33~18.04.1                             amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-5.0.0-32-generic                5.0.0-32.34~18.04.2                             amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-5.0.0-36-generic                5.0.0-36.39~18.04.1                             amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-5.0.0-37-generic                5.0.0-37.40~18.04.1                             amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-26-generic                5.3.0-26.28~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-28-generic                5.3.0-28.30~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-40-generic                5.3.0-40.32~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-42-generic                5.3.0-42.34~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-45-generic                5.3.0-45.37~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-46-generic                5.3.0-46.38~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-51-generic                5.3.0-51.44~18.04.2                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-53-generic                5.3.0-53.47~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-59-generic                5.3.0-59.53~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-61-generic                5.3.0-61.55~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.3.0-62-generic                5.3.0-62.56~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-42-generic                5.4.0-42.46~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-45-generic                5.4.0-45.49~18.04.2                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-47-generic                5.4.0-47.51~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-48-generic                5.4.0-48.52~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-51-generic                5.4.0-51.56~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-52-generic                5.4.0-52.57~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-53-generic                5.4.0-53.59~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-54-generic                5.4.0-54.60~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-56-generic                5.4.0-56.62~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-58-generic                5.4.0-58.64~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-59-generic                5.4.0-59.65~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-60-generic                5.4.0-60.67~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-62-generic                5.4.0-62.70~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-64-generic                5.4.0-64.72~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-65-generic                5.4.0-65.73~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-66-generic                5.4.0-66.74~18.04.2                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-67-generic                5.4.0-67.75~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-70-generic                5.4.0-70.78~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-71-generic                5.4.0-71.79~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-72-generic                5.4.0-72.80~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-73-generic                5.4.0-73.82~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-74-generic                5.4.0-74.83~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-77-generic                5.4.0-77.86~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-80-generic                5.4.0-80.90~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-81-generic                5.4.0-81.91~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-84-generic                5.4.0-84.94~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-86-generic                5.4.0-86.97~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-87-generic                5.4.0-87.98~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-89-generic                5.4.0-89.100~18.04.1                            amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-90-generic                5.4.0-90.101~18.04.1                            amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-91-generic                5.4.0-91.102~18.04.1                            amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-92-generic                5.4.0-92.103~18.04.2                            amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.18.0-15-generic         4.18.0-15.16~18.04.1                            amd64        Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.18.0-18-generic         4.18.0-18.19~18.04.1                            amd64        Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.18.0-20-generic         4.18.0-20.21~18.04.1                            amd64        Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.18.0-21-generic         4.18.0-21.22~18.04.1                            amd64        Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.18.0-22-generic         4.18.0-22.23~18.04.1                            amd64        Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.18.0-24-generic         4.18.0-24.25~18.04.1                            amd64        Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.18.0-25-generic         4.18.0-25.26~18.04.1                            amd64        Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.0.0-23-generic          5.0.0-23.24~18.04.1                             amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.0.0-25-generic          5.0.0-25.26~18.04.1                             amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.0.0-27-generic          5.0.0-27.28~18.04.1                             amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.0.0-29-generic          5.0.0-29.31~18.04.1                             amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.0.0-31-generic          5.0.0-31.33~18.04.1                             amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.0.0-32-generic          5.0.0-32.34~18.04.2                             amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.0.0-36-generic          5.0.0-36.39~18.04.1                             amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.0.0-37-generic          5.0.0-37.40~18.04.1                             amd64        Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-26-generic          5.3.0-26.28~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-28-generic          5.3.0-28.30~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-40-generic          5.3.0-40.32~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-42-generic          5.3.0-42.34~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-45-generic          5.3.0-45.37~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-46-generic          5.3.0-46.38~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-51-generic          5.3.0-51.44~18.04.2                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-53-generic          5.3.0-53.47~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-59-generic          5.3.0-59.53~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-61-generic          5.3.0-61.55~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.3.0-62-generic          5.3.0-62.56~18.04.1                             amd64        Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-42-generic          5.4.0-42.46~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-45-generic          5.4.0-45.49~18.04.2                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-47-generic          5.4.0-47.51~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-48-generic          5.4.0-48.52~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-51-generic          5.4.0-51.56~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-52-generic          5.4.0-52.57~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-53-generic          5.4.0-53.59~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-54-generic          5.4.0-54.60~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-56-generic          5.4.0-56.62~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-58-generic          5.4.0-58.64~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-59-generic          5.4.0-59.65~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-60-generic          5.4.0-60.67~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-62-generic          5.4.0-62.70~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-64-generic          5.4.0-64.72~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-65-generic          5.4.0-65.73~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-66-generic          5.4.0-66.74~18.04.2                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-67-generic          5.4.0-67.75~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-70-generic          5.4.0-70.78~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-71-generic          5.4.0-71.79~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-72-generic          5.4.0-72.80~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-73-generic          5.4.0-73.82~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-74-generic          5.4.0-74.83~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-77-generic          5.4.0-77.86~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-80-generic          5.4.0-80.90~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-81-generic          5.4.0-81.91~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-84-generic          5.4.0-84.94~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-86-generic          5.4.0-86.97~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-87-generic          5.4.0-87.98~18.04.1                             amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-89-generic          5.4.0-89.100~18.04.1                            amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-90-generic          5.4.0-90.101~18.04.1                            amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-91-generic          5.4.0-91.102~18.04.1                            amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-92-generic          5.4.0-92.103~18.04.2                            amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
it  man-db                                        2.8.3-2ubuntu0.1                                amd64        on-line manual pager
iU  mesa-common-dev:amd64                         20.0.8-0ubuntu1~18.04.1                         amd64        Developer documentation for Mesa
it  mime-support                                  3.60ubuntu1                                     all          MIME files 'mime.types' & 'mailcap', and support programs
iU  nvidia-cuda-dev                               9.1.85-3ubuntu1                                 amd64        NVIDIA CUDA development files
iU  nvidia-cuda-doc                               9.1.85-3ubuntu1                                 all          NVIDIA CUDA and OpenCL documentation
iU  nvidia-cuda-gdb                               9.1.85-3ubuntu1                                 amd64        NVIDIA CUDA Debugger (GDB)
iU  nvidia-cuda-toolkit                           9.1.85-3ubuntu1                                 amd64        NVIDIA CUDA development toolkit
iU  nvidia-opencl-dev:amd64                       9.1.85-3ubuntu1                                 amd64        NVIDIA OpenCL development files
rc  nvidia-opencl-icd-340                         340.108-0ubuntu0.18.04.1                        amd64        NVIDIA OpenCL ICD
iU  nvidia-profiler                               9.1.85-3ubuntu1                                 amd64        NVIDIA Profiler for CUDA and OpenCL
iU  nvidia-visual-profiler                        9.1.85-3ubuntu1                                 amd64        NVIDIA Visual Profiler for CUDA and OpenCL
iU  ocl-icd-opencl-dev:amd64                      2.2.11-1ubuntu1                                 amd64        OpenCL development files
iU  opencl-c-headers                              2.2~2018.02.21-gb5c3680-1                       all          OpenCL (Open Computing Language) C header files
iU  openjdk-8-jre:amd64                           8u312-b07-0ubuntu1~18.04                        amd64        OpenJDK Java runtime, using Hotspot JIT
iU  openjdk-8-jre-headless:amd64                  8u312-b07-0ubuntu1~18.04                        amd64        OpenJDK Java runtime, using Hotspot JIT (headless)
rc  openoffice-debian-menus                       4.1.10-9807                                     all          OpenOffice desktop integration
rc  python-matplotlib-data                        2.1.1-2ubuntu3                                  all          Python based plotting system (data package)
iU  x11proto-core-dev                             2018.4-4                                        all          transitional dummy package
iU  x11proto-damage-dev                           1:2018.4-4                                      all          transitional dummy package
iU  x11proto-dev                                  2018.4-4                                        all          X11 extension protocols and auxiliary headers
iU  x11proto-fixes-dev                            1:2018.4-4                                      all          transitional dummy package
iU  x11proto-xext-dev                             2018.4-4                                        all          transitional dummy package
iU  x11proto-xf86vidmode-dev                      2018.4-4                                        all          transitional dummy package
iU  xorg-sgml-doctools                            1:1.11-1                                        all          Common tools for building X.Org SGML documentation
iU  xtrans-dev                                    1.3.5-1                                         all          X transport library (development files)
laurence@laurence-HP-ProDesk-600-G1-SFF:~$

Dernière modification par doudoulolita (Le 05/02/2022, à 22:35)

Hors ligne

#6 Le 05/02/2022, à 22:39

xubu1957

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

Pour nettoyer (vu Apache = serveur) :

Le 22/07/2020, nany a écrit :
dpkg -l | awk '/^rc/ && !/sql/{print $2}' | xargs -r sudo dpkg -P

Pour info, les précisions de nany, pour la commande de nettoyage

Pour l'état des paquets :

Le 14/08/2020, moko138 a écrit :

(...)
La source est tout simplement :

man dpkg-query
              Les trois premières colonnes affichées montrent dans l'ordre : l'action souhaitée,  l'état
              du paquet et les erreurs.

              Action souhaitée :
                u = Inconnu (Unknown)
                i = Installer (Install)
                h = Garder (Hold)
                r = Supprimer (Remove)
                p = Purger (Purge)

              État du paquet :
                n = Non installé (Not-installed)
                c = Fichiers de configuration (Config-files)
                H = Semi-installé (Half-installed)
                U = Décompressé (Unpacked)
                F = Semi-configuré (Half-configured)
                W = Attente de déclenchements (Triggers-awaiting)
                t = Déclenchements en attente (Triggers-pending)
                i = Installé (Installed)

              Drapeaux d'erreur :
                <empty> = (none)
                R = Reinst-required

              Un  état  en  majuscules ou une lettre d'erreur indiquent que le paquet peut provoquer des
              problèmes graves. Veuillez consulter dpkg(1) à propos des états et drapeaux ci-dessus.

Il faudra attendre un aidant plus dégourdi que moi, pour remettre d'aplomb les paquets.

Dernière modification par xubu1957 (Le 05/02/2022, à 22:46)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#7 Le 05/02/2022, à 23:12

doudoulolita

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

Merci, ça n'a pas résolu le problème, mais ça ne peut pas faire de mal, un petit nettoyage.

Hors ligne

#8 Le 05/02/2022, à 23:17

xubu1957

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#9 Le 05/02/2022, à 23:54

abelthorne

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

Vu l'état des paquets en #5, il faudrait un peu plus qu'un petit nettoyage. Tu peux redonner le retour des deux commandes suivantes suite à la commande donnée en #6 ?

dpkg -l | grep nvidia
dpkg -l | grep -v ^ii

Ajoute aussi la liste des dépôts :

cat /etc/apt/sources.list
ls /etc/apt/sources.list.d
cat /etc/apt/sources.list.d/*.list

En-dehors de ça, le message d'erreur que tu as eu au début (cité en #2) indique que tu ne peux pas installer à la fois le paquet du pilote nvidia et celui de CUDA. Manifestement, les paquets sont packagés n'importe comment. Il faudrait creuser le premier lien donné par xubu1957 : en survolant un peu j'ai l'impression qu'ils donnent des paquets alternatifs pour l'installation de CUDA (mais à voir une fois que le système sera réparé). Possible aussi que le problème ne concerne qu'Ubuntu 18.04 et qu'un passage en 20.04 puisse aider.

Hors ligne

#10 Le 06/02/2022, à 17:34

doudoulolita

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

OK. Voilà déjà ça :

laurence@laurence-HP-ProDesk-600-G1-SFF:~$ dpkg -l | grep nvidia
ii  libnvidia-compute-510:amd64                   510.47.03-0ubuntu1                              amd64        NVIDIA libcompute package
ii  nvidia-340                                    340.108-0ubuntu0.18.04.1                        amd64        NVIDIA binary driver - version 340.108
ii  nvidia-cuda-dev                               9.1.85-3ubuntu1                                 amd64        NVIDIA CUDA development files
ii  nvidia-cuda-doc                               9.1.85-3ubuntu1                                 all          NVIDIA CUDA and OpenCL documentation
ii  nvidia-cuda-gdb                               9.1.85-3ubuntu1                                 amd64        NVIDIA CUDA Debugger (GDB)
ii  nvidia-cuda-toolkit                           9.1.85-3ubuntu1                                 amd64        NVIDIA CUDA development toolkit
ii  nvidia-opencl-dev:amd64                       9.1.85-3ubuntu1                                 amd64        NVIDIA OpenCL development files
ii  nvidia-profiler                               9.1.85-3ubuntu1                                 amd64        NVIDIA Profiler for CUDA and OpenCL
ii  nvidia-settings                               470.57.01-0ubuntu0.18.04.1                      amd64        Tool for configuring the NVIDIA graphics driver
ii  nvidia-visual-profiler                        9.1.85-3ubuntu1                                 amd64        NVIDIA Visual Profiler for CUDA and OpenCL
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ 
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom                                           Version                                         Architecture Description
+++-=============================================-===============================================-============-===============================================================================
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ 
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 18.04.2 LTS _Bionic Beaver_ - Release amd64 (20190210)]/ bionic main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu bionic partner
# deb-src http://archive.canonical.com/ubuntu bionic partner

deb http://security.ubuntu.com/ubuntu bionic-security main restricted
# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse
deb https://launchpad.net/~kritalime/+archive/ubuntu/ppa bionic main
# deb-src https://launchpad.net/~kritalime/+archive/ubuntu/ppa bionic main
# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ xenial main
deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /
# deb-src http://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /
laurence@laurence-HP-ProDesk-600-G1-SFF:~$
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ ls /etc/apt/sources.list.d
achadwick-ubuntu-mypaint-testing-bionic.list
achadwick-ubuntu-mypaint-testing-bionic.list.save
dhor-ubuntu-myway-bionic.list
dhor-ubuntu-myway-bionic.list.save
google-chrome.list
google-chrome.list.save
graphics-drivers-ubuntu-ppa-bionic.list
graphics-drivers-ubuntu-ppa-bionic.list.save
kritalime-ubuntu-ppa-bionic.list
kritalime-ubuntu-ppa-bionic.list.save
michael-gruz-ubuntu-canon-trunk-bionic.list
michael-gruz-ubuntu-canon-trunk-bionic.list.save
obsproject-ubuntu-obs-studio-bionic.list
obsproject-ubuntu-obs-studio-bionic.list.save
susan-spencer-ubuntu-seamly2d-bionic.list
susan-spencer-ubuntu-seamly2d-bionic.list.save
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ 
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ cat /etc/apt/sources.list.d/*.list
deb http://ppa.launchpad.net/achadwick/mypaint-testing/ubuntu bionic main
# deb-src http://ppa.launchpad.net/achadwick/mypaint-testing/ubuntu bionic main
deb http://ppa.launchpad.net/dhor/myway/ubuntu bionic main
# deb-src http://ppa.launchpad.net/dhor/myway/ubuntu bionic main
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu bionic main
# deb-src http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu bionic main
deb http://ppa.launchpad.net/kritalime/ppa/ubuntu bionic main
# deb-src http://ppa.launchpad.net/kritalime/ppa/ubuntu bionic main
deb http://ppa.launchpad.net/michael-gruz/canon-trunk/ubuntu bionic main
# deb-src http://ppa.launchpad.net/michael-gruz/canon-trunk/ubuntu bionic main
deb http://ppa.launchpad.net/obsproject/obs-studio/ubuntu bionic main
# deb-src http://ppa.launchpad.net/obsproject/obs-studio/ubuntu bionic main
# deb-src http://ppa.launchpad.net/obsproject/obs-studio/ubuntu bionic main
deb http://ppa.launchpad.net/susan-spencer/seamly2d/ubuntu bionic main
# deb-src http://ppa.launchpad.net/susan-spencer/seamly2d/ubuntu bionic main
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ 

Hors ligne

#11 Le 06/02/2022, à 18:44

abelthorne

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

Bon, la situation s'est quand même résolue d'elle-même, semble-t-il, il n'y a plus des tas de paquets dans un état incohérent. On va quand même vérifier si tu as toujours le méta-paquet du bureau (si ce n'est pas le cas, ça indiquerait que des paquets ont pu sauter). Si tu es sur Ubuntu (GNOME), donne le retour de :

dpkg -l | grep ubuntu-desktop

Hors ligne

#12 Le 07/02/2022, à 12:31

doudoulolita

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

laurence@laurence-HP-ProDesk-600-G1-SFF:~$ dpkg -l | grep ubuntu-desktop
ii  ubuntu-desktop                                1.417.5                                         amd64        The Ubuntu desktop system
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ 

Tu as raison, le problème des mises à jour est réglé. Après un redémarrage, j'ai pu les lancer. Super !

Il y a quand même encore un truc bizarre quand je fais le lancement des mises à jour, il me dit : Le téléchargement des informations du dépôt a échoué. Vérifier votre connexion internet (Pourtant, ma connexion fonctionne).

Reste aussi le premier problème sur Blender, lié à ma carte graphique qui n'est pas assez puissante avec Cuda. Le problème des textures avec Eevee est toujours là. J'ai vu que j'avais aussi un souci avec les shaders glossy et glass sur un autre fichier, pareil, ça affiche tout rose. Mais je peux utiliser Cycles, à défaut ou utiliser d'autres textures.

Hors ligne

#13 Le 07/02/2022, à 12:49

abelthorne

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

Pour les mises à jour, donne le retour de :

sudo apt-get update

C'est possible que parmi tes nombreux dépôts tiers il y en ait qui ne sont plus dispo.

Pour CUDA, je suggérerais de passer d'abord à Ubuntu 20.04 (une fois que tout est ok sur les mises à jour) et voir si les paquets ont été corrigés.
Si tu veux rester en 18.04 (elle est supportée pendant encore un an), il faudrait essayer d'installer plutôt deux deb qui sont listés dans le sujet chez nvidia indiqué par xubu1957, à savoir cuda-repo-ubuntu1710-9-2-local_9.2.148-1_amd64.deb
et cuda-repo-ubuntu1710-9-2-148-local-patch-1_1.0-1_amd64.deb. Le problème, c'est que je ne sais pas trop où les récupérer, il y a toute une doc qu'il faudrait regarder en détail. D'où ma suggestion de passer en 20.04, ça simplifierait les choses si la méthode native fonctionne.

Hors ligne

#14 Le 07/02/2022, à 13:15

doudoulolita

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

Effectivement, ça doit être ça car il y a des messages d'erreur :

laurence@laurence-HP-ProDesk-600-G1-SFF:~$ sudo apt-get update
[sudo] Mot de passe de laurence : 
Réception de :1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Ign :2 http://ppa.launchpad.net/achadwick/mypaint-testing/ubuntu bionic InRelease
Atteint :3 http://archive.canonical.com/ubuntu bionic InRelease                
Atteint :4 http://fr.archive.ubuntu.com/ubuntu bionic InRelease                
Atteint :5 https://dl.winehq.org/wine-builds/ubuntu xenial InRelease           
Atteint :6 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease        
Atteint :7 http://ppa.launchpad.net/dhor/myway/ubuntu bionic InRelease         
Atteint :8 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease      
Atteint :9 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu bionic InRelease
Atteint :10 http://ppa.launchpad.net/kritalime/ppa/ubuntu bionic InRelease     
Ign :11 http://ppa.launchpad.net/michael-gruz/canon-trunk/ubuntu bionic InRelease
Atteint :12 http://dl.google.com/linux/chrome/deb stable InRelease             
Atteint :13 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu bionic InRelease
Ign :14 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64  InRelease
Err :15 http://ppa.launchpad.net/susan-spencer/seamly2d/ubuntu bionic InRelease
  403  Forbidden [IP : 91.189.95.85 80]
Atteint :16 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64  Release
Err :17 http://ppa.launchpad.net/achadwick/mypaint-testing/ubuntu bionic Release
  404  Not Found [IP : 91.189.95.85 80]
Err :18 http://ppa.launchpad.net/michael-gruz/canon-trunk/ubuntu bionic Release
  404  Not Found [IP : 91.189.95.85 80]
Ign :19 https://launchpad.net/~kritalime/+archive/ubuntu/ppa bionic InRelease
Réception de :20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [55,1 kB]
Err :21 https://launchpad.net/~kritalime/+archive/ubuntu/ppa bionic Release    
  404  Not Found [IP : 91.189.89.223 443]
Réception de :22 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [59,4 kB]
Réception de :23 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2464 B]
Lecture des listes de paquets... Fait                                          
E: Impossible de récupérer http://ppa.launchpad.net/susan-spencer/seamly2d/ubuntu/dists/bionic/InRelease  403  Forbidden [IP : 91.189.95.85 80]
E: Le dépôt http://ppa.launchpad.net/susan-spencer/seamly2d/ubuntu bionic InRelease n'est plus signé
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
E: Le dépôt http://ppa.launchpad.net/achadwick/mypaint-testing/ubuntu bionic Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
E: Le dépôt http://ppa.launchpad.net/michael-gruz/canon-trunk/ubuntu bionic Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
E: Le dépôt https://launchpad.net/~kritalime/+archive/ubuntu/ppa bionic Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ 

Pour Cuda, je ne vais sans doute pas l'installer finalement, car il faut une carte graphique compatible 3.0 pour que ça marche ensuite dans Blender. De toute façon, je préfère attendre la 22.04 plutôt que d'installer la 20.04. Ce n'est plus dans si longtemps, maintenant...

Je passe le sujet en résolu car au moins, j'ai récupéré un système de paquets propre.

Merci beaucoup pour l'aide.

Hors ligne

#15 Le 07/02/2022, à 13:29

abelthorne

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

Attention, on ne peut passer que d'une LTS à la suivante (en tout cas en passant par le gestionnaire de mises à jour), tu devrais de toute façon faire 18.04 → 20.04 → 22.04 pour passer à cette dernière, à moins que ça ait changé.

Concernant les dépôts tiers, tu en as effectivement plusieurs qui ne sont pas accessibles (vraisemblablement plus de branche bionic maintenue, voire plus de maintenance du dépôt du tout) :
- seamly2d : je ne sais pas ce que c'est ;
- mypaint-testing : versions beta de MyPaint ?
- canon-trunk : pilotes Canon ;
- Krita Lime : versions beta de Krita ?

Est-ce que tu as l'utilité de tout ça ? Sachant que dans certains cas (MyPaint et Krita notamment) les softs sont dans les dépôts Ubuntu ou installables à jour via d'autres formats (snap/flatpak principalement).

Hors ligne

#16 Le 07/02/2022, à 13:31

xubu1957

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

Bonjour,

Pour info, un fil récent > Ouverture d'Opentoonz impossible


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#17 Le 07/02/2022, à 16:41

doudoulolita

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

Je passerai à la 22.04 sur un autre ordi qui pour l'instant n'a que Windows 10 et sur lequel je veux faire un dual boot, donc ça ira.

J'utilise beaucoup Krita, mais je n'ai pas besoin de la version béta. Les pilotes Canon ne fonctionnent pas, mon imprimante ne veut plus imprimer sur Ubuntu. seamly2d semble un truc de création de motifs, mais je ne m'en sers pas.

Je ne savais pas trop comment supprimer ces dépôts tiers dont je n'ai pas besoin donc j'ai regardé cet article, mais je ne suis pas sûre d'avoir bien compris comment faire. Je décoche tout ou je garde tout ce qui n'est pas bionic main ?

il y a wine...ubuntu/xenial, par ex, est-ce qu'il faut le garder ?

D'autre part, à un endroit, il y a obsstudio, et ça m'intéresserait de le garder.

https://alentours.com/divers/capture_depots_tiers.png

Sinon, il y a l'explication pour virer entièrement le ppa, mais je ne sais pas quel est son nom exact. Donc je mets quoi précisément pour

sudo add-apt-repository --remove ppa:nombre-ppa/ppa

?


Modération : merci d'utiliser des images de petite taille (300x300) ou des miniatures pointant sur ces images.

Dernière modification par cqfd93 (Le 07/02/2022, à 17:33)

Hors ligne

#18 Le 07/02/2022, à 17:12

abelthorne

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

Ne touche à rien, pour l'instant on va se concentrer sur les dépôts qui ne fonctionnent pas et on fera le tri dans ce qui est fonctionnel ensuite.

Cela dit, je vois sur ta capture qu'il y a un dépôt CUDA apparemment prévu pour 20.04 et que je n'avais pas remarqué. Ça pourrait expliquer tes problèmes pour l'installer, il ne correspond pas du tout à ta version d'Ubuntu.

Tout d'abord, ferme Logiciels & mises à jour et édite le sources.list :

sudo nano /etc/apt/sources.list

Supprime tout (tu peux utiliser ctrl + K pour effacer des lignes entières dans Nano) et colle ce qui suit à la place :

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu bionic partner
# deb-src http://archive.canonical.com/ubuntu bionic partner

deb http://security.ubuntu.com/ubuntu bionic-security main restricted
# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse
# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse

Enregistre avec ctrl + O, valide le nom de fichier avec entrée, ferme Nano avec ctrl + X.

Ensuite, supprime les fichiers suivants :

sudo rm /etc/apt/sources.list.d/achadwick-ubuntu-mypaint-testing-bionic.list /etc/apt/sources.list.d/achadwick-ubuntu-mypaint-testing-bionic.list.save /etc/apt/sources.list.d/kritalime-ubuntu-ppa-bionic.list /etc/apt/sources.list.d/kritalime-ubuntu-ppa-bionic.list.save /etc/apt/sources.list.d/susan-spencer-ubuntu-seamly2d-bionic.list /etc/apt/sources.list.d/susan-spencer-ubuntu-seamly2d-bionic.list.save /etc/apt/sources.list.d/michael-gruz-ubuntu-canon-trunk-bionic.list /etc/apt/sources.list.d/michael-gruz-ubuntu-canon-trunk-bionic.list.save

Puis crée un .list pour Wine (quitte à le supprimer plus tard) :

sudo nano /etc/apt/sources.list.d/winehq.list

Dans l'éditeur, colle ça :

deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ bionic main

Enregistre comme précédemment (ctrl + O, entrée, ctrl + X).

Ensuite, on va ajouter un autre PPA pour les pilotes Canon (à jour) :

sudo add-apt-repository ppa:thierry-f/fork-michael-gruz

Recharge la liste des dépôts :

sudo apt-get update

Normalement, il ne devrait plus y avoir d'erreurs. Si c'est bien le cas, essaie de faire des mises à jour éventuelles (pas sûr que ça se passe bien, donne le retour) :

sudo apt-get dist-upgrade

Quel que soit le résultat, donne ensuite le retour de :

apt list | grep "installé, local"

Dernière modification par abelthorne (Le 07/02/2022, à 17:15)

Hors ligne

#19 Le 07/02/2022, à 17:23

doudoulolita

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

laurence@laurence-HP-ProDesk-600-G1-SFF:~$ sudo apt-get update
Atteint :1 http://dl.google.com/linux/chrome/deb stable InRelease
Atteint :2 http://ppa.launchpad.net/dhor/myway/ubuntu bionic InRelease         
Atteint :3 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease           
Atteint :4 http://fr.archive.ubuntu.com/ubuntu bionic InRelease                
Atteint :5 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease        
Atteint :6 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu bionic InRelease
Atteint :7 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease      
Atteint :8 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu bionic InRelease
Atteint :9 http://ppa.launchpad.net/thierry-f/fork-michael-gruz/ubuntu bionic InRelease
Atteint :10 http://archive.canonical.com/ubuntu bionic InRelease               
Atteint :11 http://security.ubuntu.com/ubuntu bionic-security InRelease        
Lecture des listes de paquets... Fait                          
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ 

Je ne vois pas de message d'erreur, donc je saute la ligne suivante.

laurence@laurence-HP-ProDesk-600-G1-SFF:~$ apt list | grep "installé, local"

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

discord/now 0.0.10 amd64  [installé, local]
krita-l10n/now 3:4.4.3-2~bionic all  [installé, local]
libnvidia-compute-510/now 510.47.03-0ubuntu1 amd64  [installé, local]
libxnvctrl0/now 510.47.03-0ubuntu1 amd64  [installé, local]
net.downloadhelper.coapp/now 1.5.0 amd64  [installé, local]
openoffice/now 4.1.10-2 i386  [installé, local]
openoffice-base/now 4.1.10-2 i386  [installé, local]
openoffice-brand-base/now 4.1.10-2 i386  [installé, local]
openoffice-brand-calc/now 4.1.10-2 i386  [installé, local]
openoffice-brand-draw/now 4.1.10-2 i386  [installé, local]
openoffice-brand-fr/now 4.1.10-2 i386  [installé, local]
openoffice-brand-impress/now 4.1.10-2 i386  [installé, local]
openoffice-brand-math/now 4.1.10-2 i386  [installé, local]
openoffice-brand-writer/now 4.1.10-2 i386  [installé, local]
openoffice-calc/now 4.1.10-2 i386  [installé, local]
openoffice-core01/now 4.1.10-2 i386  [installé, local]
openoffice-core02/now 4.1.10-2 i386  [installé, local]
openoffice-core03/now 4.1.10-2 i386  [installé, local]
openoffice-core04/now 4.1.10-2 i386  [installé, local]
openoffice-core05/now 4.1.10-2 i386  [installé, local]
openoffice-core06/now 4.1.10-2 i386  [installé, local]
openoffice-core07/now 4.1.10-2 i386  [installé, local]
openoffice-draw/now 4.1.10-2 i386  [installé, local]
openoffice-fr/now 4.1.10-2 i386  [installé, local]
openoffice-fr-base/now 4.1.10-2 i386  [installé, local]
openoffice-fr-calc/now 4.1.10-2 i386  [installé, local]
openoffice-fr-draw/now 4.1.10-2 i386  [installé, local]
openoffice-fr-help/now 4.1.10-2 i386  [installé, local]
openoffice-fr-impress/now 4.1.10-2 i386  [installé, local]
openoffice-fr-math/now 4.1.10-2 i386  [installé, local]
openoffice-fr-res/now 4.1.10-2 i386  [installé, local]
openoffice-fr-writer/now 4.1.10-2 i386  [installé, local]
openoffice-gnome-integration/now 4.1.10-2 i386  [installé, local]
openoffice-graphicfilter/now 4.1.10-2 i386  [installé, local]
openoffice-images/now 4.1.10-2 i386  [installé, local]
openoffice-impress/now 4.1.10-2 i386  [installé, local]
openoffice-javafilter/now 4.1.10-2 i386  [installé, local]
openoffice-math/now 4.1.10-2 i386  [installé, local]
openoffice-ogltrans/now 4.1.10-2 i386  [installé, local]
openoffice-onlineupdate/now 4.1.10-2 i386  [installé, local]
openoffice-ooofonts/now 4.1.10-2 i386  [installé, local]
openoffice-ooolinguistic/now 4.1.10-2 i386  [installé, local]
openoffice-pyuno/now 4.1.10-2 i386  [installé, local]
openoffice-ure/now 4.1.10-2 i386  [installé, local]
openoffice-writer/now 4.1.10-2 i386  [installé, local]
openoffice-xsltfilter/now 4.1.10-2 i386  [installé, local]
oracle-java8-jre/now 8u261 amd64  [installé, local]
seamly2d/now 0.6.0.1ubuntu1-0~202004231901~ubuntu18.04.1 amd64  [installé, local]
unity-editor/now 2017.2.0b11 amd64  [installé, local]
zoom/now 5.2.458699.0906 amd64  [installé, local]
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ 

Hors ligne

#20 Le 07/02/2022, à 17:26

abelthorne

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

C'est normal que tu aies OpenOffice, vraisemblablement installé manuellement et apparemment en 32 bits uniquement ? Tu veux le garder (sachant qu'il y a LibreOffice normalement déjà installé sur ton système) ?

À part ça, lance les mises à jour éventuelles (poste le retour) :

sudo apt-get dist-upgrade

Puis donne-moi le retour de :

apt-cache policy krita-l10n libnvidia-compute-510 libxnvctrl0 oracle-java8-jre seamly2d unity-editor

Dernière modification par abelthorne (Le 07/02/2022, à 17:27)

Hors ligne

#21 Le 07/02/2022, à 17:35

doudoulolita

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

Pas sûre que ce soit normal pour Open office, surtout que j'utilise Libreoffice.

laurence@laurence-HP-ProDesk-600-G1-SFF:~$ apt list | grep "installé, local"

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

discord/now 0.0.10 amd64  [installé, local]
krita-l10n/now 3:4.4.3-2~bionic all  [installé, local]
libnvidia-compute-510/now 510.47.03-0ubuntu1 amd64  [installé, local]
libxnvctrl0/now 510.47.03-0ubuntu1 amd64  [installé, local]
net.downloadhelper.coapp/now 1.5.0 amd64  [installé, local]
openoffice/now 4.1.10-2 i386  [installé, local]
openoffice-base/now 4.1.10-2 i386  [installé, local]
openoffice-brand-base/now 4.1.10-2 i386  [installé, local]
openoffice-brand-calc/now 4.1.10-2 i386  [installé, local]
openoffice-brand-draw/now 4.1.10-2 i386  [installé, local]
openoffice-brand-fr/now 4.1.10-2 i386  [installé, local]
openoffice-brand-impress/now 4.1.10-2 i386  [installé, local]
openoffice-brand-math/now 4.1.10-2 i386  [installé, local]
openoffice-brand-writer/now 4.1.10-2 i386  [installé, local]
openoffice-calc/now 4.1.10-2 i386  [installé, local]
openoffice-core01/now 4.1.10-2 i386  [installé, local]
openoffice-core02/now 4.1.10-2 i386  [installé, local]
openoffice-core03/now 4.1.10-2 i386  [installé, local]
openoffice-core04/now 4.1.10-2 i386  [installé, local]
openoffice-core05/now 4.1.10-2 i386  [installé, local]
openoffice-core06/now 4.1.10-2 i386  [installé, local]
openoffice-core07/now 4.1.10-2 i386  [installé, local]
openoffice-draw/now 4.1.10-2 i386  [installé, local]
openoffice-fr/now 4.1.10-2 i386  [installé, local]
openoffice-fr-base/now 4.1.10-2 i386  [installé, local]
openoffice-fr-calc/now 4.1.10-2 i386  [installé, local]
openoffice-fr-draw/now 4.1.10-2 i386  [installé, local]
openoffice-fr-help/now 4.1.10-2 i386  [installé, local]
openoffice-fr-impress/now 4.1.10-2 i386  [installé, local]
openoffice-fr-math/now 4.1.10-2 i386  [installé, local]
openoffice-fr-res/now 4.1.10-2 i386  [installé, local]
openoffice-fr-writer/now 4.1.10-2 i386  [installé, local]
openoffice-gnome-integration/now 4.1.10-2 i386  [installé, local]
openoffice-graphicfilter/now 4.1.10-2 i386  [installé, local]
openoffice-images/now 4.1.10-2 i386  [installé, local]
openoffice-impress/now 4.1.10-2 i386  [installé, local]
openoffice-javafilter/now 4.1.10-2 i386  [installé, local]
openoffice-math/now 4.1.10-2 i386  [installé, local]
openoffice-ogltrans/now 4.1.10-2 i386  [installé, local]
openoffice-onlineupdate/now 4.1.10-2 i386  [installé, local]
openoffice-ooofonts/now 4.1.10-2 i386  [installé, local]
openoffice-ooolinguistic/now 4.1.10-2 i386  [installé, local]
openoffice-pyuno/now 4.1.10-2 i386  [installé, local]
openoffice-ure/now 4.1.10-2 i386  [installé, local]
openoffice-writer/now 4.1.10-2 i386  [installé, local]
openoffice-xsltfilter/now 4.1.10-2 i386  [installé, local]
oracle-java8-jre/now 8u261 amd64  [installé, local]
seamly2d/now 0.6.0.1ubuntu1-0~202004231901~ubuntu18.04.1 amd64  [installé, local]
unity-editor/now 2017.2.0b11 amd64  [installé, local]
zoom/now 5.2.458699.0906 amd64  [installé, local]
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ sudo apt-get dist-upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
Le paquet suivant a été installé automatiquement et n'est plus nécessaire :
  linux-hwe-5.4-headers-5.4.0-94
Veuillez utiliser « sudo apt autoremove » pour le supprimer.
Les paquets suivants seront mis à jour :
  wine-stable wine-stable-amd64 wine-stable-i386:i386
3 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 164 Mo dans les archives.
Après cette opération, 429 Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] O
Réception de :1 https://dl.winehq.org/wine-builds/ubuntu bionic/main amd64 wine-stable amd64 7.0.0.0~bionic-1 [1993 kB]
Réception de :2 https://dl.winehq.org/wine-builds/ubuntu bionic/main i386 wine-stable-i386 i386 7.0.0.0~bionic-1 [79,3 MB]
Réception de :3 https://dl.winehq.org/wine-builds/ubuntu bionic/main amd64 wine-stable-amd64 amd64 7.0.0.0~bionic-1 [82,7 MB]
164 Mo réceptionnés en 4s (37,2 Mo/s)         
Préconfiguration des paquets...
(Lecture de la base de données... 374731 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../wine-stable_7.0.0.0~bionic-1_amd64.deb ...
Dépaquetage de wine-stable (7.0.0.0~bionic-1) sur (5.0.3~xenial) ...
Préparation du dépaquetage de .../wine-stable-i386_7.0.0.0~bionic-1_i386.deb ...
Dépaquetage de wine-stable-i386:i386 (7.0.0.0~bionic-1) sur (5.0.3~xenial) ...
Préparation du dépaquetage de .../wine-stable-amd64_7.0.0.0~bionic-1_amd64.deb ...
Dépaquetage de wine-stable-amd64 (7.0.0.0~bionic-1) sur (5.0.3~xenial) ...
Paramétrage de wine-stable-amd64 (7.0.0.0~bionic-1) ...
Paramétrage de wine-stable-i386:i386 (7.0.0.0~bionic-1) ...
Paramétrage de wine-stable (7.0.0.0~bionic-1) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.27-3ubuntu1.4) ...
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ 
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ apt-cache policy krita-l10n libnvidia-compute-510 libxnvctrl0 oracle-java8-jre seamly2d unity-editor
krita-l10n:
  Installé : 3:4.4.3-2~bionic
  Candidat : 3:4.4.3-2~bionic
 Table de version :
 *** 3:4.4.3-2~bionic 100
        100 /var/lib/dpkg/status
     1:4.0.1+dfsg-0ubuntu1 500
        500 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
        500 http://fr.archive.ubuntu.com/ubuntu bionic/universe i386 Packages
libnvidia-compute-510:
  Installé : 510.47.03-0ubuntu1
  Candidat : 510.47.03-0ubuntu1
 Table de version :
 *** 510.47.03-0ubuntu1 100
        100 /var/lib/dpkg/status
     510.47.03-0ubuntu0.18.04.1 500
        500 http://fr.archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages
        500 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages
        500 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu bionic/main amd64 Packages
libxnvctrl0:
  Installé : 510.47.03-0ubuntu1
  Candidat : 510.47.03-0ubuntu1
 Table de version :
 *** 510.47.03-0ubuntu1 100
        100 /var/lib/dpkg/status
     470.57.01-0ubuntu0.18.04.1 500
        500 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
        500 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu bionic/main amd64 Packages
     390.42-0ubuntu1 500
        500 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
oracle-java8-jre:
  Installé : 8u261
  Candidat : 8u261
 Table de version :
 *** 8u261 100
        100 /var/lib/dpkg/status
seamly2d:
  Installé : 0.6.0.1ubuntu1-0~202004231901~ubuntu18.04.1
  Candidat : 0.6.0.1ubuntu1-0~202004231901~ubuntu18.04.1
 Table de version :
 *** 0.6.0.1ubuntu1-0~202004231901~ubuntu18.04.1 100
        100 /var/lib/dpkg/status
unity-editor:
  Installé : 2017.2.0b11
  Candidat : 2017.2.0b11
 Table de version :
 *** 2017.2.0b11 100
        100 /var/lib/dpkg/status
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ 

Hors ligne

#22 Le 07/02/2022, à 17:44

abelthorne

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

Du coup, on va supprimer ce vieil OpenOffice 32 bits :

sudo apt-get remove --purge openoffice:i386 openoffice-base:i386 openoffice-brand-base:i386 openoffice-brand-calc:i386 openoffice-brand-draw:i386 openoffice-brand-fr:i386 openoffice-brand-impress:i386 openoffice-brand-math:i386 openoffice-brand-writer:i386 openoffice-calc:i386 openoffice-core01:i386 openoffice-core02:i386 openoffice-core03:i386 openoffice-core04:i386 openoffice-core05:i386 openoffice-core06:i386 openoffice-core07:i386 openoffice-draw:i386 openoffice-fr:i386 openoffice-fr-base:i386 openoffice-fr-calc:i386 openoffice-fr-draw:i386 openoffice-fr-help:i386 openoffice-fr-impress:i386 openoffice-fr-math:i386 openoffice-fr-res:i386 openoffice-fr-writer:i386 openoffice-gnome-integration:i386 openoffice-graphicfilter:i386 openoffice-images:i386 openoffice-impress:i386 openoffice-javafilter:i386 openoffice-math:i386 openoffice-ogltrans:i386 openoffice-onlineupdate:i386 openoffice-ooofonts:i386 openoffice-ooolinguistic:i386 openoffice-pyuno:i386 openoffice-ure:i386 openoffice-writer:i386 openoffice-xsltfilter

Ensuite, ces deux paquets inutiles :

sudo apt-get remove --purge oracle-java8-jre seamly2d

Tu utilises l'éditeur Unity ? Je vois qu'il est en version de 2017. Je ne suis pas vraiment le développement mais ça me semble vieux à première vue. Si tu n'en as plus besoin et/ou que c'est une version obsolète, tu peux le supprimer aussi (là, c'est à toi de voir) :

sudo apt-get remove --purge unity-editor

Ensuite, concernant Krita, on peut remettre le pack de langue à la version des dépôts :

sudo apt-get install --reinstall krita-l10n=1:4.0.1+dfsg-0ubuntu1

Cela dit, ça m'étonne de ne voir que le pack de langue dans les paquets orphelins et pas Krita. Est-ce qu'il est installé ?

apt list | grep krita

Enfin, on va essayer de repasser les paquets nvidia liés à CUDA à la version des dépôts. Mais comme les numéros de version ne m'ont pas l'air super cohérents, c'est possible que ça se passe mal, on va voir :

sudo apt-get install --reinstall libnvidia-compute-510=510.47.03-0ubuntu0.18.04.1 libxnvctrl0=470.57.01-0ubuntu0.18.04.1

Hors ligne

#23 Le 07/02/2022, à 17:48

doudoulolita

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

Ah, problème pour supprimer Openoffice :

laurence@laurence-HP-ProDesk-600-G1-SFF:~$ sudo apt-get remove --purge openoffice:i386 openoffice-base:i386 openoffice-brand-base:i386 openoffice-brand-calc:i386 openoffice-brand-draw:i386 openoffice-brand-fr:i386 openoffice-brand-impress:i386 openoffice-brand-math:i386 openoffice-brand-writer:i386 openoffice-calc:i386 openoffice-core01:i386 openoffice-core02:i386 openoffice-core03:i386 openoffice-core04:i386 openoffice-core05:i386 openoffice-core06:i386 openoffice-core07:i386 openoffice-draw:i386 openoffice-fr:i386 openoffice-fr-base:i386 openoffice-fr-calc:i386 openoffice-fr-draw:i386 openoffice-fr-help:i386 openoffice-fr-impress:i386 openoffice-fr-math:i386 openoffice-fr-res:i386 openoffice-fr-writer:i386 openoffice-gnome-integration:i386 openoffice-graphicfilter:i386 openoffice-images:i386 openoffice-impress:i386 openoffice-javafilter:i386 openoffice-math:i386 openoffice-ogltrans:i386 openoffice-onlineupdate:i386 openoffice-ooofonts:i386 openoffice-ooolinguistic:i386 openoffice-pyuno:i386 openoffice-ure:i386 openoffice-wr
[sudo] Mot de passe de laurence : 
Désolé, essayez de nouveau.
[sudo] Mot de passe de laurence : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet openoffice-wr
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ 

Je ferai la suite plus tard, car j'ai un cours de chinois en ligne qui démarre bientôt. Merci en tout cas. J'aurai un peu moins de temps dans la semaine pour faire tout ça, mais dès que je peux, je reviens suivre tes conseils.

Dernière modification par doudoulolita (Le 07/02/2022, à 17:49)

Hors ligne

#24 Le 07/02/2022, à 17:54

abelthorne

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

Tu as mal copié ma commande : elle s'arrête au milieu du nom du paquet openoffice-writer:i386. Mais je vois que j'ai fait une erreur aussi, j'ai oublié le tag :i386 sur le dernier paquet. Je redonne la commande complète corrigée :

sudo apt-get remove --purge openoffice:i386 openoffice-base:i386 openoffice-brand-base:i386 openoffice-brand-calc:i386 openoffice-brand-draw:i386 openoffice-brand-fr:i386 openoffice-brand-impress:i386 openoffice-brand-math:i386 openoffice-brand-writer:i386 openoffice-calc:i386 openoffice-core01:i386 openoffice-core02:i386 openoffice-core03:i386 openoffice-core04:i386 openoffice-core05:i386 openoffice-core06:i386 openoffice-core07:i386 openoffice-draw:i386 openoffice-fr:i386 openoffice-fr-base:i386 openoffice-fr-calc:i386 openoffice-fr-draw:i386 openoffice-fr-help:i386 openoffice-fr-impress:i386 openoffice-fr-math:i386 openoffice-fr-res:i386 openoffice-fr-writer:i386 openoffice-gnome-integration:i386 openoffice-graphicfilter:i386 openoffice-images:i386 openoffice-impress:i386 openoffice-javafilter:i386 openoffice-math:i386 openoffice-ogltrans:i386 openoffice-onlineupdate:i386 openoffice-ooofonts:i386 openoffice-ooolinguistic:i386 openoffice-pyuno:i386 openoffice-ure:i386 openoffice-writer:i386 openoffice-xsltfilter:i386

Hors ligne

#25 Le 07/02/2022, à 18:54

doudoulolita

Re : install CUDA sur Ubuntu 18.04 - problèmes de dépendances [RESOLU]

De retour après mon cours de chinois. Je fais la suite.
Impec' pour la suppression d'Open office avec la nouvelle commande, et des deux paquets inutiles.

Pour Unity, je n'ai pas osé enlever la version.

J'ai mis le pack de langues de Krita.

Ensuite :

laurence@laurence-HP-ProDesk-600-G1-SFF:~$ apt list | grep krita

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

krita/bionic 1:4.0.1+dfsg-0ubuntu1 amd64
krita-data/bionic,bionic 1:4.0.1+dfsg-0ubuntu1 all
krita-l10n/bionic,bionic,now 1:4.0.1+dfsg-0ubuntu1 all  [installé]
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ 

Et pour cuda :

laurence@laurence-HP-ProDesk-600-G1-SFF:~$ sudo apt-get install --reinstall libnvidia-compute-510=510.47.03-0ubuntu0.18.04.1 libxnvctrl0=470.57.01-0ubuntu0.18.04.1
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  libqt5xmlpatterns5 linux-hwe-5.4-headers-5.4.0-94
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets suivants seront mis à une VERSION INFÉRIEURE :
  libnvidia-compute-510 libxnvctrl0
0 mis à jour, 0 nouvellement installés, 2 remis à une version inférieure, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 54,2 Mo dans les archives.
Après cette opération, 85,5 Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] O
Réception de :1 http://fr.archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 libnvidia-compute-510 amd64 510.47.03-0ubuntu0.18.04.1 [54,2 MB]
Réception de :2 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxnvctrl0 amd64 470.57.01-0ubuntu0.18.04.1 [11,0 kB]
54,2 Mo réceptionnés en 2s (22,9 Mo/s)  
dpkg: avertissement: dégradation (« downgrade ») de libnvidia-compute-510:amd64 depuis 510.47.03-0ubuntu1 vers 510.47.03-0ubuntu0.18.04.1
(Lecture de la base de données... 369642 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../libnvidia-compute-510_510.47.03-0ubuntu0.18.04.1_amd64.deb ...
Dépaquetage de libnvidia-compute-510:amd64 (510.47.03-0ubuntu0.18.04.1) sur (510.47.03-0ubuntu1) ...
dpkg: avertissement: dégradation (« downgrade ») de libxnvctrl0:amd64 depuis 510.47.03-0ubuntu1 vers 470.57.01-0ubuntu0.18.04.1
Préparation du dépaquetage de .../libxnvctrl0_470.57.01-0ubuntu0.18.04.1_amd64.deb ...
Dépaquetage de libxnvctrl0:amd64 (470.57.01-0ubuntu0.18.04.1) sur (510.47.03-0ubuntu1) ...
Paramétrage de libnvidia-compute-510:amd64 (510.47.03-0ubuntu0.18.04.1) ...
Paramétrage de libxnvctrl0:amd64 (470.57.01-0ubuntu0.18.04.1) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.27-3ubuntu1.4) ...
laurence@laurence-HP-ProDesk-600-G1-SFF:~$ 

Hors ligne