#1 Le 28/12/2024, à 13:10
- maximedef
Redémarrages intempestifs et aléatoires
Bonjour,
L'ordinateur de mes parents (donc pas sur place) connait des difficultés : il redémarre de façon aléatoire et intempestives. C'est le plus souvent quand on navigue sur internet, on clique sur un lien et à cet exact moment il redémarre. Parfois c'est en tapant du texte. Plus rarement c'est quand il est en veille. Parfois même, il redémarre exactement au moment où on clique sur "Éteindre" (c'est très exaspérant). Il est aussi arrivé que ça parte en bootloop (redémarrage avant de terminer un démarrage)
(Ça ressemble à ce problème mais ce n'est pas le même kernel)
Le PC est vieux (9 ans), avec un Intel i3 et 4Go de RAM, le système est installé sur un SSD.
Ce que j'ai essayé il y a quelques jours quand j'étais sur place :
- Mise à jour depuis 18.04 vers 20.04. Ça n'a rien changé. Je n'ose pas mettre à jour vers 22.04, les 4Go de RAM me paraissent limitants.
- Démonter le boitier, aspirer. J'ai même retiré ventilateur/radiateur sur le CPU pour bien dépoussiérer, j'ai remis de la pâte thermique et tout remonté. La température fluctue en 30 et 50ºC (je n'avais pas effectué la mesure de température avant nettoyage).
- Memtest86 OK. Il parvient à faire le test jusqu'au bout sans redémarrer.
- J'ai regardé les derniers logs avec journalctl -b -1 -e : il n'y a rien de commun entre les différents redémarrages. Aucun message d'erreur ou avertissement indiquant que Ubuntu a un problème.
- J'ai fait des stress test (CPU via terminal et Disque via Utilitaire de disque), le système tient parfaitement la charge, sans redémarrer.
Je vois donc deux possibilités : le BIOS ou l'alimentation électrique.
Pour le BIOS, j'ai suivi ceci et j'ai donc tenté un GRUB_CMDLINE_LINUX_DEFAULT="libata.noacpi=1", sans effet.
Pour l'alimentation électrique, j'ai tenté de brancher le PC sur une autre prise de la maison, sans effet.
Est-ce qu'il reste des diagnostics à faire ? Je suis prêt à changer l'alimentation (550W ATX), mais je ne comprends pas pourquoi la plupart des redémarrages ont lieu quand on fait une "action" (clic, ou appui sur une touche). Comment l'alimentation peut lâcher au moment où on clique sur un lien ? Demande soudaine de puissance que l'alimentation ne peut pas fournir ? Mais pourquoi le système tient la charge pendant les stress tests ?
Dernière modification par maximedef (Le 28/12/2024, à 13:13)
Hors ligne
#2 Le 28/12/2024, à 13:50
- xubu1957
Re : Redémarrages intempestifs et aléatoires
Bonjour,
Fournis les retours de :
sudo apt update
df -Thx tmpfs
la liste des anomalies de démarrage :
journalctl --no-pager -b -p err
d'éventuels paquets cassés :
dpkg -l | grep -v ^ii
ls -l /var/crash
la carte graphique :
lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
uname -a
echo $XDG_SESSION_TYPE
pour voir si c'est Wayland ou x11, en te servant du Retour utilisable de commande.
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
En ligne
#3 Le 28/12/2024, à 16:20
- maximedef
Re : Redémarrages intempestifs et aléatoires
Merci pour la réponse.
Je ne suis pas sur place chez mes parents, je devrais attendre quelques semaines pour exécuter ces commandes et envoyer tout ça.
Je m'interroge quand même sur la possibilité d'un problème Ubuntu qui ne donnerait aucune message dans le log.
Hors ligne
#4 Le 28/12/2024, à 16:26
- xubu1957
Re : Redémarrages intempestifs et aléatoires
C'est une tour ou un portable (marque et modèle) ?
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
En ligne
#5 Le 28/12/2024, à 17:16
- maximedef
Re : Redémarrages intempestifs et aléatoires
C'est une tour, achetée chez pcubuntoo en 2015 (modèle i3 TooLibre).
Hors ligne
#6 Le 28/12/2024, à 17:29
- xubu1957
Re : Redémarrages intempestifs et aléatoires
Avec une carte graphique Intel HD 630 > i3 TooLibre
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
En ligne
#7 Le 28/12/2024, à 18:34
- iznobe
Re : Redémarrages intempestifs et aléatoires
Bonjour , d' apres ce que je comprends , tu te pose la bonne question , mais à priori , tu pars trop vite sur autre chose que l' evidence .
Est-ce qu'il reste des diagnostics à faire ? Je suis prêt à changer l'alimentation (550W ATX), mais je ne comprends pas pourquoi la plupart des redémarrages ont lieu quand on fait une "action" (clic, ou appui sur une touche). Comment l'alimentation peut lâcher au moment où on clique sur un lien ? Demande soudaine de puissance que l'alimentation ne peut pas fournir ? Mais pourquoi le système tient la charge pendant les stress tests ?
C' est donc lié au peripheriques d' entrées ( la souris et le clvaier ) , pour le prix que ca coute , je ne saurais te conseiller de commencer par changer de souris et de clavier .
c' est ce qui me semble le plus evident .
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
En ligne
#8 Le 07/01/2025, à 22:18
- maximedef
Re : Redémarrages intempestifs et aléatoires
@xubu1957 J'ai enfin les retours demandés :
maxime@PCSalon:~$ sudo apt update
[sudo] Mot de passe de maxime :
Atteint :1 http://archive.ubuntu.com/ubuntu focal InRelease
Atteint :2 https://linux.teamviewer.com/deb stable InRelease
Atteint :3 http://archive.ubuntu.com/ubuntu focal-security InRelease
Atteint :4 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Atteint :5 http://archive.canonical.com/ubuntu focal InRelease
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Tous les paquets sont à jour.
maxime@PCSalon:~$ df -Thx tmpfs
Sys. de fichiers Type Taille Utilisé Dispo Uti% Monté sur
udev devtmpfs 1,9G 0 1,9G 0% /dev
/dev/sde1 ext4 55G 14G 39G 26% /
/dev/loop0 squashfs 128K 128K 0 100% /snap/bare/5
/dev/loop1 squashfs 56M 56M 0 100% /snap/core18/2829
/dev/loop2 squashfs 56M 56M 0 100% /snap/core18/2846
/dev/loop3 squashfs 74M 74M 0 100% /snap/core22/1663
/dev/loop4 squashfs 74M 74M 0 100% /snap/core22/1722
/dev/loop5 squashfs 219M 219M 0 100% /snap/gnome-3-34-1804/93
/dev/loop6 squashfs 2,3M 2,3M 0 100% /snap/gnome-calculator/953
/dev/loop7 squashfs 2,3M 2,3M 0 100% /snap/gnome-calculator/955
/dev/loop8 squashfs 505M 505M 0 100% /snap/gnome-42-2204/172
/dev/loop9 squashfs 506M 506M 0 100% /snap/gnome-42-2204/176
/dev/loop11 squashfs 1,5M 1,5M 0 100% /snap/gnome-system-monitor/184
/dev/loop10 squashfs 512K 512K 0 100% /snap/gnome-characters/795
/dev/loop12 squashfs 92M 92M 0 100% /snap/gtk-common-themes/1535
/dev/loop13 squashfs 896K 896K 0 100% /snap/gnome-logs/123
/dev/loop14 squashfs 640K 640K 0 100% /snap/gnome-characters/797
/dev/loop15 squashfs 45M 45M 0 100% /snap/snapd/23258
/dev/loop16 squashfs 1,7M 1,7M 0 100% /snap/gnome-system-monitor/186
/dev/loop17 squashfs 896K 896K 0 100% /snap/gnome-logs/121
/dev/loop18 squashfs 39M 39M 0 100% /snap/snapd/21759
/dev/sdf1 ext4 913G 100G 767G 12% /home
maxime@PCSalon:~$ journalctl --no-pager -b -p err
-- Logs begin at Wed 2024-11-27 09:47:49 CET, end at Sun 2025-01-05 17:20:01 CET. --
janv. 05 17:13:49 PCSalon /hpfax[1812]: [1812]: error: Failed to create /var/spool/cups/tmp/.hplip
janv. 05 17:14:11 PCSalon pulseaudio[1288]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
maxime@PCSalon:~$ 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 account-plugin-facebook 0.12+16.04.20160126-0ubuntu1 all GNOME Control Center account plugin for single signon - facebook
rc account-plugin-flickr 0.12+16.04.20160126-0ubuntu1 all GNOME Control Center account plugin for single signon - flickr
rc account-plugin-google 0.12+16.04.20160126-0ubuntu1 all GNOME Control Center account plugin for single signon
rc account-plugin-twitter 0.12+16.04.20160126-0ubuntu1 all GNOME Control Center account plugin for single signon - twitter
rc app-install-data 15.10 all Ubuntu applications (data files)
rc appmenu-qt5 0.3.0+16.04.20170216-0ubuntu1 amd64 application menu for Qt5
rc apt-xapian-index 0.51ubuntu1 all maintenance and search tools for a Xapian index of Debian packages
rc autoconf 2.69-11.1 all automatic configure script builder
rc cgmanager 0.39-2ubuntu5 amd64 Central cgroup manager daemon
rc dkms 2.3-3ubuntu9.7 all Dynamic Kernel Module Support Framework
rc ethtool 1:4.15-0ubuntu1 amd64 display or change Ethernet device settings
rc fonts-droid 1:4.3-3ubuntu1.2 all handheld device font with extensive style and language support
rc gconf2 3.2.6-4ubuntu1 amd64 GNOME configuration database system (support tools)
rc gconf2-common 3.2.6-4ubuntu1 all GNOME configuration database system (common files)
rc gimp 2.8.10-0ubuntu1 amd64 The GNU Image Manipulation Program
rc gimp-data 2.8.16-1ubuntu1 all Data files for GIMP
rc gksu 2.0.2-9ubuntu1 amd64 graphical front-end to su and sudo
rc gnome-user-share 3.18.3-3 amd64 User level public file sharing via WebDAV
rc gstreamer0.10-plugins-good:amd64 0.10.31-3+nmu4ubuntu2~gcc5.1 amd64 GStreamer plugins from the "good" set
rc icedtea-netx-common 1.6.2-3ubuntu1 all NetX - implementation of the Java Network Launching Protocol (JNLP)
rc kerneloops-daemon 0.12+git20140509-2ubuntu1 amd64 kernel oops tracker
rc libamd2.3.1:amd64 1:4.2.1-3ubuntu1 amd64 approximate minimum degree ordering library for sparse matrices
rc libapache2-mod-dnssd 0.6-3.2 amd64 Zeroconf support for Apache 2 via avahi
rc libapt-inst1.5:amd64 1.0.1ubuntu2.14 amd64 deb package format runtime library
rc libapt-pkg4.12:amd64 1.0.1ubuntu2.14 amd64 package management runtime library
rc libass4:amd64 0.10.1-3ubuntu1 amd64 library for SSA/ASS subtitles rendering
rc libasyncns0:i386 0.8-5build1 i386 Asynchronous name service query library
rc libatkmm-1.6-1:amd64 2.22.7-2ubuntu1 amd64 C++ wrappers for ATK accessibility toolkit (shared libraries)
rc libavcodec-extra-54:amd64 6:9.18-0ubuntu0.14.04.1 amd64 Libav codec library (additional codecs)
rc libavformat54:amd64 6:9.18-0ubuntu0.14.04.1 amd64 Libav file format library
rc libavutil52:amd64 6:9.18-0ubuntu0.14.04.1 amd64 Libav utility library
rc libbasicusageenvironment0 2014.01.13-1 amd64 multimedia RTSP streaming library (BasicUsageEnvironment class)
rc libbind9-90 1:9.9.5.dfsg-3ubuntu0.8 amd64 BIND9 Shared Library used by BIND
rc libbonobo2-0:amd64 2.32.1-3 amd64 Bonobo CORBA interfaces library
rc libbonobo2-common 2.32.1-3 all Bonobo CORBA interfaces library -- support files
rc libboost-date-time1.54.0:amd64 1.54.0-4ubuntu3.1 amd64 set of date-time libraries based on generic programming concepts
rc libboost-system1.54.0:amd64 1.54.0-4ubuntu3.1 amd64 Operating system (e.g. diagnostics support) library
rc libbotan-1.10-0 1.10.5-1ubuntu1 amd64 multiplatform crypto library
rc libcairomm-1.0-1:amd64 1.10.0-1ubuntu3 amd64 C++ wrappers for Cairo (shared libraries)
rc libcamd2.3.1:amd64 1:4.2.1-3ubuntu1 amd64 symmetric approximate minimum degree library for sparse matrices
rc libcamel-1.2-45 3.10.4-0ubuntu1.5 amd64 Evolution MIME message handling library
rc libccolamd2.8.0:amd64 1:4.2.1-3ubuntu1 amd64 constrained column approximate library for sparse matrices
rc libcdparanoia0:i386 3.10.2+debian-11 i386 audio extraction tool for sampling CDs (library)
rc libcdr-0.0-0 0.0.15-1ubuntu1 amd64 library for reading and converting Corel DRAW files
rc libcheese-gtk23:amd64 3.10.2-0ubuntu2 amd64 tool to take pictures and videos from your webcam - widgets
rc libcheese7:amd64 3.10.2-0ubuntu2 amd64 tool to take pictures and videos from your webcam - base library
rc libcholmod2.1.2:amd64 1:4.2.1-3ubuntu1 amd64 sparse Cholesky factorization library for sparse matrices
rc libclucene-contribs1:amd64 2.3.3.4-4build1 amd64 language specific text analyzers (runtime)
rc libclucene-core1:amd64 2.3.3.4-4build1 amd64 core library for full-featured text search engine (runtime)
rc libcmis-0.4-4 0.4.1-3ubuntu4 amd64 CMIS protocol client library
rc libcogl-pango15:amd64 1.16.2-1 amd64 Object oriented GL/GLES Abstraction/Utility Layer
rc libcogl15:amd64 1.16.2-1 amd64 Object oriented GL/GLES Abstraction/Utility Layer
rc libcolamd2.8.0:amd64 1:4.2.1-3ubuntu1 amd64 column approximate minimum degree ordering library for sparse matrices
rc libcolord1:amd64 1.0.6-1 amd64 system service to manage device colour profiles -- runtime
rc libcolorhug1:amd64 1.0.6-1 amd64 library to access the ColorHug colourimeter -- runtime
rc libcolumbus1:amd64 1.1.0+14.04.20140325.3-0ubuntu1 amd64 error tolerant matching engine - shared library
rc libdirac-encoder0:amd64 1.0.2-6ubuntu1 amd64 open and royalty free high quality video codec - encoder library
rc libdirectfb-1.2-9:amd64 1.2.10.0-5.1 amd64 direct frame buffer graphics - shared libraries
rc libdns100 1:9.9.5.dfsg-3ubuntu0.8 amd64 DNS Shared Library used by BIND
rc libdouble-conversion1v5:amd64 2.0.1-3ubuntu2 amd64 routines to convert IEEE floats to and from strings
rc libdvbpsi8:amd64 1.0.0-3 amd64 library for MPEG TS and DVB PSI tables decoding and generating
rc libebackend-1.2-7 3.10.4-0ubuntu1.5 amd64 Utility library for evolution data servers
rc libebml4:amd64 1.3.0-2+deb8u1build0.14.04.1 amd64 access library for the EBML format (shared library)
rc libebook-1.2-14 3.10.4-0ubuntu1.5 amd64 Client library for evolution address books
rc libebook-contacts-1.2-0 3.10.4-0ubuntu1.5 amd64 Client library for evolution contacts books
rc libecal-1.2-16 3.10.4-0ubuntu1.5 amd64 Client library for evolution calendars
rc libedata-book-1.2-20 3.10.4-0ubuntu1.5 amd64 Backend library for evolution address books
rc libedata-cal-1.2-23 3.10.4-0ubuntu1.5 amd64 Backend library for evolution calendars
rc libedataserver-1.2-18 3.10.4-0ubuntu1.5 amd64 Utility library for evolution data servers
rc libelfg0:amd64 0.8.13-5 amd64 an ELF object file access library
rc libept1.4.12:amd64 1.0.12 amd64 High-level library for managing Debian package information
rc libexiv2-12 0.23-1ubuntu2 amd64 EXIF/IPTC metadata manipulation library
rc libfarstream-0.1-0:amd64 0.1.2-3ubuntu1 amd64 Audio/Video communications framework: core library
rc libfarstream-0.2-2:amd64 0.2.3-1ubuntu2 amd64 Audio/Video communications framework: core library
rc libflac8:i386 1.3.1-4 i386 Free Lossless Audio Codec - runtime C library
rc libfreerdp1:amd64 1.0.2-2ubuntu1 amd64 RDP client for Windows Terminal Services (library)
rc libfriends0:amd64 0.1.2+14.04.20131108.1-0ubuntu1 amd64 Provides an API for accessing social networks
rc libfs6:amd64 2:1.0.7-1 amd64 X11 Font Services library
rc libgcrypt11:amd64 1.5.3-2ubuntu4.3 amd64 LGPL Crypto library - runtime library
rc libgcrypt11:i386 1.5.3-2ubuntu4.3 i386 LGPL Crypto library - runtime library
rc libgdata13 0.14.1-1 amd64 Library for accessing GData webservices - shared libraries
rc libgdbm3:amd64 1.8.3-13.1 amd64 GNU dbm database routines (runtime version)
rc libgee2:amd64 0.6.8-1ubuntu1 amd64 GObject based collection library
rc libgegl-0.2-0:amd64 0.2.0-4ubuntu1 amd64 Generic Graphics Library
rc libgif4:amd64 4.1.6-11 amd64 library for GIF images (library)
rc libgksu2-0 2.0.13~pre1-6ubuntu8 amd64 library providing su and sudo functionality
rc libgl1-mesa-dri-lts-utopic:amd64 3:10 amd64 Transitional package for libgl1-mesa-dri-lts-utopic
rc libgl1-mesa-dri-lts-utopic:i386 3:10 i386 Transitional package for libgl1-mesa-dri-lts-utopic
rc libglew1.10:amd64 1.10.0-3 amd64 OpenGL Extension Wrangler - runtime environment
rc libglewmx1.10:amd64 1.10.0-3 amd64 OpenGL Extension Wrangler (Multiple Rendering Contexts)
rc libglibmm-2.4-1c2a:amd64 2.39.93-0ubuntu1 amd64 C++ wrapper for the GLib toolkit (shared libraries)
rc libgnome-bluetooth11 3.8.2.1-0ubuntu4.2 amd64 GNOME Bluetooth tools - support library
rc libgnome-control-center1 1:3.6.3-0ubuntu56.1 amd64 utilities to configure the GNOME desktop
rc libgnome-desktop-3-7 3.8.4-0ubuntu3.2 amd64 Utility library for loading .desktop files - runtime files
rc libgnome2-common 2.32.1-5ubuntu1 all The GNOME library - common files
rc libgnomevfs2-common 1:2.24.4-6.1ubuntu2 amd64 GNOME Virtual File System (common files)
rc libgnomevfs2-extra:amd64 1:2.24.4-6.1ubuntu2 amd64 GNOME Virtual File System (extra modules)
rc libgnutls26:amd64 2.12.23-12ubuntu2.5 amd64 GNU TLS library - runtime library
rc libgnutls26:i386 2.12.23-12ubuntu2.5 i386 GNU TLS library - runtime library
rc libgnutls28:amd64 3.2.11-2ubuntu1.1 amd64 GNU TLS library - main runtime library
rc libgphoto2-port10:amd64 2.5.3.1-1ubuntu2.2 amd64 gphoto2 digital camera port library
rc libgrip0 0.3.9+15.10.20150729-0ubuntu1 amd64 multitouch gestures for GTK+ apps
rc libgroupsock1 2014.01.13-1 amd64 multimedia RTSP streaming library (network interfaces and sockets)
rc libgsoap4:amd64 2.8.16-2 amd64 Runtime libraries for gSOAP
rc libgstreamer-plugins-bad0.10-0:amd64 0.10.23-7.2ubuntu1.1 amd64 GStreamer shared libraries from the "bad" set
rc libgstreamer1.0-dev 1.8.1-1~ubuntu1 amd64 GStreamer core development files
rc libgtkmm-2.4-1c2a:amd64 1:2.24.4-1ubuntu1 amd64 C++ wrappers for GTK+ (shared libraries)
rc libgtkmm-3.0-1:amd64 3.10.1-0ubuntu2 amd64 C++ wrappers for GTK+ (shared libraries)
rc libgtop2-7 2.28.5-2 amd64 gtop system monitoring library (shared)
rc libhogweed2:amd64 2.7.1-1ubuntu0.1 amd64 low level cryptographic library (public-key cryptos)
rc libhybris 0.1.0+git20151016+6d424c9-0ubuntu7 amd64 Allows to run bionic-based HW adaptations in glibc systems - libs
rc libical1 1.0-0ubuntu1 amd64 iCalendar library implementation in C (runtime)
rc libice6:i386 2:1.0.9-1 i386 X11 Inter-Client Exchange library
rc libicu52:amd64 52.1-3ubuntu0.4 amd64 International Components for Unicode
rc libidl0:amd64 0.8.14-0.2ubuntu4 amd64 library for parsing CORBA IDL files
rc libilmbase6:amd64 1.0.1-6ubuntu1 amd64 several utility libraries from ILM used by OpenEXR
rc libimobiledevice4:amd64 1.1.5+git20140313.bafe6a9e-0ubuntu1 amd64 Library for communicating with the iPhone and iPod Touch
rc libisc95 1:9.9.5.dfsg-3ubuntu0.8 amd64 ISC Shared Library used by BIND
rc libisccc90 1:9.9.5.dfsg-3ubuntu0.8 amd64 Command Channel Library used by BIND
rc libisccfg90 1:9.9.5.dfsg-3ubuntu0.8 amd64 Config File Handling Library used by BIND
rc libisl10:amd64 0.12.2-1 amd64 manipulating sets and relations of integer points bounded by linear constraints
rc libjson-c2:i386 0.11-4ubuntu2 i386 JSON manipulation library - shared library
rc liblivemedia23 2014.01.13-1 amd64 multimedia RTSP streaming library
rc libllvm3.5:amd64 1:3.5-4ubuntu2~trusty2 amd64 Modular compiler and toolchain technologies, runtime library
rc libllvm3.5:i386 1:3.5-4ubuntu2~trusty2 i386 Modular compiler and toolchain technologies, runtime library
rc liblouis2:amd64 2.5.3-2ubuntu1 amd64 Braille translation library - shared libs
rc liblwres90 1:9.9.5.dfsg-3ubuntu0.8 amd64 Lightweight Resolver Library used by BIND
rc libmagickcore5:amd64 8:6.7.7.10-6ubuntu3 amd64 low-level image manipulation library
rc libmagickwand5:amd64 8:6.7.7.10-6ubuntu3 amd64 image manipulation library
rc libmatroska6:amd64 1.4.1-2+deb8u1build0.14.04.1 amd64 extensible open standard audio/video container format (shared library)
rc libmbim-glib0:amd64 1.6.0-2ubuntu0.1 amd64 Support library to use the MBIM protocol
rc libmetacity-private0a 1:2.34.13-0ubuntu4.1 amd64 library for the Metacity window manager
rc libminiupnpc8 1.6-3ubuntu2.14.04.2 amd64 UPnP IGD client lightweight library
rc libmirclient7:amd64 0.1.8+14.04.20140411-0ubuntu1 amd64 Display server for Ubuntu - client library
rc libmirprotobuf0:amd64 0.1.8+14.04.20140411-0ubuntu1 amd64 Display server for Ubuntu - protocol implementation
rc libmng2:i386 2.0.2-0ubuntu3 i386 Multiple-image Network Graphics library
rc libmspub-0.0-0 0.0.6-1ubuntu2 amd64 library for parsing the mspub file structure
rc libmusicbrainz5-0:amd64 5.0.1-2 amd64 Library to access the MusicBrainz.org database
rc libmysqlclient18:i386 5.5.49-0ubuntu0.14.04.1 i386 MySQL database client library
rc libnettle4:amd64 2.7.1-1ubuntu0.1 amd64 low level cryptographic library (symmetric and one-way cryptos)
rc libnss-myhostname:amd64 245.4-4ubuntu3.24 amd64 nss module providing fallback resolution for the current hostname
rc libogg0:i386 1.3.2-1 i386 Ogg bitstream library
rc liboil0.3:amd64 0.3.17-2ubuntu4 amd64 Library of Optimized Inner Loops
rc libopencc1:amd64 0.4.3-2build1 amd64 simplified-traditional chinese conversion library - runtime
rc libopencv-calib3d2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision Camera Calibration library
rc libopencv-contrib2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision contrib library
rc libopencv-core2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision core library
rc libopencv-features2d2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision Feature Detection and Descriptor Extraction library
rc libopencv-flann2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision Clustering and Search in Multi-Dimensional spaces library
rc libopencv-highgui2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision High-level GUI and Media I/O library
rc libopencv-imgproc2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision Image Processing library
rc libopencv-legacy2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision legacy library
rc libopencv-ml2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision Machine Learning library
rc libopencv-objdetect2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision Object Detection library
rc libopencv-video2.4:amd64 2.4.8+dfsg1-2ubuntu1 amd64 computer vision Video analysis library
rc libopenexr6:amd64 1.6.1-7ubuntu1 amd64 runtime files for the OpenEXR image library
rc libopenjpeg2:amd64 1.3+dfsg-4.7ubuntu1 amd64 JPEG 2000 image compression/decompression library
rc libopenjpeg5:amd64 1:1.5.2-3.1 amd64 JPEG 2000 image compression/decompression library - runtime
rc libopenobex1 1.5-2.1 amd64 OBEX protocol library
rc liborcus-0.6-0 0.5.1-7 amd64 library for processing spreadsheet documents
rc libpanel-applet-4-0 1:3.8.0-1ubuntu12.2 amd64 library for GNOME Panel applets
rc libpangomm-1.4-1:amd64 2.34.0-1ubuntu1 amd64 C++ Wrapper for pango (shared libraries)
rc libpangox-1.0-0:amd64 0.0.2-5 amd64 pango library X backend
rc libparted0debian1:amd64 2.3-19ubuntu1.14.04.1 amd64 disk partition manipulator - shared library
rc libpcrecpp0:amd64 1:8.31-2ubuntu2.3 amd64 Perl 5 Compatible Regular Expression Library - C++ runtime files
rc libperl5.22:amd64 5.22.1-9ubuntu0.9 amd64 shared Perl library
rc libplist1:amd64 1.10-1 amd64 Library for handling Apple binary and XML property lists
rc libplymouth2:amd64 0.8.8-0ubuntu17.1 amd64 graphical boot animation and logger - shared libraries
rc libpocketsphinx1 0.8.0+real-0ubuntu6 amd64 lightweight speech recognition - library
rc libpoppler44:amd64 0.24.5-2ubuntu4.4 amd64 PDF rendering library
rc libpostproc52 6:0.git20120821-4 amd64 FFmpeg derived postprocessing library
rc libprocps3:amd64 1:3.3.9-1ubuntu2.2 amd64 library for accessing process information from /proc
rc libprotobuf-lite8:amd64 2.5.0-9ubuntu1 amd64 protocol buffers C++ library (lite version)
rc libprotobuf8:amd64 2.5.0-9ubuntu1 amd64 protocol buffers C++ library
rc libproxy1:amd64 0.4.11-0ubuntu4 amd64 automatic proxy configuration management library (shared)
rc libpulse0:i386 1:8.0-0ubuntu3.15 i386 PulseAudio client libraries
rc libpython3.4:amd64 3.4.3-1ubuntu1~14.04.3 amd64 Shared Python runtime library (version 3.4)
rc libpython3.4-minimal:amd64 3.4.3-1ubuntu1~14.04.3 amd64 Minimal subset of the Python language (version 3.4)
rc libpython3.5-minimal:amd64 3.5.2-2ubuntu0~16.04.13 amd64 Minimal subset of the Python language (version 3.5)
rc libpython3.6-minimal:amd64 3.6.9-1~18.04ubuntu1.12 amd64 Minimal subset of the Python language (version 3.6)
rc libpyzy-1.0-0 1.0.1-4 amd64 Chinese PinYin and Bopomofo conversion library
rc libqmi-glib0:amd64 1.4.0-1 amd64 Support library to use the Qualcomm MSM Interface (QMI) protocol
rc libqmi-glib1:amd64 1.12.6-1 amd64 Support library to use the Qualcomm MSM Interface (QMI) protocol
rc libqpdf13:amd64 5.1.1-1 amd64 runtime library for PDF transformation/inspection software
rc libqt53d5:amd64 5.0~git20130731-0ubuntu5 amd64 Qt 3D module
rc libqtcore4:amd64 4:4.8.7+dfsg-7ubuntu1 amd64 Qt 4 core module
rc libqtcore4:i386 4:4.8.7+dfsg-5ubuntu2 i386 Qt 4 core module
rc libquvi7:amd64 0.4.1-3 amd64 library for parsing video download links (runtime libraries)
rc libraw9:amd64 0.15.4-1 amd64 raw image decoder library
rc librhythmbox-core8 3.0.2-0ubuntu2 amd64 support library for the rhythmbox music player
rc librtmp0:amd64 2.4+20121230.gitdf6c518-1 amd64 toolkit for RTMP streams (shared library)
rc libsamplerate0:i386 0.1.8-8 i386 Audio sample rate conversion library
rc libschroedinger-1.0-0:amd64 1.0.11-2.1build1 amd64 library for encoding/decoding of Dirac video streams
rc libsensors4:amd64 1:3.4.0-4ubuntu0.1 amd64 library to read temperature/voltage/fan sensors
rc libsensors4:i386 1:3.4.0-4ubuntu0.1 i386 library to read temperature/voltage/fan sensors
rc libsidplay1 1.36.59-5ubuntu1 amd64 SID (MOS 6581) emulation library
rc libsidplay2v5 2.1.1-14ubuntu2 amd64 SID (MOS 6581) emulation library
rc libsigc++-2.0-0c2a:amd64 2.2.10-0.2ubuntu2 amd64 type-safe Signal Framework for C++ - runtime
rc libslv2-9:amd64 0.6.6+dfsg1-3build1 amd64 library for simple use of LV2 plugins
rc libsm6:i386 2:1.2.2-1 i386 X11 Session Management library
rc libsoundtouch0:amd64 1.7.1-5 amd64 Sound stretching library
rc libspeexdsp1:i386 1.2~rc1.2-1ubuntu1 i386 The Speex extended runtime library
rc libsphinxbase1 0.8-0ubuntu10 amd64 Sphinx base libraries
rc libssl1.0.0:amd64 1.0.2n-1ubuntu5.13 amd64 Secure Sockets Layer toolkit - shared libraries
rc libssl1.0.0:i386 1.0.2g-1ubuntu4.14 i386 Secure Sockets Layer toolkit - shared libraries
rc libswscale2:amd64 6:9.18-0ubuntu0.14.04.1 amd64 Libav video scaling library
rc libsystemd-daemon0:amd64 204-5ubuntu20.19 amd64 systemd utility library
rc libsystemd-journal0:amd64 204-5ubuntu20.19 amd64 systemd journal utility library
rc libsystemd-login0:amd64 204-5ubuntu20.19 amd64 systemd login utility library
rc libt1-5 5.1.2-3.6ubuntu1 amd64 Type 1 font rasterizer library - runtime
rc libtag1-vanilla:amd64 1.9.1-2 amd64 audio meta-data library - vanilla flavour
rc libtar0 1.2.20-4 amd64 C library for manipulating tar archives
rc libthumbnailer0:amd64 1.1+14.04.20150205-0ubuntu1 amd64 generate thumbnails from files
rc libts-0.0-0:amd64 1.0-12 amd64 touch screen library
rc libtxc-dxtn-s2tc0:amd64 0~git20131104-1.1 amd64 Texture compression library for Mesa
rc libtxc-dxtn-s2tc0:i386 0~git20131104-1.1 i386 Texture compression library for Mesa
rc libumfpack5.6.2:amd64 1:4.2.1-3ubuntu1 amd64 sparse LU factorization library
rc libunistring0:amd64 0.9.3-5.2ubuntu1 amd64 Unicode string library for C
rc libunityvoice1:amd64 0.1+14.04.20140304-0ubuntu1 amd64 client library for Unity voice service
rc libupower-glib1:amd64 0.9.23-2ubuntu1 amd64 abstraction for power management - shared library
rc libusageenvironment1 2014.01.13-1 amd64 multimedia RTSP streaming library (UsageEnvironment classes)
rc libusbmuxd2 1.0.8-2ubuntu1 amd64 USB multiplexor daemon for iPhone and iPod Touch devices - library
rc libvisio-0.0-0 0.0.31-1ubuntu2 amd64 library for parsing the visio file structure
rc libvlccore7 2.1.6-0ubuntu14.04.2 amd64 base library for VLC and its modules
rc libvlccore8 2.2.2-5ubuntu0.16.04.4 amd64 base library for VLC and its modules
rc libvncserver0:amd64 0.9.9+dfsg-1ubuntu1.1 amd64 API to write one's own vnc server
rc libvpx1:amd64 1.3.0-2 amd64 VP8 video codec (shared library)
rc libvte-2.90-9 1:0.34.9-1ubuntu2 amd64 Terminal emulator widget for GTK+ 3.0 - runtime files
rc libvte-2.90-common 1:0.34.9-1ubuntu2 all Terminal emulator widget for GTK+ 3.0 - common files
rc libwebrtc-audio-processing-0:amd64 0.1-3ubuntu1~gcc5.1 amd64 AudioProcessing module from the WebRTC project.
rc libwildmidi1:amd64 0.3.8-2 amd64 software MIDI player library
rc libwpd-0.9-9 0.9.9-1 amd64 Library for handling WordPerfect documents (shared library)
rc libwpg-0.2-2 0.2.2-1ubuntu1 amd64 WordPerfect graphics import/convert library (shared library)
rc libwps-0.2-2 0.2.9-2ubuntu1 amd64 Works text file format import filter library (shared library)
rc libwrap0:i386 7.6.q-25 i386 Wietse Venema's TCP wrappers library
rc libx264-142:amd64 2:0.142.2389+git956c8d8-2 amd64 x264 video coding library
rc libxapian22 1.2.16-2ubuntu1 amd64 Search engine library
rc libxcb-util0:amd64 0.3.8-2ubuntu1 amd64 utility libraries for X C Binding -- atom, aux and event
rc libxp6:amd64 1:1.0.2-1ubuntu1 amd64 X Printing Extension (Xprint) client library
rc libxss1:i386 1:1.2.2-1 i386 X11 Screen Saver extension library
rc libxt6:i386 1:1.1.5-0ubuntu1 i386 X11 toolkit intrinsics library
rc libxtables10 1.4.21-1ubuntu1 amd64 netfilter xtables library
rc libxtst6:i386 2:1.2.2-1 i386 X11 Testing -- Record extension library
rc libxv1:i386 2:1.0.10-1 i386 X11 Video extension library
rc libxxf86vm1:i386 1:1.1.4-1 i386 X11 XFree86 video mode extension library
rc linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1 amd64 Linux kernel image for version 3.16.0 on 64 bit x86 SMP
rc linux-image-3.16.0-45-generic 3.16.0-45.60~14.04.1 amd64 Linux kernel image for version 3.16.0 on 64 bit x86 SMP
rc linux-image-3.16.0-46-generic 3.16.0-46.62~14.04.1 amd64 Linux kernel image for version 3.16.0 on 64 bit x86 SMP
rc linux-image-3.16.0-71-generic 3.16.0-71.92~14.04.1 amd64 Linux kernel image for version 3.16.0 on 64 bit x86 SMP
rc linux-image-4.15.0-213-generic 4.15.0-213.224 amd64 Signed kernel image generic
rc linux-image-4.4.0-101-generic 4.4.0-101.124 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-103-generic 4.4.0-103.126 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-104-generic 4.4.0-104.127 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-109-generic 4.4.0-109.132 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-112-generic 4.4.0-112.135 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-116-generic 4.4.0-116.140 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-119-generic 4.4.0-119.143 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-121-generic 4.4.0-121.145 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-124-generic 4.4.0-124.148 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-127-generic 4.4.0-127.153 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-128-generic 4.4.0-128.154 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-130-generic 4.4.0-130.156 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-131-generic 4.4.0-131.157 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-133-generic 4.4.0-133.159 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-134-generic 4.4.0-134.160 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-135-generic 4.4.0-135.161 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-137-generic 4.4.0-137.163 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-138-generic 4.4.0-138.164 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-139-generic 4.4.0-139.165 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-141-generic 4.4.0-141.167 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-142-generic 4.4.0-142.168 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-143-generic 4.4.0-143.169 amd64 Signed kernel image generic
rc linux-image-4.4.0-145-generic 4.4.0-145.171 amd64 Signed kernel image generic
rc linux-image-4.4.0-148-generic 4.4.0-148.174 amd64 Signed kernel image generic
rc linux-image-4.4.0-150-generic 4.4.0-150.176 amd64 Signed kernel image generic
rc linux-image-4.4.0-151-generic 4.4.0-151.178 amd64 Signed kernel image generic
rc linux-image-4.4.0-154-generic 4.4.0-154.181 amd64 Signed kernel image generic
rc linux-image-4.4.0-157-generic 4.4.0-157.185 amd64 Signed kernel image generic
rc linux-image-4.4.0-159-generic 4.4.0-159.187 amd64 Signed kernel image generic
rc linux-image-4.4.0-161-generic 4.4.0-161.189 amd64 Signed kernel image generic
rc linux-image-4.4.0-164-generic 4.4.0-164.192 amd64 Signed kernel image generic
rc linux-image-4.4.0-165-generic 4.4.0-165.193 amd64 Signed kernel image generic
rc linux-image-4.4.0-166-generic 4.4.0-166.195 amd64 Signed kernel image generic
rc linux-image-4.4.0-168-generic 4.4.0-168.197 amd64 Signed kernel image generic
rc linux-image-4.4.0-169-generic 4.4.0-169.198 amd64 Signed kernel image generic
rc linux-image-4.4.0-170-generic 4.4.0-170.199 amd64 Signed kernel image generic
rc linux-image-4.4.0-171-generic 4.4.0-171.200 amd64 Signed kernel image generic
rc linux-image-4.4.0-173-generic 4.4.0-173.203 amd64 Signed kernel image generic
rc linux-image-4.4.0-174-generic 4.4.0-174.204 amd64 Signed kernel image generic
rc linux-image-4.4.0-176-generic 4.4.0-176.206 amd64 Signed kernel image generic
rc linux-image-4.4.0-177-generic 4.4.0-177.207 amd64 Signed kernel image generic
rc linux-image-4.4.0-178-generic 4.4.0-178.208 amd64 Signed kernel image generic
rc linux-image-4.4.0-179-generic 4.4.0-179.209 amd64 Signed kernel image generic
rc linux-image-4.4.0-184-generic 4.4.0-184.214 amd64 Signed kernel image generic
rc linux-image-4.4.0-185-generic 4.4.0-185.215 amd64 Signed kernel image generic
rc linux-image-4.4.0-186-generic 4.4.0-186.216 amd64 Signed kernel image generic
rc linux-image-4.4.0-187-generic 4.4.0-187.217 amd64 Signed kernel image generic
rc linux-image-4.4.0-189-generic 4.4.0-189.219 amd64 Signed kernel image generic
rc linux-image-4.4.0-190-generic 4.4.0-190.220 amd64 Signed kernel image generic
rc linux-image-4.4.0-193-generic 4.4.0-193.224 amd64 Signed kernel image generic
rc linux-image-4.4.0-194-generic 4.4.0-194.226 amd64 Signed kernel image generic
rc linux-image-4.4.0-197-generic 4.4.0-197.229 amd64 Signed kernel image generic
rc linux-image-4.4.0-198-generic 4.4.0-198.230 amd64 Signed kernel image generic
rc linux-image-4.4.0-200-generic 4.4.0-200.232 amd64 Signed kernel image generic
rc linux-image-4.4.0-201-generic 4.4.0-201.233 amd64 Signed kernel image generic
rc linux-image-4.4.0-203-generic 4.4.0-203.235 amd64 Signed kernel image generic
rc linux-image-4.4.0-204-generic 4.4.0-204.236 amd64 Signed kernel image generic
rc linux-image-4.4.0-206-generic 4.4.0-206.238 amd64 Signed kernel image generic
rc linux-image-4.4.0-208-generic 4.4.0-208.240 amd64 Signed kernel image generic
rc linux-image-4.4.0-209-generic 4.4.0-209.241 amd64 Signed kernel image generic
rc linux-image-4.4.0-210-generic 4.4.0-210.242 amd64 Signed kernel image generic
rc linux-image-4.4.0-22-generic 4.4.0-22.40 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-28-generic 4.4.0-28.47 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-36-generic 4.4.0-36.55 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-38-generic 4.4.0-38.57 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-42-generic 4.4.0-42.62 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-45-generic 4.4.0-45.66 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-47-generic 4.4.0-47.68 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-51-generic 4.4.0-51.72 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-53-generic 4.4.0-53.74 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-57-generic 4.4.0-57.78 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-59-generic 4.4.0-59.80 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-62-generic 4.4.0-62.83 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-66-generic 4.4.0-66.87 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-67-generic 4.4.0-67.88 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-70-generic 4.4.0-70.91 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-71-generic 4.4.0-71.92 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-72-generic 4.4.0-72.93 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-75-generic 4.4.0-75.96 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-78-generic 4.4.0-78.99 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-79-generic 4.4.0-79.100 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-81-generic 4.4.0-81.104 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-83-generic 4.4.0-83.106 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-87-generic 4.4.0-87.110 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-89-generic 4.4.0-89.112 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-91-generic 4.4.0-91.114 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-92-generic 4.4.0-92.115 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-93-generic 4.4.0-93.116 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-96-generic 4.4.0-96.119 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-97-generic 4.4.0-97.120 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-4.4.0-98-generic 4.4.0-98.121 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-3.16.0-30-generic 3.16.0-30.40~14.04.1 amd64 Linux kernel extra modules for version 3.16.0 on 64 bit x86 SMP
rc linux-image-extra-3.16.0-45-generic 3.16.0-45.60~14.04.1 amd64 Linux kernel extra modules for version 3.16.0 on 64 bit x86 SMP
rc linux-image-extra-3.16.0-46-generic 3.16.0-46.62~14.04.1 amd64 Linux kernel extra modules for version 3.16.0 on 64 bit x86 SMP
rc linux-image-extra-3.16.0-71-generic 3.16.0-71.92~14.04.1 amd64 Linux kernel extra modules for version 3.16.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-101-generic 4.4.0-101.124 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-103-generic 4.4.0-103.126 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-104-generic 4.4.0-104.127 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-109-generic 4.4.0-109.132 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-112-generic 4.4.0-112.135 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-116-generic 4.4.0-116.140 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-119-generic 4.4.0-119.143 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-121-generic 4.4.0-121.145 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-124-generic 4.4.0-124.148 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-127-generic 4.4.0-127.153 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-128-generic 4.4.0-128.154 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-130-generic 4.4.0-130.156 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-131-generic 4.4.0-131.157 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-133-generic 4.4.0-133.159 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-134-generic 4.4.0-134.160 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-135-generic 4.4.0-135.161 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-137-generic 4.4.0-137.163 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-138-generic 4.4.0-138.164 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-139-generic 4.4.0-139.165 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-141-generic 4.4.0-141.167 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-142-generic 4.4.0-142.168 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-22-generic 4.4.0-22.40 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-28-generic 4.4.0-28.47 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-36-generic 4.4.0-36.55 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-38-generic 4.4.0-38.57 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-42-generic 4.4.0-42.62 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-45-generic 4.4.0-45.66 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-47-generic 4.4.0-47.68 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-51-generic 4.4.0-51.72 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-53-generic 4.4.0-53.74 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-57-generic 4.4.0-57.78 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-59-generic 4.4.0-59.80 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-62-generic 4.4.0-62.83 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-66-generic 4.4.0-66.87 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-67-generic 4.4.0-67.88 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-70-generic 4.4.0-70.91 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-71-generic 4.4.0-71.92 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-72-generic 4.4.0-72.93 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-75-generic 4.4.0-75.96 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-78-generic 4.4.0-78.99 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-79-generic 4.4.0-79.100 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-81-generic 4.4.0-81.104 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-83-generic 4.4.0-83.106 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-87-generic 4.4.0-87.110 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-89-generic 4.4.0-89.112 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-91-generic 4.4.0-91.114 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-92-generic 4.4.0-92.115 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-93-generic 4.4.0-93.116 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-96-generic 4.4.0-96.119 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-97-generic 4.4.0-97.120 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-image-extra-4.4.0-98-generic 4.4.0-98.121 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-213-generic 4.15.0-213.224 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-143-generic 4.4.0-143.169 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-145-generic 4.4.0-145.171 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-148-generic 4.4.0-148.174 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-150-generic 4.4.0-150.176 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-151-generic 4.4.0-151.178 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-154-generic 4.4.0-154.181 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-157-generic 4.4.0-157.185 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-159-generic 4.4.0-159.187 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-161-generic 4.4.0-161.189 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-164-generic 4.4.0-164.192 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-165-generic 4.4.0-165.193 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-166-generic 4.4.0-166.195 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-168-generic 4.4.0-168.197 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-169-generic 4.4.0-169.198 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-170-generic 4.4.0-170.199 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-171-generic 4.4.0-171.200 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-173-generic 4.4.0-173.203 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-174-generic 4.4.0-174.204 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-176-generic 4.4.0-176.206 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-177-generic 4.4.0-177.207 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-178-generic 4.4.0-178.208 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-179-generic 4.4.0-179.209 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-184-generic 4.4.0-184.214 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-185-generic 4.4.0-185.215 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-186-generic 4.4.0-186.216 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-187-generic 4.4.0-187.217 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-189-generic 4.4.0-189.219 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-190-generic 4.4.0-190.220 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-193-generic 4.4.0-193.224 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-194-generic 4.4.0-194.226 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-197-generic 4.4.0-197.229 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-198-generic 4.4.0-198.230 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-200-generic 4.4.0-200.232 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-201-generic 4.4.0-201.233 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-203-generic 4.4.0-203.235 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-204-generic 4.4.0-204.236 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-206-generic 4.4.0-206.238 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-208-generic 4.4.0-208.240 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-209-generic 4.4.0-209.241 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-4.4.0-210-generic 4.4.0-210.242 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-143-generic 4.4.0-143.169 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-145-generic 4.4.0-145.171 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-148-generic 4.4.0-148.174 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-150-generic 4.4.0-150.176 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-151-generic 4.4.0-151.178 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-154-generic 4.4.0-154.181 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-157-generic 4.4.0-157.185 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-159-generic 4.4.0-159.187 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-161-generic 4.4.0-161.189 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-164-generic 4.4.0-164.192 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-165-generic 4.4.0-165.193 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-166-generic 4.4.0-166.195 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-168-generic 4.4.0-168.197 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-169-generic 4.4.0-169.198 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-170-generic 4.4.0-170.199 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-171-generic 4.4.0-171.200 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-173-generic 4.4.0-173.203 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-174-generic 4.4.0-174.204 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-176-generic 4.4.0-176.206 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-177-generic 4.4.0-177.207 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-178-generic 4.4.0-178.208 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-179-generic 4.4.0-179.209 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-184-generic 4.4.0-184.214 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-185-generic 4.4.0-185.215 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-186-generic 4.4.0-186.216 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-187-generic 4.4.0-187.217 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-189-generic 4.4.0-189.219 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-190-generic 4.4.0-190.220 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-193-generic 4.4.0-193.224 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-194-generic 4.4.0-194.226 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-197-generic 4.4.0-197.229 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-198-generic 4.4.0-198.230 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-200-generic 4.4.0-200.232 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-201-generic 4.4.0-201.233 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-203-generic 4.4.0-203.235 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-204-generic 4.4.0-204.236 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-206-generic 4.4.0-206.238 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-208-generic 4.4.0-208.240 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-209-generic 4.4.0-209.241 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.4.0-210-generic 4.4.0-210.242 amd64 Linux kernel extra modules for version 4.4.0 on 64 bit x86 SMP
rc mountall 2.54ubuntu1 amd64 filesystem mounting tool
rc obex-data-server 0.4.6-0ubuntu4 amd64 D-Bus service for OBEX client and server side functionality
rc openjdk-7-jre-headless:amd64 7u101-2.6.6-0ubuntu0.14.04.1 amd64 OpenJDK Java runtime, using Hotspot JIT (headless)
rc overlay-scrollbar-gtk3:amd64 0.2.16+r359+14.04.20131129-0ubuntu1 amd64 GTK 3 module for overlay scrollbars
rc perl-modules 5.18.2-2ubuntu1.1 all Core Perl modules
rc pm-utils 1.4.1-17 all utilities and scripts for power management
rc python 2.7.15~rc1-1 amd64 interactive high-level object-oriented language (default version)
rc python-cupshelpers 1.4.3+20140219-0ubuntu2.6 all Python modules for printer configuration with CUPS
rc python-twisted-core 17.9.0-2ubuntu0.3 all Event-based framework for internet applications
rc python-ubuntu-sso-client 13.10-0ubuntu11 all Ubuntu Single Sign-On client - Python library
rc python3-aptdaemon.pkcompat 1.1.1+bzr982-0ubuntu14.5 all PackageKit compatibilty for AptDaemon
rc python3.4 3.4.3-1ubuntu1~14.04.3 amd64 Interactive high-level object-oriented language (version 3.4)
rc python3.4-minimal 3.4.3-1ubuntu1~14.04.3 amd64 Minimal subset of the Python language (version 3.4)
rc python3.5-minimal 3.5.2-2ubuntu0~16.04.13 amd64 Minimal subset of the Python language (version 3.5)
rc rarian-compat 0.8.1-6build1 amd64 Documentation meta-data library (compatibility tools)
rc samba-common 2:4.15.13+dfsg-0ubuntu0.20.04.8 all common files used by both the Samba server and client
rc signond 8.59+17.10.20170606-0ubuntu1 amd64 Single Sign On framework
rc skype-bin:i386 4.3.0.37-0ubuntu0.12.04.1 i386 client for Skype VOIP and instant messaging service - binary files
rc sleepyhead 1.0.0-beta-2+dfsg-4 amd64 Sleep tracking software with a focus on monitoring CPAP treatment
rc snap-confine 2.34.2 amd64 Transitional package for snapd
rc snapd-login-service 1.33-0ubuntu0.16.04.1 amd64 Daemon to allow non-root access to snapd
rc sni-qt:amd64 0.2.7+17.04.20170112-0ubuntu1 amd64 indicator support for Qt
rc sni-qt:i386 0.2.7+16.04.20170217.1-0ubuntu1 i386 indicator support for Qt
rc software-center 16.01+16.04.20160420 all Utility for browsing, installing, and removing software
rc suru-icon-theme 16.10+18.04.20181005-0ubuntu1 all Ubuntu Suru Icon theme
rc systemd-services 204-5ubuntu20.19 amd64 systemd runtime services
rc systemd-shim 9-1bzr4ubuntu1 amd64 shim for systemd
rc tcl8.6 8.6.8+dfsg-3 amd64 Tcl (the Tool Command Language) v8.6 - shell
rc telepathy-indicator 0.3.1+14.10.20140908-0ubuntu1 amd64 Desktop service to integrate Telepathy with the messaging menu.
rc tk8.6 8.6.8-4 amd64 Tk toolkit for Tcl and X11 v8.6 - windowing shell
rc toshset 1.76-4 amd64 Access much of the Toshiba laptop hardware interface
rc tsconf 1.0-12 all touch screen library common files
rc ttf-indic-fonts-core 1:0.5.14ubuntu1 all Core collection of free fonts for languages of India
rc ttf-punjabi-fonts 1:0.5.14ubuntu1 all Free TrueType fonts for the Punjabi language
rc ubuntu-mobile-icons 16.10+18.04.20181005-0ubuntu1 all Ubuntu Mobile Icon theme
rc ubuntuone-client-data 15.10+15.10.20151007 all Data files for Ubuntu One
rc unity-lens-applications 7.1.0+16.10.20160927-0ubuntu5 amd64 Application lens for unity
rc unity-lens-friends 0.1.3+14.04.20140317-0ubuntu1 amd64 Friends scope for unity
rc unity-webapps-common 2.4.17+15.10.20150616-0ubuntu2 all Unity WebApp integration scripts
rc unity-webapps-service 2.5.0~+16.04.20160201-0ubuntu1 amd64 Service for Web Apps integration with the Unity desktop
rc upstart 1.13.2-0ubuntu21.1 amd64 event-based init daemon - essential binaries
rc ureadahead 0.100.0-21 amd64 Read required files in advance
rc virtualbox 4.3.34-dfsg-1+deb8u1ubuntu1.14.04.1 amd64 x86 virtualization solution - base binaries
rc virtualbox-5.0 5.0.12-104815~Ubuntu~trusty amd64 Oracle VM VirtualBox
rc virtualbox-qt 4.3.34-dfsg-1+deb8u1ubuntu1.14.04.1 amd64 x86 virtualization solution - Qt based user interface
rc vlc-nox 2.2.2-5ubuntu0.16.04.4 amd64 multimedia player and streamer (without X support)
rc webaccounts-extension-common 0.5-0ubuntu2.14.04.1 amd64 Ubuntu Online Accounts browser extension - common files
rc webbrowser-app 0.23+16.04.20161028-0ubuntu2 amd64 Ubuntu web browser
rc wodim 9:1.1.11-3.1ubuntu1 amd64 command line CD/DVD writing tool
rc xfonts-mathml 6ubuntu1 all Type1 Symbol font for MathML
rc xserver-xorg-video-modesetting-lts-utopic 3:10 amd64 Transitional package for xserver-xorg-video-modesetting-lts-utopic
rc xserver-xorg-video-vmware-lts-utopic 3:10 amd64 Transitional package for xserver-xorg-video-vmware-lts-utopic
maxime@PCSalon:~$ ls -l /var/crash
total 0
maxime@PCSalon:~$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
Kernel driver in use: i915
Kernel modules: i915
maxime@PCSalon:~$ uname -a
Linux PCSalon 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
maxime@PCSalon:~$ echo $XDG_SESSION_TYPE
x11
Hors ligne
#9 Le 07/01/2025, à 22:45
- geole
Re : Redémarrages intempestifs et aléatoires
Bonsoir.
Peux-tu dire comment les derniers journaux se terminent.
journalctl --no-pager -n 5 -b -1
journalctl --no-pager -n 5 -b -2
journalctl --no-pager -n 5 -b -3
journalctl --no-pager -n 5 -b -4
etc.....
Si teminaisons identiques, il suffit que tu le dises
Dernière modification par geole (Le 07/01/2025, à 22:47)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#10 Le 08/01/2025, à 07:44
- xubu1957
Re : Redémarrages intempestifs et aléatoires
Bonjour,
Pour nettoyer :
Pour supprimer tous ces fichiers de configuration devenus sans objets et marqués "rc", et uniquement ces fichiers, exécute :
dpkg -l | awk '/^rc/{print $2}' | xargs -r sudo dpkg -P
Pour info, les précisions de nany, pour la commande de nettoyage
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
En ligne