#1 Le 21/07/2020, à 13:47
- jajaX
[résolu] installation de sqlite3 sur kubuntu 20.04
salut,
j'ai upgradé mon second PC, qui sert de serveur, hier de la 18.04 à la 20.04.
après avoir résolu les soucis avec grub, mysql, apache2... j'en suis a essayé de remettre en route sqlite3 utilisé par un soft.
j'ai regardé sur ubuntu packages, les dépendances ont l'air satisfaites mais :
sudo apt-get install php7.4-sqlite3
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation :
Les paquets suivants contiennent des dépendances non satisfaites :
php7.4-sqlite3 : Dépend: php7.4-common (= 7.4.3-4ubuntu2.2) mais 7.4.8-1+ubuntu18.04.1+deb.sury.org+3 devra être installé
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
et
sudo apt-get install php-sqlite3
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation :
Les paquets suivants contiennent des dépendances non satisfaites :
php-sqlite3 : Dépend: php7.4-sqlite3 mais ne sera pas installé
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
une idée ?
Dernière modification par jajaX (Le 22/07/2020, à 00:15)
@+
jajaX
Asus X93SM-YZ157V / Asus X93SM-YZ065V sous KDE Neon
ASUS K95VB sous Kubuntu 22.04 Jammy Jellyfish (64 bits) / ACER Aspire 5612 WLMI sous Kubuntu 18.04 Bionic Beaver (32 bits)
Hors ligne
#2 Le 21/07/2020, à 14:18
- grigouille
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
C'est une installation fraîche ?
Debian (xfce) 12
HP LaserJet M1132 MFP
Hors ligne
#3 Le 21/07/2020, à 14:56
- kedjo
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
Bonjour,
Essaye de faire:
apt-get install -f
Hors ligne
#4 Le 21/07/2020, à 15:14
- jajaX
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
C'est une installation fraîche ?
non une MAJ comme indiqué
Bonjour,
Essaye de faire:
apt-get install -f
déjà fait :
sudo apt-get install -f
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
précision, je n'ai que les dépôts "standards" pour le moment
@+
jajaX
Asus X93SM-YZ157V / Asus X93SM-YZ065V sous KDE Neon
ASUS K95VB sous Kubuntu 22.04 Jammy Jellyfish (64 bits) / ACER Aspire 5612 WLMI sous Kubuntu 18.04 Bionic Beaver (32 bits)
Hors ligne
#5 Le 21/07/2020, à 15:24
- kedjo
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
On peut avoir le retour de ceci?
find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
Dernière modification par kedjo (Le 21/07/2020, à 15:28)
Hors ligne
#6 Le 21/07/2020, à 15:31
- jajaX
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
On peut avoir le retour de ceci?
find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
voilà :
find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
/etc/apt/sources.list
1
2 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
3 # newer versions of the distribution.
4 deb http://archive.ubuntu.com/ubuntu/ focal main restricted
5
6 ## Major bug fix updates produced after the final release of the
7 ## distribution.
8 deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted
9
10 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
11 ## team. Also, please note that software in universe WILL NOT receive any
12 ## review or updates from the Ubuntu security team.
13 deb http://archive.ubuntu.com/ubuntu/ focal universe
14 deb http://archive.ubuntu.com/ubuntu/ focal-updates universe
15
16 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
17 ## team, and may not be under a free licence. Please satisfy yourself as to
18 ## your rights to use the software. Also, please note that software in
19 ## multiverse WILL NOT receive any review or updates from the Ubuntu
20 ## security team.
21 deb http://archive.ubuntu.com/ubuntu/ focal multiverse
22 deb http://archive.ubuntu.com/ubuntu/ focal-updates multiverse
23
24 ## N.B. software from this repository may not have been tested as
25 ## extensively as that contained in the main release, although it includes
26 ## newer versions of some applications which may provide useful features.
27 ## Also, please note that software in backports WILL NOT receive any review
28 ## or updates from the Ubuntu security team.
29 deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
30
31 deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted
32 deb http://archive.ubuntu.com/ubuntu/ focal-security universe
33 deb http://archive.ubuntu.com/ubuntu/ focal-security multiverse
34
35 ## Uncomment the following two lines to add software from Canonical's
36 ## 'partner' repository.
37 ## This software is not part of Ubuntu, but is offered by Canonical and the
38 ## respective vendors as a service to Ubuntu users.
39 deb http://archive.canonical.com/ubuntu/ focal partner
40
41
42 #webmin
43
44
45
46
47
48
49
50 # deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases) désactivé pour la mise à niveau vers focal
51 # deb-src https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases)
52 # deb https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ focal main # désactivé pour la mise à niveau vers focal
53 # deb-src https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ bionic main
/etc/apt/sources.list.d/mod-pagespeed.list
1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
2 # You may comment out this entry, but any other modifications may be lost.
3 # deb http://dl.google.com/linux/mod-pagespeed/deb/ stable main
/etc/apt/sources.list.d/owncloud.list
1
2
3
4
5
6
7
/etc/apt/sources.list.d/webupd8team-ubuntu-java-focal.list
/etc/apt/sources.list.d/libreoffice-libreoffice-5-1-trusty.list
1
2
3
4
5
6
7
/etc/apt/sources.list.d/brightbox-ruby-ng-trusty.list
1
2
3
4
5
6
7
/etc/apt/sources.list.d/mc3man-trusty-media-trusty.list
1
2
3
4
/etc/apt/sources.list.d/google-chrome.list
1 # deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main # désactivé pour la mise à niveau vers focal
/etc/apt/sources.list.d/team-xbmc-ubuntu-ppa-bionic.list
1 # deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu focal main # désactivé pour la mise à niveau vers focal
2 # deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu bionic main
3 # deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu bionic main
/etc/apt/sources.list.d/opera-stable.list
1 # This file makes sure that Opera Browser is kept up-to-date
2 # as part of regular system upgrades
3
4 # deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases)
/etc/apt/sources.list.d/ondrej-php5-trusty.list
1
2
3
4
5
6
7
/etc/apt/sources.list.d/kubuntu-ppa-backports-trusty.list
1
2
3
4
5
6
7
/etc/apt/sources.list.d/vikoadi-ppa-trusty.list
1
2
3
4
5
6
7
/etc/apt/sources.list.d/kubuntu-ppa-ubuntu-ppa-bionic.list
1 # deb http://ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu focal main # désactivé pour la mise à niveau vers focal
2 # deb-src http://ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu bionic main
/etc/apt/sources.list.d/kubuntu-ppa-ppa-trusty.list
1
2
3
4
5
6
7
/etc/apt/sources.list.d/joe-yasi-ubuntu-amarok-kde5-bionic.list
/etc/apt/sources.list.d/ondrej-php5-5_6-trusty.list
1
2
3
4
5
6
7
/etc/apt/sources.list.d/owncloud-client.list
1
2
3
4
5
6
7
/etc/apt/sources.list.d/nijel-phpmyadmin-trusty.list
1
2
3
4
/etc/apt/sources.list.d/teamviewer.list
1 ### TeamViewer DEB repository list
2
3 ### NOTE: Manual changes to this file
4 ### - prevent it from being updated by TeamViewer package updates
5 ### - will be lost after using the 'teamviewer repo' command
6 ### The original file can be restored with this command:
7 ### cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
8 ### which has the same effect as 'teamviewer repo default'
9
10 ### NOTE: It is preferred to use the following commands to edit this file:
11 ### teamviewer repo - show current repository configuration
12 ### teamviewer repo default - restore default configuration
13 ### teamviewer repo disable - disable the repository
14 ### teamviewer repo stable - make all regular TeamViewer packages available (default)
15 ### teamviewer repo preview - additionally, make feature preview packages available
16 ### teamviewer repo development - additionally, make the latest development packages available
17
18
19 # deb http://linux.teamviewer.com/deb stable main # désactivé pour la mise à niveau vers focal
20
21 # deb http://linux.teamviewer.com/deb preview main
22 # deb http://linux.teamviewer.com/deb development main
/etc/apt/sources.list.d/ondrej-ubuntu-php-bionic.list
1 # deb http://ppa.launchpad.net/ondrej/php/ubuntu focal main # désactivé pour la mise à niveau vers focal
2 # deb-src http://ppa.launchpad.net/ondrej/php/ubuntu bionic main
/etc/apt/sources.list.d/rael-gc-rvm-trusty.list
1
2
3
4
5
6
7
/etc/apt/sources.list.d/kubuntu-ppa-ubuntu-backports-bionic.list
1 # deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu focal main # désactivé pour la mise à niveau vers focal
2 # deb-src http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu bionic main
/etc/apt/sources.list.d/videolan-stable-daily-trusty.list
1
2
3
4
5
6
7
/etc/apt/sources.list.d/kubuntu-ppa-ubuntu-ppa-xenial.list
1 # deb http://ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu/ bionic main # désactivé pour la mise à niveau vers bionic
2
3
4
/etc/apt/sources.list.d/ondrej-php-trusty.list
1
2
3
4
5
6
7
/etc/apt/sources.list.d/mongodb.list
1
2
3
4
5
6
7
/etc/apt/sources.list.d/webupd8team-ubuntu-java-bionic.list
/etc/apt/sources.list.d/team-xbmc-ppa-trusty.list
1
2
3
/etc/apt/sources.list.d/tehnick-plasma-widget-cwp-trusty.list
1
2
3
4
5
6
7
/etc/apt/sources.list.d/webupd8team-java-trusty.list
1
2
3
4
5
6
7
/etc/apt/sources.list.d/libreoffice-ppa-trusty.list
1
2
3
4
5
6
7
/etc/apt/sources.list.d/kubuntu-ppa-ubuntu-backports-xenial.list
1
2
3
il va falloir que je fasse du ménage, je crois !
@+
jajaX
Asus X93SM-YZ157V / Asus X93SM-YZ065V sous KDE Neon
ASUS K95VB sous Kubuntu 22.04 Jammy Jellyfish (64 bits) / ACER Aspire 5612 WLMI sous Kubuntu 18.04 Bionic Beaver (32 bits)
Hors ligne
#7 Le 21/07/2020, à 15:42
- cqfd93
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
Bonjour,
Oui, il y a du ménage à faire dans le dossier /etc/apt/sources.list.d/ ! Tu peux supprimer tout son contenu, il ne contient aucun ppa actif.
cd /etc/apt/sources.list.d/
sudo rm -i *.list*
(copie / colle les commandes, ne les tape pas !)
− cqfd93 −
Hors ligne
#8 Le 21/07/2020, à 15:46
- jajaX
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
Bonjour,
Oui, il y a du ménage à faire dans le dossier /etc/apt/sources.list.d/ ! Tu peux supprimer tout son contenu, il ne contient aucun ppa actif.
cd /etc/apt/sources.list.d/ sudo rm -i *.list*
(copie / colle les commandes, ne les tape pas !)
ok merci de ton aide. je le ferais plus tard ça. je suis sur autre chose là.
je viderai ce dossier quand j'aurais fini de réactiver les dépots pour mes autres logiciels (chrome, teamwiever....)
donc, si ça n'a pas d'incidence sur mon problème. c'est un bug alors ?
@+
jajaX
Asus X93SM-YZ157V / Asus X93SM-YZ065V sous KDE Neon
ASUS K95VB sous Kubuntu 22.04 Jammy Jellyfish (64 bits) / ACER Aspire 5612 WLMI sous Kubuntu 18.04 Bionic Beaver (32 bits)
Hors ligne
#9 Le 21/07/2020, à 15:48
- kedjo
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
Oui fait le manage.
Essaie aussi d'installer ceci:
apt-get install php7.4-common
Et refait:
apt-get install php7.4-sqlite3
Hors ligne
#10 Le 21/07/2020, à 16:21
- jajaX
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
voilà
sudo apt-get update
Atteint :1 http://archive.canonical.com/ubuntu focal InRelease
Atteint :2 http://archive.ubuntu.com/ubuntu focal InRelease
Réception de :3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [111 kB]
Réception de :4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [98,3 kB]
Réception de :5 http://archive.ubuntu.com/ubuntu focal-security InRelease [107 kB]
Réception de :6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [262 kB]
Réception de :7 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [140 kB]
Réception de :8 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [102 kB]
Réception de :9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 DEP-11 Metadata [192 kB]
Réception de :10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [28,5 kB]
Réception de :11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [7584 B]
Réception de :12 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [132 kB]
Réception de :13 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [69,3 kB]
Réception de :14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 DEP-11 Metadata [176 kB]
Réception de :15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 DEP-11 Metadata [2468 B]
Réception de :16 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 DEP-11 Metadata [1972 B]
Réception de :17 http://archive.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata [21,2 kB]
Réception de :18 http://archive.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata [35,6 kB]
1487 ko réceptionnés en 2s (954 ko/s)
Lecture des listes de paquets... Fait
sudo apt-get install php7.4-common
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
php7.4-common est déjà la version la plus récente (7.4.8-1+ubuntu18.04.1+deb.sury.org+3).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
sudo apt-get install php7.4-sqlite3
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation :
Les paquets suivants contiennent des dépendances non satisfaites :
php7.4-sqlite3 : Dépend: php7.4-common (= 7.4.3-4ubuntu2.2) mais 7.4.8-1+ubuntu18.04.1+deb.sury.org+3 devra être installé
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état »
@+
jajaX
Asus X93SM-YZ157V / Asus X93SM-YZ065V sous KDE Neon
ASUS K95VB sous Kubuntu 22.04 Jammy Jellyfish (64 bits) / ACER Aspire 5612 WLMI sous Kubuntu 18.04 Bionic Beaver (32 bits)
Hors ligne
#11 Le 21/07/2020, à 16:34
- kedjo
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
Montre le retour:
sudo apt-cache policy php7.4-common
sudo dpkg -l | grep -v ^ii
Hors ligne
#12 Le 21/07/2020, à 16:42
- jajaX
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
voilà
sudo apt-cache policy php7.4-common
[sudo] Mot de passe de server :
php7.4-common:
Installé : 7.4.8-1+ubuntu18.04.1+deb.sury.org+3
Candidat : 7.4.8-1+ubuntu18.04.1+deb.sury.org+3
Table de version :
*** 7.4.8-1+ubuntu18.04.1+deb.sury.org+3 100
100 /var/lib/dpkg/status
7.4.3-4ubuntu2.2 500
500 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
500 http://archive.ubuntu.com/ubuntu focal-security/main amd64 Packages
7.4.3-4ubuntu1 500
500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
la seconde commande (que j'ai renvoyé dans un fichier txt =>
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 acestream-player 3.0.2-1trusty1 amd64 ACE Stream HD multimedia player based on VLC
rc acestream-player-data 3.0.2-1trusty2 amd64 ACE Stream player libraries files
rc amarok 2:2.9.0-0ubuntu2 amd64 easy to use media player based on the KDE Platform
rc ampache-common 3.6-rzb2779+dfsg-0ubuntu1 all web-based audio file management system common files
rc amule 1:2.3.2-2 amd64 client for the eD2k and Kad networks, like eMule
rc apt-listchanges 2.85.13ubuntu2 all package change history notification tool
rc aptitude 0.6.8.2-1ubuntu4 amd64 terminal-based package manager
rc baloo4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa2 amd64 framework for searching and managing metadata.
rc brasero 3.10.0-0ubuntu1 amd64 CD/DVD burning application for GNOME
rc cgmanager 0.39-2ubuntu5 amd64 Central cgroup manager daemon
rc consolekit 0.4.6-5 amd64 framework for defining and tracking users, sessions and seats
rc distro-release-notifier 0.0+git20180709-0ubuntu1~ubuntu16.04~ppa1 amd64 Notification of new distro releases
rc dolibarr 4.0.2-4 all Web based software to manage a company or foundation
rc exim4 4.90.1-1ubuntu1 all metapackage to ease Exim MTA (v4) installation
rc exim4-base 4.93-13ubuntu1.1 amd64 support files for all Exim MTA (v4) packages
rc exim4-daemon-light 4.93-13ubuntu1.1 amd64 lightweight Exim MTA (v4) daemon
rc fglrx 2:13.350.1-0ubuntu2 amd64 Video driver for the AMD graphics accelerators
rc fglrx-updates 2:15.201.2-0ubuntu0.14.04.1 amd64 Video driver for the AMD graphics accelerators
rc fglrx-updates-core 2:15.201.2-0ubuntu0.14.04.1 amd64 Minimal video driver for the AMD graphics accelerators
rc firebird2.5-common 2.5.4.26856.ds4-1build1 all common files for firebird 2.5 servers and clients
rc fonts-droid 1:4.3-3ubuntu1.2 all handheld device font with extensive style and language support
rc gsfonts-x11 0.25 all Make Ghostscript fonts available to X11
rc gstreamer0.10-plugins-good:amd64 0.10.31-3+nmu1ubuntu5.3 amd64 GStreamer plugins from the "good" set
rc gtk-recordmydesktop 0.3.8-4.1ubuntu1 all Graphical frontend for recordMyDesktop screencast tool
rc heirloom-mailx 14.8.6-1 all feature-rich BSD mail(1) -- transitional package
rc imagemagick-common 8:6.9.7.4+dfsg-16ubuntu6.3 all image manipulation programs -- infrastructure dummy package
rc indicator-application 12.10.1+17.04.20161201-0ubuntu1 amd64 Application Indicators
rc initscripts 2.88dsf-59.3ubuntu2 amd64 scripts for initializing and shutting down the system
rc insserv 1.14.0-5ubuntu3 amd64 boot sequence organizer using LSB init.d script dependency information
rc k3b 2.0.2-7ubuntu1 amd64 Sophisticated CD/DVD burning application
rc kde-config-grub2 0.5.8-0ubuntu2 amd64 Configuration module for the GRUB2 bootloader
rc kde-runtime 4:17.08.3-0ubuntu1 amd64 runtime components from the official KDE release
rc kde-runtime-data 4:17.08.3-0ubuntu1 all shared data files for the KDE base runtime module
rc kde-window-manager-common 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 amd64 K window manager (KWin) Common Files
rc kde-workspace-bin 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 amd64 core binaries for the KDE Plasma Workspace
rc kde-workspace-data 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 all shared data files for the KDE Plasma Workspace
rc kdelibs5-data 4:4.14.38-0ubuntu3.1 all core shared data for all KDE Applications
rc kdepim-kresources 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 KDE PIM resource plugins
rc kdepimlibs-data 4:16.04.3-0ubuntu1~ubuntu16.04~ppa61 all kdepimlibs - data files
rc kdepimlibs-kio-plugins 4:16.04.3-0ubuntu1~ubuntu16.04~ppa61 amd64 kio slaves used by KDE PIM applications
rc kdesudo 3.4.2.4+repack-2ubuntu4 amd64 sudo frontend for KDE
rc kerneloops-daemon 0.12+git20140509-2ubuntu1 amd64 kernel oops tracker
rc kleopatra 4:19.12.3-0ubuntu1 amd64 Certificate Manager and Unified Crypto GUI
rc libaccounts-qt1 1.11+14.04.20140410.1-0ubuntu1 amd64 QT library for single sign on
rc libapache2-mod-auth-memcookie 1.0.2-8 amd64 Apache2 authentication and authorization module.
rc libapache2-mod-authn-webid 0~20110301-5 amd64 WebID FOAF+SSL authentication module for Apache
rc libapache2-mod-evasive 1.10.1-3 amd64 evasive module to minimize HTTP DoS or brute force attacks
rc libapache2-mod-passenger 4.0.37-2 amd64 Rails and Rack support for Apache2
rc libapache2-mod-php5.5 5.5.38-4+deb.sury.org~trusty+1 amd64 server-side, HTML-embedded scripting language (Apache 2 module)
rc libapache2-mod-php5.6 5.6.28-1+deb.sury.org~trusty+1 amd64 server-side, HTML-embedded scripting language (Apache 2 module)
rc libapache2-mod-php5filter 5.5.9+dfsg-1ubuntu4.20 amd64 server-side, HTML-embedded scripting language (apache 2 filter module)
rc libapache2-mod-php7.0 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 server-side, HTML-embedded scripting language (Apache 2 module)
rc libapache2-mod-php7.2 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 server-side, HTML-embedded scripting language (Apache 2 module)
rc libapache2-mod-security2 2.9.2-1 amd64 Tighten web applications security for Apache
rc libapache2-mod-suphp 0.7.2-0ubuntu1 amd64 Apache2 module to run PHP scripts with the owner permissions
rc libapache2-mpm-itk 2.4.7-04-1 amd64 multiuser module for Apache
rc libapr-memcache0:amd64 0.7.0-3 amd64 memcache client - shared library
rc libatkmm-1.6-1:amd64 2.22.7-2ubuntu1 amd64 C++ wrappers for ATK accessibility toolkit (shared libraries)
rc libattica0.4:amd64 0.4.2-2 amd64 Qt library that implements the Open Collaboration Services API
rc libavresample1:amd64 6:9.20-0ubuntu0.14.04.2+fdkaac amd64 Libav audo resampling library
rc libbalooqueryparser4 4:4.14.3-0ubuntu5 amd64 Query Parser for Baloo
rc libbaloowidgets4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa1 amd64 Wigets for use with Baloo
rc libbasicusageenvironment0 2014.01.13-1 amd64 multimedia RTSP streaming library (BasicUsageEnvironment class)
rc libbluedevil1:amd64 2.0~rc1really1.9.4-0ubuntu1 amd64 Qt wrapper for bluez
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-iostreams1.54.0:amd64 1.54.0-4ubuntu3.1 amd64 Boost.Iostreams Library
rc libbrasero-media3-1 3.10.0-0ubuntu1 amd64 CD/DVD burning library for GNOME - runtime
rc libburn4 1.3.4-0ubuntu1 amd64 library to provide CD/DVD writing functions
rc libc6-i386 2.23-0ubuntu10 amd64 GNU C Library: 32-bit shared libraries for AMD64
rc libcairomm-1.0-1:amd64 1.10.0-1ubuntu3 amd64 C++ wrappers for Cairo (shared libraries)
rc libcamel-1.2-45 3.10.4-0ubuntu1.5 amd64 Evolution MIME message handling library
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 libck-connector0:amd64 0.4.6-5 amd64 ConsoleKit libraries
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 libclutter-gst-2.0-0:amd64 2.0.8-1build1 amd64 Open GL based interactive canvas library GStreamer elements
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 libcrossguid1:amd64 0.1~git20150807.8f399e8 amd64 cross platform UUID library
rc libcwidget3 0.5.16-3.5ubuntu1 amd64 high-level terminal interface library for C++ (runtime files)
rc libdebconf-kde0 0.3-1 amd64 Debconf KDE GUI library
rc libdee-1.0-4:amd64 1.2.7+14.04.20140324-0ubuntu1 amd64 model to synchronize multiple instances over DBus - shared lib
rc libdlna0 0.2.4-0ubuntu2 amd64 DLNA codec library
rc libdmtx0a:amd64 0.7.4-2 amd64 Data Matrix barcodes (runtime library)
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 libdvdcss2 1.2.13-0 amd64 library designed for accessing DVDs
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 libedata-book-1.2-20 3.10.4-0ubuntu1.5 amd64 Backend library for evolution address books
rc libedataserver-1.2-18 3.10.4-0ubuntu1.5 amd64 Utility library for evolution data servers
rc libept1.4.12:amd64 1.0.12 amd64 High-level library for managing Debian package information
rc libev4 1:4.15-3 amd64 high-performance event loop library modelled after libevent
rc libeventviews4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 event viewing library
rc libevtlog0:amd64 0.2.12-7 amd64 Syslog event logger library
rc libevtlog0:i386 0.2.12-7 i386 Syslog event logger library
rc libexempi3:amd64 2.2.1-1ubuntu1 amd64 library to parse XMP metadata (Library)
rc libfarstream-0.1-0:amd64 0.1.2-1ubuntu3 amd64 Audio/Video communications framework: core library
rc libfdk-aac0:amd64 0.1.3.1 amd64 Fraunhofer FDK AAC Codec Library - runtime files
rc libfdt1:amd64 1.4.0+dfsg-1 amd64 Flat Device Trees manipulation library
rc libffmpegthumbnailer4 2.0.8-2 amd64 shared library for ffmpegthumbnailer
rc libflac++6:amd64 1.3.0-2ubuntu0.14.04.1 amd64 Free Lossless Audio Codec - C++ runtime library
rc libfollowupreminder4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 follow up reminder library
rc libfreerdp1:amd64 1.0.2-2ubuntu1.1 amd64 RDP client for Windows Terminal Services (library)
rc libgail-3-0:amd64 3.10.8-0ubuntu1.4 amd64 GNOME Accessibility Implementation Library -- shared libraries
rc libgif5:amd64 5.0.5-2~trusty amd64 library for GIF images (library)
rc libglade2-0:amd64 1:2.6.4-2 amd64 library to load .glade files at runtime
rc libglade2.0-cil 2.12.10-6 amd64 CLI binding for the Glade libraries 2.6
rc libglew1.10:amd64 1.10.0-3 amd64 OpenGL Extension Wrangler - runtime environment
rc libglib2.0-0:i386 2.56.4-0ubuntu0.18.04.6 i386 GLib library of C routines
rc libglib2.0-cil 2.12.10-6 amd64 CLI binding for the GLib utility library 2.12
rc libglibmm-2.4-1c2a:amd64 2.39.93-0ubuntu1 amd64 C++ wrapper for the GLib toolkit (shared libraries)
rc libgmime-2.6-0:amd64 2.6.20-0ubuntu1 amd64 MIME message parser and creator library - runtime
rc libgnome-desktop-3-7 3.8.4-0ubuntu3.1 amd64 Utility library for loading .desktop files - runtime files
rc libgnome2-common 2.32.1-6 all Deprecated GNOME 2 library - common files
rc libgnomevfs2-common 1:2.24.4-6.1ubuntu2 amd64 GNOME Virtual File System (common files)
rc libgnutls28:amd64 3.2.11-2ubuntu1.1 amd64 GNU TLS library - main runtime library
rc libgnutlsxx27:amd64 2.12.23-12ubuntu2.5 amd64 GNU TLS library - C++ runtime library
rc libgoogle-perftools4 2.1-2ubuntu1.1 amd64 libraries for CPU and heap analysis, plus an efficient thread-caching malloc
rc libgpgme++2 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 c++ wrapper library for gpgme
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 libgssglue1:amd64 0.4-2ubuntu1 amd64 mechanism-switch gssapi library
rc libgtk2.0-cil 2.12.10-6 amd64 CLI binding for the GTK+ toolkit 2.12
rc libgtkmm-3.0-1:amd64 3.10.1-0ubuntu2 amd64 C++ wrappers for GTK+ (shared libraries)
rc libgvc6-plugins-gtk 2.40.1-2 amd64 rich set of graph drawing tools - gtk plugins
rc libhdb9-heimdal:amd64 1.6~git20131207+dfsg-1ubuntu1.1 amd64 Heimdal Kerberos - kadmin server library
rc libhogweed2:amd64 2.7.1-1ubuntu0.2 amd64 low level cryptographic library (public-key cryptos)
rc libhttp-parser2.1:amd64 2.1-2 amd64 parser for HTTP messages written in C
rc libical1 1.0-0ubuntu1 amd64 iCalendar library implementation in C (runtime)
rc libid3-3.8.3c2a 3.8.3-15 amd64 library for manipulating ID3v1 and ID3v2 tags
rc libidl0:amd64 0.8.14-0.2ubuntu4 amd64 library for parsing CORBA IDL files
rc libimobiledevice4:amd64 1.1.5+git20140313.bafe6a9e-0ubuntu1.1 amd64 Library for communicating with the iPhone and iPod Touch
rc libincidenceeditorsng4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 incidence editors library
rc libindicate-qt1 0.2.5.91-5 amd64 Qt bindings for libindicate
rc libisofs6 1.3.4-0ubuntu1 amd64 library to create ISO9660 images
rc libjson-c2:amd64 0.11-4+deb.sury.org~trusty+2 amd64 JSON manipulation library - shared library
rc libjte1 1.19-2 amd64 Jigdo Template Export - runtime library
rc libk3b6 2.0.2-7ubuntu1 amd64 KDE CD/DVD burning application library - runtime files
rc libkactivities-models1 4:4.13.3-0ubuntu0.2 amd64 Activities models library
rc libkateinterfaces4 4:4.14.3-0ubuntu4 amd64 plugin interface for the kate editor
rc libkdb5-7:amd64 1.12+dfsg-2ubuntu5.3 amd64 MIT Kerberos runtime libraries - Kerberos database
rc libkdc2-heimdal:amd64 1.6~git20131207+dfsg-1ubuntu1.1 amd64 Heimdal Kerberos - KDC support library
rc libkdecorations4abi1 4:4.11.11-0ubuntu0.2 amd64 library used by decorations for the KDE window manager
rc libkdecorations4abi2 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 amd64 library used by decorations for the KDE window manager
rc libkdepim4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 KDE PIM library
rc libkephal4abi1 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 amd64 API for easier handling of multihead systems
rc libkexiv2-11 4:4.14.3-0ubuntu1~ubuntu14.04~ppa1 amd64 Qt like interface for the libexiv2 library
rc libkexiv2-11v5 4:15.08.2-0ubuntu1 amd64 Qt like interface for the libexiv2 library
rc libkf5alarmcalendar5abi1:amd64 4:17.12.3-0ubuntu1 amd64 library for handling kalarm calendar data
rc libkf5contacteditor-data 4:19.12.3-0ubuntu1 amd64 transitional dummy package
rc libkf5gapi-data 17.12.3-0ubuntu1 amd64 Google API library for KDE -- transitional
rc libkf5gravatar5:amd64 4:17.12.3-0ubuntu1 amd64 KDE PIM gravatar library
rc libkf5kdgantt2-5 4:16.04.3-0ubuntu1~ubuntu16.04~ppa61 amd64 Gantt widget - library
rc libkf5libkdepim5:amd64 4:16.04.3-0ubuntu1~ubuntu16.04~ppa61 amd64 KDE PIM library
rc libkf5libkleo5:amd64 4:16.04.3-0ubuntu1~ubuntu16.04~ppa61 amd64 KDE PIM cryptographic library
rc libkf5messageviewer5:amd64 4:16.04.3-0ubuntu1~ubuntu16.04~ppa61 amd64 KDE PIM messaging library, message viewer library
rc libkf5prison1:amd64 1.2~git20150223-0ubuntu2 amd64 barcode API for Qt
rc libkf5xmlrpcclient-data 5.68.0-0ubuntu1 all data files for kxmlrpcclient
rc libkfbapi1 1.0-0ubuntu7 amd64 Facebook API library for KDE
rc libkfilemetadata4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa1 amd64 library for extracting file metadata
rc libkgapi2-2:amd64 2.2.0-0ubuntu1 amd64 Google API library for KDE
rc libkleo4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 certificate based crypto library
rc libkmanagesieve4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 Sieve script remote management library
rc libkolab0 0.5.2a-0ubuntu1~ubuntu14.04~ppa1 amd64 Maps KDE containers to Kolab formats
rc libkolabxml1 1.0.1-0ubuntu3 amd64 Kolab XML format (shared library)
rc libkontactinterface4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 Kontact interface library
rc libkpeople3 0.2.2-0ubuntu0.1 amd64 Library providing metacontacts infrastructure
rc libkpimsmtp5:amd64 17.12.2-0ubuntu1 amd64 library for handling SMTP data
rc libksane0 4:15.08.2-0ubuntu1 amd64 scanner library (runtime)
rc libkscreen1 1.0.5-0ubuntu1~ubuntu14.04 amd64 library for screen management - shared library
rc libkscreensaver5 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 amd64 library of the KDE Screensaver system
rc libksgrd4 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 amd64 library for ksysguard
rc libksieve4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 Sieve, the mail filtering language, library
rc libksieveui4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 Sieve, the mail filtering language, GUI library
rc libksignalplotter4 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 amd64 KSignalPlotter widget
rc libktpcommoninternalsprivate7 0.8.1-0ubuntu0.1 amd64 KDE Telepathy internal library
rc libkubuntu0 14.04ubuntu4 amd64 library for Kubuntu platform integration
rc libkwineffects1abi4 4:4.11.11-0ubuntu0.2 amd64 library used by effects for the KDE window manager
rc libkwineffects1abi5 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 amd64 library used by effects for the KDE window manager
rc libkwinglesutils1 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 amd64 library used by accellaration for the KDE window manager
rc libkwinglutils1abi3 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 amd64 library with OpenGL utilities for the KDE window manager
rc libkworkspace4abi2 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 amd64 library for the kdebase workspace
rc liblivemedia23 2014.01.13-1 amd64 multimedia RTSP streaming library
rc libmagick++5:amd64 8:6.7.7.10-6ubuntu3.9 amd64 object-oriented C++ interface to ImageMagick
rc libmagickcore-6-headers 8:6.9.7.4+dfsg-16ubuntu6.4 all low-level image manipulation library - header files
rc libmagickcore5:amd64 8:6.7.7.10-6ubuntu3.9 amd64 low-level image manipulation library
rc libmagickwand-6-headers 8:6.9.7.4+dfsg-16ubuntu6.4 all image manipulation library - headers files
rc libmagickwand-dev 8:6.9.7.4+dfsg-16ubuntu6.4 all image manipulation library -- dummy package
rc libmagickwand5:amd64 8:6.7.7.10-6ubuntu3.9 amd64 image manipulation library
rc libmailcommon4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 email utility library
rc libmailimporter4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 mailimporter library
rc libmatroska6:amd64 1.4.1-2+deb8u1build0.14.04.1 amd64 extensible open standard audio/video container format (shared library)
rc libmemcache0 1.4.0.rc2-1ubuntu1 amd64 C client API for memcached memory object caching system
rc libmessagecomposer4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 message composer library
rc libmessagecore4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 message core library
rc libmessagelist4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 message list library
rc libmessageviewer4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 message viewer 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 libmkv0:amd64 0.6.5.1-1ubuntu1 amd64 Alternative to the official libmatroska/libebml libraries
rc libmodemmanagerqt1 1.0.1-0ubuntu2 amd64 Qt wrapper for ModemManager DBus API
rc libmono-profiler 4.2.1.102+dfsg2-7ubuntu4 amd64 Mono profiler libraries
rc libmuonprivate2 2.2.0-0ubuntu3.2 amd64 Runtime files for the Muon package management suite
rc libnautilus-extension1a 1:3.10.1-0ubuntu9.8 amd64 libraries for nautilus components - runtime version
rc libneon27 0.30.0-1ubuntu1 amd64 HTTP and WebDAV client library
rc libnepomuk4 4:4.13.3-0ubuntu0.1 amd64 Nepomuk Meta Data Library
rc libnepomukcleaner4 4:4.13.3-0ubuntu0.2 amd64 Nepomuk Index Cleaner library
rc libnepomukcore4abi1 4:4.13.3-0ubuntu0.2 amd64 Nepomuk Meta Data Library
rc libnepomukquery4a 4:4.13.3-0ubuntu0.1 amd64 Nepomuk Query Library for the KDE Platform
rc libnepomukutils4 4:4.13.3-0ubuntu0.1 amd64 Nepomuk Utility Library
rc libnettle4:amd64 2.7.1-1ubuntu0.2 amd64 low level cryptographic library (symmetric and one-way cryptos)
rc libnetworkmanagerqt1 0.9.8.1-0ubuntu2 amd64 Qt wrapper for NetworkManager API
rc libnfs1:amd64 1.6.0-0~ppa1~trusty amd64 NFS client library (shared library)
rc libnoteshared4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 notes support library
rc libnss-mdns:amd64 0.10-6 amd64 NSS module for Multicast DNS name resolution
rc libntrack-qt4-1 016-1.3 amd64 Qt 4 API for ntrack
rc libntrack0 016-1.3 amd64 lightweight connectivity tracking library
rc libnunit-console-runner2.6.3-cil 2.6.4+dfsg-1 all Unit test framework for CLI - Assemblies
rc libnunit-core-interfaces2.6.3-cil 2.6.4+dfsg-1 all Unit test framework for CLI - Assemblies
rc libnunit-core2.6.3-cil 2.6.4+dfsg-1 all Unit test framework for CLI - Assemblies
rc libnunit-framework2.6.3-cil 2.6.4+dfsg-1 all Unit test framework for CLI - Assemblies
rc libnunit-mocks2.6.3-cil 2.6.4+dfsg-1 all Unit test framework for CLI - Assemblies
rc libnunit-util2.6.3-cil 2.6.4+dfsg-1 all Unit test framework for CLI - Assemblies
rc libokularcore4 4:4.13.97-0ubuntu1~ubuntu14.04~ppa2 amd64 libraries for the Okular document viewer
rc libokularcore5 4:4.14.3-0ubuntu1~ubuntu14.04~ppa1 amd64 libraries for the Okular document viewer
rc libonig2 5.9.1-1ubuntu1 amd64 Oniguruma regular expressions library
rc libopenconnect2:amd64 5.02-1 amd64 open client for Cisco AnyConnect VPN - shared library
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 libopenexr-dev 2.2.0-11.1ubuntu1 amd64 development files for the OpenEXR image 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 libowncloudsync0:amd64 1.7.1 amd64 ownCloud sync library.
rc libpangomm-1.4-1:amd64 2.34.0-1ubuntu1 amd64 C++ Wrapper for pango (shared libraries)
rc libpcre32-3:amd64 2:8.41-4+ubuntu14.04.1+deb.sury.org+1 amd64 Perl 5 Compatible Regular Expression Library - 32 bit runtime files
rc libpcrecpp0:amd64 2:8.41-4+ubuntu14.04.1+deb.sury.org+1 amd64 Perl 5 Compatible Regular Expression Library - C++ runtime files
rc libperl5.22:amd64 5.22.1-9ubuntu0.5 amd64 shared Perl library
rc libphp-simplepie 1.2.1-3 all RSS and Atom feed parsing in PHP
rc libphp5.5-embed 5.5.38-4+deb.sury.org~trusty+1 amd64 HTML-embedded scripting language (Embedded SAPI library)
rc libphp5.6-embed 5.6.28-1+deb.sury.org~trusty+1 amd64 HTML-embedded scripting language (Embedded SAPI library)
rc libphp7.0-embed 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 HTML-embedded scripting language (Embedded SAPI library)
rc libphp7.2-embed 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 HTML-embedded scripting language (Embedded SAPI library)
rc libpimactivity4 4:4.13.97-0ubuntu1~ubuntu14.04~ppa5 amd64 pim activity library
rc libpimcommon4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 library for common bits of KDEPIM
rc libplasma-geolocation-interface4 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 amd64 library for the Plasma geolocation
rc libplasmaclock4abi4 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 amd64 library for Plasma clocks
rc libplasmagenericshell4 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 amd64 shared elements for all the plasma shells
rc libpostproc52 6:0.git20120821-4 amd64 FFmpeg derived postprocessing library
rc libprison0:amd64 1.1.1-1 amd64 barcode API for Qt
rc libprocesscore4abi1 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 amd64 library for ksysguard based process view
rc libprocessui4a 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 amd64 library for ksysguard process user interface
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 libpython3.4:amd64 3.4.3-1ubuntu1~14.04.6 amd64 Shared Python runtime library (version 3.4)
rc libpython3.4-minimal:amd64 3.4.3-1ubuntu1~14.04.6 amd64 Minimal subset of the Python language (version 3.4)
rc libpython3.5-minimal:amd64 3.5.2-2ubuntu0~16.04.4 amd64 Minimal subset of the Python language (version 3.5)
rc libpython3.6-minimal:amd64 3.6.9-1~18.04ubuntu1 amd64 Minimal subset of the Python language (version 3.6)
rc libqalculate5:amd64 0.9.7-9 amd64 Powerful and easy to use desktop calculator - library
rc libqalculate5v5:amd64 0.9.7-9.1 amd64 Powerful and easy to use desktop calculator - library
rc libqapt2 2.1.70-0ubuntu4.2 amd64 QApt library package
rc libqapt2-runtime 2.1.70-0ubuntu4.2 amd64 Runtime components for the QApt library
rc libqjson0:amd64 0.8.1-3 amd64 Qt-based library that maps JSON data to QVariant objects
rc libqoauth1 1.0.1-2ubuntu4 amd64 Qt-based client implementation of the OAuth authorization scheme
rc libqtcore4:amd64 4:4.8.7+dfsg-7ubuntu1 amd64 Qt 4 core module
rc libqtglib-2.0-0:amd64 1.2.0-3 amd64 C++ bindings library for GLib and GObject with a Qt-style API
rc libqtkeychain0 0.4 amd64 Cross platform password store library
rc librbd1 0.80.11-0ubuntu1.14.04.1 amd64 RADOS block device client library
rc libscim8c2a:amd64 1.4.14-6 amd64 library for SCIM platform
rc libsensors4:amd64 1:3.4.0-4 amd64 library to read temperature/voltage/fan sensors
rc libsensors4:i386 1:3.4.0-4 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 libsm6:i386 2:1.2.2-1 i386 X11 Session Management library
rc libssl1.0.0:i386 1.0.2n-1ubuntu5.3 i386 Secure Sockets Layer toolkit - shared libraries
rc libstreamanalyzer0 0.7.8-1ubuntu2 amd64 streamanalyzer library for Strigi Desktop Search
rc libstreams0 0.7.8-1ubuntu2 amd64 streams library for Strigi Desktop Search
rc libswscale2:amd64 6:9.20-0ubuntu0.14.04.2+fdkaac amd64 Libav video scaling library
rc libtag1-vanilla:amd64 1.9.1-2.2~ppa~trusty amd64 audio meta-data library - vanilla flavour
rc libtagc0:amd64 1.9.1-2.2~ppa~trusty amd64 audio meta-data library - C bindings
rc libtaskmanager4abi5 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 amd64 library which provides task management facilities
rc libtcl8.5:amd64 8.5.15-2ubuntu1 amd64 Tcl (the Tool Command Language) v8.5 - run-time library files
rc libtcmalloc-minimal4 2.1-2ubuntu1.1 amd64 efficient thread-caching malloc
rc libtelepathy-logger-qt4-1:amd64 0.8.0-0ubuntu1 amd64 Qt bindings for the telepathy-logger library
rc libtemplateparser4 4:4.14.3-0ubuntu1~ubuntu14.04~ppa3 amd64 KMail template parser library
rc libtidy-0.99-0 20091223cvs-1.5 amd64 HTML syntax checker and reformatter - library
rc libtidy5 1:5.4.0-1+ubuntu14.04.1+deb.sury.org+1 amd64 HTML/XML syntax checker and reformatter - library
rc libtinyxml2.6.2:amd64 2.6.2-2 amd64 C++ XML parsing library
rc libtirpc1:amd64 0.2.5-1.2ubuntu0.1 amd64 transport-independent RPC library
rc libtk8.5:amd64 8.5.15-2ubuntu3 amd64 Tk toolkit for Tcl and X11 v8.5 - run-time files
rc libtommath0 0.42.0-1.2 amd64 multiple-precision integer library [runtime]
rc libtotem-plparser18 3.10.2-0ubuntu1 amd64 Totem Playlist Parser library - runtime 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 libunistring0:amd64 0.9.3-5.2ubuntu1 amd64 Unicode string library for C
rc libunity-protocol-private0:amd64 7.1.4+14.04.20140210-0ubuntu1 amd64 binding to get places into the launcher - private library
rc libunity9:amd64 7.1.4+14.04.20140210-0ubuntu1 amd64 binding to get places into the launcher - shared library
rc libusageenvironment1 2014.01.13-1 amd64 multimedia RTSP streaming library (UsageEnvironment classes)
rc libusbredirparser1:amd64 0.6-2ubuntu1.1 amd64 Parser for the usbredir protocol (runtime)
rc libv8-3.14.5 3.14.5.8-5ubuntu2 amd64 V8 JavaScript engine - runtime library
rc libvidstab1.0 2:1.0~trusty1.3 amd64 Video stabilization library.
rc libvlccore7 2.1.6+git20160115+r54594+20+11~ubuntu14.04.1 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.3 amd64 API to write one's own vnc server
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 libweather-ion6 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 amd64 library which provides an interface for weather information services
rc libwebp5:amd64 0.4.4-1+deb.sury.org~trusty+1 amd64 Lossy compression of digital photographic images.
rc libwebpmux1:amd64 0.4.4-1+deb.sury.org~trusty+1 amd64 Lossy compression of digital photographic images.
rc libwebrtc-audio-processing-0:amd64 0.1-3ubuntu1~gcc5.1 amd64 AudioProcessing module from the WebRTC project.
rc libx264-142:amd64 3:0.142.2491+git24e4fed-1~trusty amd64 x264 video coding library
rc libx265-110:amd64 2.3-2~trusty1 amd64 H.265/HEVC video stream encoder (shared library)
rc libx265-130:amd64 2.5-2~trusty1 amd64 H.265/HEVC video stream encoder (shared library)
rc libx265-95:amd64 2.1-2~ppa amd64 H.265/HEVC video stream encoder (shared library)
rc libxapian22 1.2.16-2ubuntu1 amd64 Search engine library
rc libxen-4.4 4.4.2-0ubuntu0.14.04.7 amd64 Public libs for Xen
rc libxenstore3.0 4.4.2-0ubuntu0.14.04.7 amd64 Xenstore communications library for Xen
rc libxine1-bin 1.1.21-2ubuntu1 amd64 xine video/media player library ‒ binary files
rc libxinerama1:i386 2:1.1.3-1 i386 X11 Xinerama extension library
rc libzeitgeist-1.0-1 0.3.18-1ubuntu2 amd64 library to access Zeitgeist - shared library
rc libzeitgeist-2.0-0:amd64 0.9.14-0ubuntu4.1 amd64 library to access Zeitgeist - shared library
rc libzimg2 2.6a-1~trusty amd64 scaling, colorspace conversion and dithering library
rc lightdm-kde-greeter 0.3.2.2-1ubuntu1 amd64 LightDM KDE greeter
rc linux-image-3.13.0-100-generic 3.13.0-100.147 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-103-generic 3.13.0-103.150 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-105-generic 3.13.0-105.152 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-106-generic 3.13.0-106.153 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-107-generic 3.13.0-107.154 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-108-generic 3.13.0-108.155 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-109-generic 3.13.0-109.156 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-110-generic 3.13.0-110.157 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-111-generic 3.13.0-111.158 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-112-generic 3.13.0-112.159 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-113-generic 3.13.0-113.160 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-115-generic 3.13.0-115.162 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-116-generic 3.13.0-116.163 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-117-generic 3.13.0-117.164 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-119-generic 3.13.0-119.166 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-121-generic 3.13.0-121.170 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-123-generic 3.13.0-123.172 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-125-generic 3.13.0-125.174 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-126-generic 3.13.0-126.175 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-128-generic 3.13.0-128.177 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-129-generic 3.13.0-129.178 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-132-generic 3.13.0-132.181 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-133-generic 3.13.0-133.182 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-135-generic 3.13.0-135.184 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-137-generic 3.13.0-137.186 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-139-generic 3.13.0-139.188 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-141-generic 3.13.0-141.190 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-142-generic 3.13.0-142.191 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-143-generic 3.13.0-143.192 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-144-generic 3.13.0-144.193 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-145-generic 3.13.0-145.194 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-147-generic 3.13.0-147.196 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-39-generic 3.13.0-39.66 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-40-generic 3.13.0-40.69 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-43-generic 3.13.0-43.72 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-44-generic 3.13.0-44.73 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-45-generic 3.13.0-45.74 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-46-generic 3.13.0-46.79 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-48-generic 3.13.0-48.80 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-49-generic 3.13.0-49.83 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-51-generic 3.13.0-51.84 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-52-generic 3.13.0-52.86 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-53-generic 3.13.0-53.89 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-54-generic 3.13.0-54.91 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-55-generic 3.13.0-55.94 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-57-generic 3.13.0-57.95 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-58-generic 3.13.0-58.97 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-59-generic 3.13.0-59.98 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-61-generic 3.13.0-61.100 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-62-generic 3.13.0-62.102 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-63-generic 3.13.0-63.103 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-65-generic 3.13.0-65.106 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-66-generic 3.13.0-66.108 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-67-generic 3.13.0-67.110 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-68-generic 3.13.0-68.111 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-70-generic 3.13.0-70.113 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-71-generic 3.13.0-71.114 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-73-generic 3.13.0-73.116 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-74-generic 3.13.0-74.118 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-76-generic 3.13.0-76.120 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-77-generic 3.13.0-77.121 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-79-generic 3.13.0-79.123 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-83-generic 3.13.0-83.127 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-85-generic 3.13.0-85.129 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-86-generic 3.13.0-86.131 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-87-generic 3.13.0-87.133 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-88-generic 3.13.0-88.135 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-91-generic 3.13.0-91.138 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-92-generic 3.13.0-92.139 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-93-generic 3.13.0-93.140 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-95-generic 3.13.0-95.142 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-96-generic 3.13.0-96.143 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-3.13.0-98-generic 3.13.0-98.145 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-4.15.0-101-generic 4.15.0-101.102 amd64 Signed kernel image generic
rc linux-image-4.15.0-106-generic 4.15.0-106.107 amd64 Signed kernel image generic
rc linux-image-4.15.0-108-generic 4.15.0-108.109 amd64 Signed kernel image generic
rc linux-image-4.15.0-109-generic 4.15.0-109.110 amd64 Signed kernel image generic
rc linux-image-4.15.0-111-generic 4.15.0-111.112 amd64 Signed kernel image generic
rc linux-image-4.15.0-33-generic 4.15.0-33.36 amd64 Signed kernel image generic
rc linux-image-4.15.0-34-generic 4.15.0-34.37 amd64 Signed kernel image generic
rc linux-image-4.15.0-36-generic 4.15.0-36.39 amd64 Signed kernel image generic
rc linux-image-4.15.0-38-generic 4.15.0-38.41 amd64 Signed kernel image generic
rc linux-image-4.15.0-39-generic 4.15.0-39.42 amd64 Signed kernel image generic
rc linux-image-4.15.0-42-generic 4.15.0-42.45 amd64 Signed kernel image generic
rc linux-image-4.15.0-43-generic 4.15.0-43.46 amd64 Signed kernel image generic
rc linux-image-4.15.0-44-generic 4.15.0-44.47 amd64 Signed kernel image generic
rc linux-image-4.15.0-45-generic 4.15.0-45.48 amd64 Signed kernel image generic
rc linux-image-4.15.0-46-generic 4.15.0-46.49 amd64 Signed kernel image generic
rc linux-image-4.15.0-47-generic 4.15.0-47.50 amd64 Signed kernel image generic
rc linux-image-4.15.0-48-generic 4.15.0-48.51 amd64 Signed kernel image generic
rc linux-image-4.15.0-50-generic 4.15.0-50.54 amd64 Signed kernel image generic
rc linux-image-4.15.0-51-generic 4.15.0-51.55 amd64 Signed kernel image generic
rc linux-image-4.15.0-52-generic 4.15.0-52.56 amd64 Signed kernel image generic
rc linux-image-4.15.0-54-generic 4.15.0-54.58 amd64 Signed kernel image generic
rc linux-image-4.15.0-55-generic 4.15.0-55.60 amd64 Signed kernel image generic
rc linux-image-4.15.0-58-generic 4.15.0-58.64 amd64 Signed kernel image generic
rc linux-image-4.15.0-60-generic 4.15.0-60.67 amd64 Signed kernel image generic
rc linux-image-4.15.0-62-generic 4.15.0-62.69 amd64 Signed kernel image generic
rc linux-image-4.15.0-64-generic 4.15.0-64.73 amd64 Signed kernel image generic
rc linux-image-4.15.0-65-generic 4.15.0-65.74 amd64 Signed kernel image generic
rc linux-image-4.15.0-66-generic 4.15.0-66.75 amd64 Signed kernel image generic
rc linux-image-4.15.0-70-generic 4.15.0-70.79 amd64 Signed kernel image generic
rc linux-image-4.15.0-72-generic 4.15.0-72.81 amd64 Signed kernel image generic
rc linux-image-4.15.0-74-generic 4.15.0-74.84 amd64 Signed kernel image generic
rc linux-image-4.15.0-76-generic 4.15.0-76.86 amd64 Signed kernel image generic
rc linux-image-4.15.0-88-generic 4.15.0-88.88 amd64 Signed kernel image generic
rc linux-image-4.15.0-91-generic 4.15.0-91.92 amd64 Signed kernel image generic
rc linux-image-4.15.0-96-generic 4.15.0-96.97 amd64 Signed kernel image generic
rc linux-image-4.15.0-99-generic 4.15.0-99.100 amd64 Signed kernel image generic
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-extra-3.13.0-100-generic 3.13.0-100.147 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-103-generic 3.13.0-103.150 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-105-generic 3.13.0-105.152 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-106-generic 3.13.0-106.153 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-107-generic 3.13.0-107.154 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-108-generic 3.13.0-108.155 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-109-generic 3.13.0-109.156 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-110-generic 3.13.0-110.157 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-111-generic 3.13.0-111.158 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-112-generic 3.13.0-112.159 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-113-generic 3.13.0-113.160 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-115-generic 3.13.0-115.162 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-116-generic 3.13.0-116.163 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-117-generic 3.13.0-117.164 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-119-generic 3.13.0-119.166 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-121-generic 3.13.0-121.170 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-123-generic 3.13.0-123.172 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-125-generic 3.13.0-125.174 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-126-generic 3.13.0-126.175 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-128-generic 3.13.0-128.177 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-129-generic 3.13.0-129.178 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-132-generic 3.13.0-132.181 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-133-generic 3.13.0-133.182 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-135-generic 3.13.0-135.184 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-137-generic 3.13.0-137.186 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-139-generic 3.13.0-139.188 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-141-generic 3.13.0-141.190 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-142-generic 3.13.0-142.191 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-143-generic 3.13.0-143.192 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-144-generic 3.13.0-144.193 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-145-generic 3.13.0-145.194 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-147-generic 3.13.0-147.196 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-24-generic 3.13.0-24.47 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-39-generic 3.13.0-39.66 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-40-generic 3.13.0-40.69 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-43-generic 3.13.0-43.72 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-44-generic 3.13.0-44.73 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-45-generic 3.13.0-45.74 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-46-generic 3.13.0-46.79 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-48-generic 3.13.0-48.80 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-49-generic 3.13.0-49.83 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-51-generic 3.13.0-51.84 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-52-generic 3.13.0-52.86 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-53-generic 3.13.0-53.89 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-54-generic 3.13.0-54.91 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-55-generic 3.13.0-55.94 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-57-generic 3.13.0-57.95 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-58-generic 3.13.0-58.97 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-59-generic 3.13.0-59.98 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-61-generic 3.13.0-61.100 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-62-generic 3.13.0-62.102 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-63-generic 3.13.0-63.103 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-65-generic 3.13.0-65.106 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-66-generic 3.13.0-66.108 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-67-generic 3.13.0-67.110 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-68-generic 3.13.0-68.111 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-70-generic 3.13.0-70.113 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-71-generic 3.13.0-71.114 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-73-generic 3.13.0-73.116 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-74-generic 3.13.0-74.118 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-76-generic 3.13.0-76.120 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-77-generic 3.13.0-77.121 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-79-generic 3.13.0-79.123 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-83-generic 3.13.0-83.127 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-85-generic 3.13.0-85.129 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-86-generic 3.13.0-86.131 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-87-generic 3.13.0-87.133 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-88-generic 3.13.0-88.135 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-91-generic 3.13.0-91.138 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-92-generic 3.13.0-92.139 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-93-generic 3.13.0-93.140 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-95-generic 3.13.0-95.142 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-96-generic 3.13.0-96.143 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc linux-image-extra-3.13.0-98-generic 3.13.0-98.145 amd64 Linux kernel extra modules for version 3.13.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-modules-4.15.0-101-generic 4.15.0-101.102 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-106-generic 4.15.0-106.107 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-108-generic 4.15.0-108.109 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-109-generic 4.15.0-109.110 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-111-generic 4.15.0-111.112 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-33-generic 4.15.0-33.36 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-34-generic 4.15.0-34.37 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-36-generic 4.15.0-36.39 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-38-generic 4.15.0-38.41 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-39-generic 4.15.0-39.42 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-42-generic 4.15.0-42.45 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-43-generic 4.15.0-43.46 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-44-generic 4.15.0-44.47 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-45-generic 4.15.0-45.48 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-46-generic 4.15.0-46.49 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-47-generic 4.15.0-47.50 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-48-generic 4.15.0-48.51 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-50-generic 4.15.0-50.54 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-51-generic 4.15.0-51.55 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-52-generic 4.15.0-52.56 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-54-generic 4.15.0-54.58 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-55-generic 4.15.0-55.60 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-58-generic 4.15.0-58.64 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-60-generic 4.15.0-60.67 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-62-generic 4.15.0-62.69 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-64-generic 4.15.0-64.73 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-65-generic 4.15.0-65.74 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-66-generic 4.15.0-66.75 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-70-generic 4.15.0-70.79 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-72-generic 4.15.0-72.81 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-74-generic 4.15.0-74.84 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-76-generic 4.15.0-76.86 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-88-generic 4.15.0-88.88 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-91-generic 4.15.0-91.92 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-96-generic 4.15.0-96.97 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-99-generic 4.15.0-99.100 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-101-generic 4.15.0-101.102 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-106-generic 4.15.0-106.107 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-108-generic 4.15.0-108.109 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-109-generic 4.15.0-109.110 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-111-generic 4.15.0-111.112 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-33-generic 4.15.0-33.36 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-34-generic 4.15.0-34.37 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-36-generic 4.15.0-36.39 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-38-generic 4.15.0-38.41 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-39-generic 4.15.0-39.42 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-42-generic 4.15.0-42.45 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-43-generic 4.15.0-43.46 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-44-generic 4.15.0-44.47 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-45-generic 4.15.0-45.48 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-46-generic 4.15.0-46.49 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-47-generic 4.15.0-47.50 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-48-generic 4.15.0-48.51 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-50-generic 4.15.0-50.54 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-51-generic 4.15.0-51.55 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-52-generic 4.15.0-52.56 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-54-generic 4.15.0-54.58 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-55-generic 4.15.0-55.60 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-58-generic 4.15.0-58.64 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-60-generic 4.15.0-60.67 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-62-generic 4.15.0-62.69 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-64-generic 4.15.0-64.73 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-65-generic 4.15.0-65.74 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-66-generic 4.15.0-66.75 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-70-generic 4.15.0-70.79 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-72-generic 4.15.0-72.81 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-74-generic 4.15.0-74.84 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-76-generic 4.15.0-76.86 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-88-generic 4.15.0-88.88 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-91-generic 4.15.0-91.92 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-96-generic 4.15.0-96.97 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-99-generic 4.15.0-99.100 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc modsecurity-crs 3.0.2-1 all OWASP ModSecurity Core Rule Set
rc mono-devel 3.2.8+dfsg-4ubuntu1.1 all Mono development tools
rc monodoc-browser 4.2-1 all MonoDoc GTK+ based viewer
rc mountall 2.54ubuntu1 amd64 filesystem mounting tool
rc mysql-server-5.5 5.5.60-0ubuntu0.14.04.1 amd64 MySQL database server binaries and system database setup
rc mysql-server-5.7 5.7.30-0ubuntu0.18.04.1 amd64 MySQL database server binaries and system database setup
rc nautilus 1:3.10.1-0ubuntu9.8 amd64 file manager and graphical shell for GNOME
rc ntrack-module-libnl-0 016-1.3 amd64 libnl based ntrack module
rc obex-data-server 0.4.6-1 amd64 D-Bus service for OBEX client and server side functionality
rc openjdk-7-jre-headless:amd64 7u171-2.6.13-0ubuntu0.14.04.2 amd64 OpenJDK Java runtime, using Hotspot JIT (headless)
rc oracle-java8-installer 8u181-1~webupd8~1 all Oracle Java(TM) Development Kit (JDK) 8
rc oracle-java8-set-default 8u181-1~webupd8~1 all Set Oracle JDK 8 as default Java
rc owncloud-config-apache 8.2.2-2.1 all The ownCloud configuration for the apache web server
rc owncloud-deps-php5 9.1.2-1.1 all ownCloud - dependencies for php5
rc owncloud-deps-php7.0 10.0.0-1.1 all ownCloud - dependencies for php7
rc perl-modules 5.18.2-2ubuntu1.4 all Core Perl modules
rc phonon:amd64 4:4.10.0-2 amd64 multimedia framework from KDE using Qt 4 - metapackage
rc php5-apcu 4.0.2-2build1 amd64 APC User Cache for PHP 5
rc php5-common 5.5.9+dfsg-1ubuntu4.22 amd64 Common files for packages built from the php5 source
rc php5-gd 5.5.9+dfsg-1ubuntu4.22 amd64 GD module for php5
rc php5-json 1.3.2-2build1 amd64 JSON module for php5
rc php5-mcrypt 5.4.6-0ubuntu5 amd64 MCrypt module for php5
rc php5-mysqlnd 5.5.9+dfsg-1ubuntu4.20 amd64 MySQL module for php5 (Native Driver)
rc php5-redis 2.2.4-1build2 amd64 PHP extension for interfacing with Redis
rc php5-xcache 3.1.0-2 amd64 Fast, stable PHP opcode cacher
rc php5-xmlrpc 5.5.9+dfsg-1ubuntu4.5 amd64 XML-RPC module for php5
rc php5.5-json 5.5.38-4+deb.sury.org~trusty+1 amd64 JSON module for PHP
rc php5.5-opcache 5.5.38-4+deb.sury.org~trusty+1 amd64 Zend OpCache module for PHP
rc php5.5-readline 5.5.38-4+deb.sury.org~trusty+1 amd64 readline module for PHP
rc php5.6-bz2 5.6.28-1+deb.sury.org~trusty+1 amd64 bzip2 module for PHP
rc php5.6-cgi 5.6.28-1+deb.sury.org~trusty+1 amd64 server-side, HTML-embedded scripting language (CGI binary)
rc php5.6-cli 5.6.28-1+deb.sury.org~trusty+1 amd64 command-line interpreter for the PHP scripting language
rc php5.6-common 5.6.28-1+deb.sury.org~trusty+1 amd64 documentation, examples and common module for PHP
rc php5.6-curl 5.6.28-1+deb.sury.org~trusty+1 amd64 CURL module for PHP
rc php5.6-enchant 5.6.28-1+deb.sury.org~trusty+1 amd64 Enchant module for PHP
rc php5.6-fpm 5.6.28-1+deb.sury.org~trusty+1 amd64 server-side, HTML-embedded scripting language (FPM-CGI binary)
rc php5.6-gd 5.6.28-1+deb.sury.org~trusty+1 amd64 GD module for PHP
rc php5.6-gmp 5.6.28-1+deb.sury.org~trusty+1 amd64 GMP module for PHP
rc php5.6-imap 5.6.28-1+deb.sury.org~trusty+1 amd64 IMAP module for PHP
rc php5.6-interbase 5.6.28-1+deb.sury.org~trusty+1 amd64 Interbase module for PHP
rc php5.6-json 5.6.28-1+deb.sury.org~trusty+1 amd64 JSON module for PHP
rc php5.6-ldap 5.6.28-1+deb.sury.org~trusty+1 amd64 LDAP module for PHP
rc php5.6-mbstring 5.6.28-1+deb.sury.org~trusty+1 amd64 MBSTRING module for PHP
rc php5.6-mcrypt 5.6.28-1+deb.sury.org~trusty+1 amd64 libmcrypt module for PHP
rc php5.6-mysql 5.6.28-1+deb.sury.org~trusty+1 amd64 MySQL module for PHP
rc php5.6-opcache 5.6.28-1+deb.sury.org~trusty+1 amd64 Zend OpCache module for PHP
rc php5.6-pgsql 5.6.28-1+deb.sury.org~trusty+1 amd64 PostgreSQL module for PHP
rc php5.6-readline 5.6.28-1+deb.sury.org~trusty+1 amd64 readline module for PHP
rc php5.6-snmp 5.6.28-1+deb.sury.org~trusty+1 amd64 SNMP module for PHP
rc php5.6-sqlite3 5.6.28-1+deb.sury.org~trusty+1 amd64 SQLite3 module for PHP
rc php5.6-xml 5.6.28-1+deb.sury.org~trusty+1 amd64 DOM, SimpleXML, WDDX, XML, and XSL module for PHP
rc php5.6-xmlrpc 5.6.28-1+deb.sury.org~trusty+1 amd64 XMLRPC-EPI module for PHP
rc php5.6-zip 5.6.28-1+deb.sury.org~trusty+1 amd64 Zip module for PHP
rc php7.0-bcmath 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 Bcmath module for PHP
rc php7.0-bz2 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 bzip2 module for PHP
rc php7.0-cgi 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 server-side, HTML-embedded scripting language (CGI binary)
rc php7.0-cli 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 command-line interpreter for the PHP scripting language
rc php7.0-common 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 documentation, examples and common module for PHP
rc php7.0-curl 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 CURL module for PHP
rc php7.0-dba 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 DBA module for PHP
rc php7.0-enchant 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 Enchant module for PHP
rc php7.0-fpm 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 server-side, HTML-embedded scripting language (FPM-CGI binary)
rc php7.0-gd 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 GD module for PHP
rc php7.0-gmp 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 GMP module for PHP
rc php7.0-imap 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 IMAP module for PHP
rc php7.0-interbase 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 Interbase module for PHP
rc php7.0-json 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 JSON module for PHP
rc php7.0-mbstring 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 MBSTRING module for PHP
rc php7.0-mcrypt 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 libmcrypt module for PHP
rc php7.0-mysql 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 MySQL module for PHP
rc php7.0-odbc 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 ODBC module for PHP
rc php7.0-opcache 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 Zend OpCache module for PHP
rc php7.0-pgsql 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 PostgreSQL module for PHP
rc php7.0-phpdbg 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 server-side, HTML-embedded scripting language (PHPDBG binary)
rc php7.0-pspell 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 pspell module for PHP
rc php7.0-readline 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 readline module for PHP
rc php7.0-recode 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 recode module for PHP
rc php7.0-snmp 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 SNMP module for PHP
rc php7.0-soap 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 SOAP module for PHP
rc php7.0-sqlite3 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 SQLite3 module for PHP
rc php7.0-sybase 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 Sybase module for PHP
rc php7.0-tidy 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 tidy module for PHP
rc php7.0-xml 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 DOM, SimpleXML, WDDX, XML, and XSL module for PHP
rc php7.0-xmlrpc 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 XMLRPC-EPI module for PHP
rc php7.0-zip 7.0.30-1+ubuntu14.04.1+deb.sury.org+1 amd64 Zip module for PHP
rc php7.1-bcmath 7.1.0-5+deb.sury.org~trusty+1 amd64 Bcmath module for PHP
rc php7.1-cli 7.1.0-5+deb.sury.org~trusty+1 amd64 command-line interpreter for the PHP scripting language
rc php7.1-common 7.1.10-1+ubuntu14.04.1+deb.sury.org+1 amd64 documentation, examples and common module for PHP
rc php7.1-enchant 7.1.0-5+deb.sury.org~trusty+1 amd64 Enchant module for PHP
rc php7.1-gd 7.1.0-5+deb.sury.org~trusty+1 amd64 GD module for PHP
rc php7.1-gmp 7.1.0-5+deb.sury.org~trusty+1 amd64 GMP module for PHP
rc php7.1-interbase 7.1.0-5+deb.sury.org~trusty+1 amd64 Interbase module for PHP
rc php7.1-json 7.1.0-5+deb.sury.org~trusty+1 amd64 JSON module for PHP
rc php7.1-ldap 7.1.0-5+deb.sury.org~trusty+1 amd64 LDAP module for PHP
rc php7.1-mysql 7.1.10-1+ubuntu14.04.1+deb.sury.org+1 amd64 MySQL module for PHP
rc php7.1-odbc 7.1.0-5+deb.sury.org~trusty+1 amd64 ODBC module for PHP
rc php7.1-opcache 7.1.0-5+deb.sury.org~trusty+1 amd64 Zend OpCache module for PHP
rc php7.1-pspell 7.1.0-5+deb.sury.org~trusty+1 amd64 pspell module for PHP
rc php7.1-readline 7.1.0-5+deb.sury.org~trusty+1 amd64 readline module for PHP
rc php7.1-recode 7.1.0-5+deb.sury.org~trusty+1 amd64 recode module for PHP
rc php7.1-snmp 7.1.0-5+deb.sury.org~trusty+1 amd64 SNMP module for PHP
rc php7.1-soap 7.1.0-5+deb.sury.org~trusty+1 amd64 SOAP module for PHP
rc php7.1-sybase 7.1.0-5+deb.sury.org~trusty+1 amd64 Sybase module for PHP
rc php7.1-xml 7.1.0-5+deb.sury.org~trusty+1 amd64 DOM, SimpleXML, WDDX, XML, and XSL module for PHP
rc php7.1-xmlrpc 7.1.0-5+deb.sury.org~trusty+1 amd64 XMLRPC-EPI module for PHP
rc php7.2-bcmath 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 Bcmath module for PHP
rc php7.2-bz2 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 bzip2 module for PHP
rc php7.2-cgi 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 server-side, HTML-embedded scripting language (CGI binary)
rc php7.2-cli 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 command-line interpreter for the PHP scripting language
rc php7.2-common 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 documentation, examples and common module for PHP
rc php7.2-curl 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 CURL module for PHP
rc php7.2-dba 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 DBA module for PHP
rc php7.2-enchant 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 Enchant module for PHP
rc php7.2-fpm 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 server-side, HTML-embedded scripting language (FPM-CGI binary)
rc php7.2-gd 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 GD module for PHP
rc php7.2-gmp 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 GMP module for PHP
rc php7.2-imap 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 IMAP module for PHP
rc php7.2-interbase 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 Interbase module for PHP
rc php7.2-intl 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 Internationalisation module for PHP
rc php7.2-json 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 JSON module for PHP
rc php7.2-ldap 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 LDAP module for PHP
rc php7.2-mbstring 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 MBSTRING module for PHP
rc php7.2-mysql 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 MySQL module for PHP
rc php7.2-opcache 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 Zend OpCache module for PHP
rc php7.2-readline 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 readline module for PHP
rc php7.2-recode 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 recode module for PHP
rc php7.2-snmp 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 SNMP module for PHP
rc php7.2-soap 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 SOAP module for PHP
rc php7.2-sqlite3 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 SQLite3 module for PHP
rc php7.2-sybase 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 Sybase module for PHP
rc php7.2-tidy 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 tidy module for PHP
rc php7.2-xml 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 DOM, SimpleXML, WDDX, XML, and XSL module for PHP
rc php7.2-xmlrpc 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 XMLRPC-EPI module for PHP
rc php7.2-zip 7.2.32-1+ubuntu18.04.1+deb.sury.org+1 amd64 Zip module for PHP
rc plasma-discover-private 5.6.2-1ubuntu1.1 amd64 Private runtime libraries for the Discover suite
rc plasma-scriptengine-superkaramba 4:4.14.3-0ubuntu1~ubuntu14.04~ppa1 amd64 SuperKaramba theme support for the Plasma Workspaces
rc plasma-widget-cwp 1.12.1-0ppa1~trusty1 amd64 Customizable Weather Plasmoid (CWP)
rc plasma-widget-lancelot 4:4.14.3-0ubuntu1~ubuntu14.04~ppa1 amd64 lancelot widget for Plasma
rc plasma-widgets-workspace 4:4.11.14-0ubuntu1~ubuntu14.04~ppa9 amd64 plasma widgets and containments for the KDE Plasma Workspace
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-support 1.0.15 all automated rebuilding support for Python modules
rc python-twisted-core 17.9.0-2ubuntu0.1 all Event-based framework for internet applications
rc python3-aptdaemon.pkcompat 1.1.1+bzr982-0ubuntu14 all PackageKit compatibilty for AptDaemon
rc python3.4 3.4.3-1ubuntu1~14.04.6 amd64 Interactive high-level object-oriented language (version 3.4)
rc python3.4-minimal 3.4.3-1ubuntu1~14.04.6 amd64 Minimal subset of the Python language (version 3.4)
rc python3.5-minimal 3.5.2-2ubuntu0~16.04.4 amd64 Minimal subset of the Python language (version 3.5)
rc python3.6-minimal 3.6.9-1~18.04ubuntu1 amd64 Minimal subset of the Python language (version 3.6)
rc rarian-compat 0.8.1-6build1 amd64 Documentation meta-data library (compatibility tools)
rc rvm 1.27.0-2 all Ruby Version Manager (RVM)
rc s-nail 14.9.6-3 amd64 feature-rich BSD mail(1)
rc sni-qt:amd64 0.2.7+17.04.20170112-0ubuntu1 amd64 indicator support for Qt
rc suphp-common 0.7.2-0ubuntu1 amd64 Common files for mod suphp
rc systemd-services 204-5ubuntu20.28 amd64 systemd runtime services
rc systemd-shim 9-1bzr4ubuntu1 amd64 shim for systemd
rc sysv-rc 2.88dsf-59.3ubuntu2 all System-V-like runlevel change mechanism
rc tomcat9-admin 9.0.16-3ubuntu0.18.04.1 all Apache Tomcat 9 - Servlet and JSP engine -- admin web applications
rc tomcat9-docs 9.0.16-3ubuntu0.18.04.1 all Apache Tomcat 9 - Servlet and JSP engine -- documentation
rc tomcat9-examples 9.0.16-3ubuntu0.18.04.1 all Apache Tomcat 9 - Servlet and JSP engine -- example web applications
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 tt-rss 1.11+dfsg-1 all Tiny Tiny RSS - web-based news feed (RSS/Atom) aggregator
rc ttf-punjabi-fonts 1:0.5.14ubuntu1 all Free TrueType fonts for the Punjabi language
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 vlc-nox 2.2.2-5ubuntu0.16.04.4 amd64 multimedia player and streamer (without X support)
rc vorbis-tools 1.4.0-1ubuntu3 amd64 several Ogg Vorbis tools
rc zeitgeist-datahub 0.9.14-0ubuntu4.1 amd64 event logging framework - passive logging daemon
@+
jajaX
Asus X93SM-YZ157V / Asus X93SM-YZ065V sous KDE Neon
ASUS K95VB sous Kubuntu 22.04 Jammy Jellyfish (64 bits) / ACER Aspire 5612 WLMI sous Kubuntu 18.04 Bionic Beaver (32 bits)
Hors ligne
#13 Le 21/07/2020, à 16:54
- kedjo
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
Pour mieux avancer je propose un nettoyage des paquets à problèmes.
Et C'est aussi mieux de désinstaller php7.4-common et le réinstaller(Attention sa désinstallation peux entraîner d'autre paquets que tu utilise: dolibar, phpmyadmin...) après nettoyage.
Montre le retour
sudo apt remove --purge php7.4-common -s
Hors ligne
#14 Le 21/07/2020, à 16:59
- kedjo
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
Et aussi
sudo apt autoremove --purge -s
Dernière modification par kedjo (Le 21/07/2020, à 17:00)
Hors ligne
#15 Le 21/07/2020, à 17:00
- jajaX
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
voilà =>
sudo apt remove --purge php7.4-common -s
[sudo] Mot de passe de server :
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 :
icc-profiles-free libjs-openlayers libonig4 php-google-recaptcha php-phpmyadmin-motranslator php-phpmyadmin-shapefile php-phpmyadmin-sql-parser php-phpseclib php-psr-cache
php-psr-container php-psr-log php-symfony-cache php-symfony-cache-contracts php-symfony-expression-language php-symfony-service-contracts php-symfony-var-exporter
php-tcpdf php-twig php-twig-extensions
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets suivants seront ENLEVÉS :
libapache2-mod-php* libapache2-mod-php7.4* php* php-apcu-bc* php-bz2* php-cli* php-curl* php-fpm* php-gd* php-intl* php-json* php-ldap* php-mbstring* php-mysql* php-xml*
php-zip* php7.4* php7.4-bz2* php7.4-cli* php7.4-common* php7.4-curl* php7.4-fpm* php7.4-gd* php7.4-intl* php7.4-json* php7.4-ldap* php7.4-mbstring* php7.4-mysql*
php7.4-opcache* php7.4-readline* php7.4-xml* php7.4-zip* phpmyadmin*
0 mis à jour, 0 nouvellement installés, 33 à enlever et 0 non mis à jour.
Purg libapache2-mod-php [2:7.4+76+ubuntu18.04.1+deb.sury.org+9]
Purg phpmyadmin [4:4.9.5+dfsg1-2]
Purg php [2:7.4+76+ubuntu18.04.1+deb.sury.org+9]
Purg php7.4 [7.4.8-1+ubuntu18.04.1+deb.sury.org+3]
Purg php-apcu-bc [1.0.5-2build1]
Purg libapache2-mod-php7.4 [7.4.8-1+ubuntu18.04.1+deb.sury.org+3]
Purg php-bz2 [2:7.4+76+ubuntu18.04.1+deb.sury.org+9]
Purg php-cli [2:7.4+76+ubuntu18.04.1+deb.sury.org+9]
Purg php-curl [2:7.4+76+ubuntu18.04.1+deb.sury.org+9]
Purg php-fpm [2:7.4+76+ubuntu18.04.1+deb.sury.org+9]
Purg php-gd [2:7.4+76+ubuntu18.04.1+deb.sury.org+9]
Purg php-intl [2:7.4+76+ubuntu18.04.1+deb.sury.org+9]
Purg php-json [2:7.4+76+ubuntu18.04.1+deb.sury.org+9]
Purg php-ldap [2:7.4+76+ubuntu18.04.1+deb.sury.org+9]
Purg php-mbstring [2:7.4+76+ubuntu18.04.1+deb.sury.org+9]
Purg php-mysql [2:7.4+76+ubuntu18.04.1+deb.sury.org+9]
Purg php-xml [2:7.4+76+ubuntu18.04.1+deb.sury.org+9]
Purg php-zip [2:7.4+76+ubuntu18.04.1+deb.sury.org+9]
Purg php7.4-bz2 [7.4.8-1+ubuntu18.04.1+deb.sury.org+3]
Purg php7.4-fpm [7.4.8-1+ubuntu18.04.1+deb.sury.org+3]
Purg php7.4-cli [7.4.8-1+ubuntu18.04.1+deb.sury.org+3]
Purg php7.4-zip [7.4.8-1+ubuntu18.04.1+deb.sury.org+3]
Purg php7.4-xml [7.4.8-1+ubuntu18.04.1+deb.sury.org+3]
Purg php7.4-common [7.4.8-1+ubuntu18.04.1+deb.sury.org+3] [php7.4-gd:amd64 php7.4-json:amd64 php7.4-curl:amd64 php7.4-ldap:amd64 php7.4-intl:amd64 php7.4-opcache:amd64 php7.4-mysql:amd64 php7.4-mbstring:amd64 php7.4-readline:amd64 ]
Purg php7.4-curl [7.4.8-1+ubuntu18.04.1+deb.sury.org+3] [php7.4-gd:amd64 php7.4-json:amd64 php7.4-ldap:amd64 php7.4-intl:amd64 php7.4-opcache:amd64 php7.4-mysql:amd64 php7.4-mbstring:amd64 php7.4-readline:amd64 ]
Purg php7.4-gd [7.4.8-1+ubuntu18.04.1+deb.sury.org+3] [php7.4-json:amd64 php7.4-ldap:amd64 php7.4-intl:amd64 php7.4-opcache:amd64 php7.4-mysql:amd64 php7.4-mbstring:amd64 php7.4-readline:amd64 ]
Purg php7.4-intl [7.4.8-1+ubuntu18.04.1+deb.sury.org+3] [php7.4-json:amd64 php7.4-ldap:amd64 php7.4-opcache:amd64 php7.4-mysql:amd64 php7.4-mbstring:amd64 php7.4-readline:amd64 ]
Purg php7.4-json [7.4.8-1+ubuntu18.04.1+deb.sury.org+3] [php7.4-ldap:amd64 php7.4-opcache:amd64 php7.4-mysql:amd64 php7.4-mbstring:amd64 php7.4-readline:amd64 ]
Purg php7.4-ldap [7.4.8-1+ubuntu18.04.1+deb.sury.org+3] [php7.4-opcache:amd64 php7.4-mysql:amd64 php7.4-mbstring:amd64 php7.4-readline:amd64 ]
Purg php7.4-mbstring [7.4.8-1+ubuntu18.04.1+deb.sury.org+3] [php7.4-opcache:amd64 php7.4-mysql:amd64 php7.4-readline:amd64 ]
Purg php7.4-mysql [7.4.8-1+ubuntu18.04.1+deb.sury.org+3] [php7.4-opcache:amd64 php7.4-readline:amd64 ]
Purg php7.4-opcache [7.4.8-1+ubuntu18.04.1+deb.sury.org+3] [php7.4-readline:amd64 ]
Purg php7.4-readline [7.4.8-1+ubuntu18.04.1+deb.sury.org+3]
heu ça m'a viré tout php là non ?
@+
jajaX
Asus X93SM-YZ157V / Asus X93SM-YZ065V sous KDE Neon
ASUS K95VB sous Kubuntu 22.04 Jammy Jellyfish (64 bits) / ACER Aspire 5612 WLMI sous Kubuntu 18.04 Bionic Beaver (32 bits)
Hors ligne
#16 Le 21/07/2020, à 17:02
- jajaX
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
Et aussi
sudo apt autoremove --purge -s
sudo apt autroremove --purge -s
E: L'option --purge de la ligne de commande n'est pas reconnue quand elle est utilisée avec d'autres options.
@+
jajaX
Asus X93SM-YZ157V / Asus X93SM-YZ065V sous KDE Neon
ASUS K95VB sous Kubuntu 22.04 Jammy Jellyfish (64 bits) / ACER Aspire 5612 WLMI sous Kubuntu 18.04 Bionic Beaver (32 bits)
Hors ligne
#17 Le 21/07/2020, à 17:11
- kedjo
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
heu ça m'a viré tout php là non ?
C'était une simulation.
C'est on peut supprimer? Il y a aussi phpmyadmin sur la liste. Tout sera reinstallé
Hors ligne
#18 Le 21/07/2020, à 17:13
- kedjo
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
Il y a eu erreur au #14
ça
sudo apt autoremove --purge -s
Hors ligne
#19 Le 21/07/2020, à 17:20
- grigouille
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
grigouille a écrit :C'est une installation fraîche ?
non une MAJ comme indiqué
C'est pour cela que je ne fais jamais de MAJ .
MAJ == Problèmes
Debian (xfce) 12
HP LaserJet M1132 MFP
Hors ligne
#20 Le 21/07/2020, à 17:26
- jajaX
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
jajaX a écrit :heu ça m'a viré tout php là non ?
C'était une simulation.
C'est on peut supprimer? Il y a aussi phpmyadmin sur la liste. Tout sera reinstallé
ah d'accord
Il y a eu erreur au #14
ça
sudo apt autoremove --purge -s
sudo apt autoremove --purge -s
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
@+
jajaX
Asus X93SM-YZ157V / Asus X93SM-YZ065V sous KDE Neon
ASUS K95VB sous Kubuntu 22.04 Jammy Jellyfish (64 bits) / ACER Aspire 5612 WLMI sous Kubuntu 18.04 Bionic Beaver (32 bits)
Hors ligne
#21 Le 21/07/2020, à 17:33
- kedjo
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
Exécute:
sudo apt remove --purge php7.4-common
Hors ligne
#22 Le 21/07/2020, à 17:37
- jajaX
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
Exécute:
sudo apt remove --purge php7.4-common
sudo apt remove --purge php7.4-common
[sudo] Mot de passe de server :
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 :
icc-profiles-free libjs-openlayers libonig4 php-google-recaptcha php-phpmyadmin-motranslator php-phpmyadmin-shapefile php-phpmyadmin-sql-parser php-phpseclib php-psr-cache
php-psr-container php-psr-log php-symfony-cache php-symfony-cache-contracts php-symfony-expression-language php-symfony-service-contracts php-symfony-var-exporter
php-tcpdf php-twig php-twig-extensions
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets suivants seront ENLEVÉS :
libapache2-mod-php* libapache2-mod-php7.4* php* php-apcu-bc* php-bz2* php-cli* php-curl* php-fpm* php-gd* php-intl* php-json* php-ldap* php-mbstring* php-mysql* php-xml*
php-zip* php7.4* php7.4-bz2* php7.4-cli* php7.4-common* php7.4-curl* php7.4-fpm* php7.4-gd* php7.4-intl* php7.4-json* php7.4-ldap* php7.4-mbstring* php7.4-mysql*
php7.4-opcache* php7.4-readline* php7.4-xml* php7.4-zip* phpmyadmin*
0 mis à jour, 0 nouvellement installés, 33 à enlever et 0 non mis à jour.
Après cette opération, 52,6 Mo d'espace disque seront libérés.
Souhaitez-vous continuer ? [O/n] o
(Lecture de la base de données... 381766 fichiers et répertoires déjà installés.)
Suppression de libapache2-mod-php (2:7.4+76+ubuntu18.04.1+deb.sury.org+9) ...
Suppression de phpmyadmin (4:4.9.5+dfsg1-2) ...
Determining localhost credentials from /etc/mysql/debian.cnf: succeeded.
Conf phpmyadmin disabled.
apache2_invoke postrm: Disable configuration phpmyadmin
Suppression de php (2:7.4+76+ubuntu18.04.1+deb.sury.org+9) ...
Suppression de php7.4 (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Suppression de php-apcu-bc (1.0.5-2build1) ...
Suppression de libapache2-mod-php7.4 (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Module php7.4 disabled.
apache2_invoke prerm: Disable module php7.4
Suppression de php-bz2 (2:7.4+76+ubuntu18.04.1+deb.sury.org+9) ...
Suppression de php-cli (2:7.4+76+ubuntu18.04.1+deb.sury.org+9) ...
update-alternatives: utilisation de « /usr/bin/phar7.4 » pour fournir « /usr/bin/phar » (phar) en mode automatique
update-alternatives: utilisation de « /usr/bin/phar.phar7.4 » pour fournir « /usr/bin/phar.phar » (phar.phar) en mode automatique
Suppression de php-curl (2:7.4+76+ubuntu18.04.1+deb.sury.org+9) ...
Suppression de php-fpm (2:7.4+76+ubuntu18.04.1+deb.sury.org+9) ...
Suppression de php-gd (2:7.4+76+ubuntu18.04.1+deb.sury.org+9) ...
Suppression de php-intl (2:7.4+76+ubuntu18.04.1+deb.sury.org+9) ...
Suppression de php-json (2:7.4+76+ubuntu18.04.1+deb.sury.org+9) ...
Suppression de php-ldap (2:7.4+76+ubuntu18.04.1+deb.sury.org+9) ...
Suppression de php-mbstring (2:7.4+76+ubuntu18.04.1+deb.sury.org+9) ...
Suppression de php-mysql (2:7.4+76+ubuntu18.04.1+deb.sury.org+9) ...
Suppression de php-xml (2:7.4+76+ubuntu18.04.1+deb.sury.org+9) ...
Suppression de php-zip (2:7.4+76+ubuntu18.04.1+deb.sury.org+9) ...
Suppression de php7.4-bz2 (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Suppression de php7.4-fpm (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
apache2_invoke php7.4-fpm prerm: No action required
Suppression de php7.4-cli (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
update-alternatives: suppression de l'alternative sélectionnée manuellement - bascule de php vers le mode automatique
update-alternatives: utilisation de « /usr/bin/php7.3 » pour fournir « /usr/bin/php » (php) en mode automatique
update-alternatives: utilisation de « /usr/bin/phar7.3 » pour fournir « /usr/bin/phar » (phar) en mode automatique
update-alternatives: utilisation de « /usr/bin/phar.phar7.3 » pour fournir « /usr/bin/phar.phar » (phar.phar) en mode automatique
Suppression de php7.4-zip (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Suppression de php7.4-xml (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Suppression de php7.4-curl (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Suppression de php7.4-gd (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Suppression de php7.4-intl (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Suppression de php7.4-json (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Suppression de php7.4-ldap (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Suppression de php7.4-mbstring (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Suppression de php7.4-mysql (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Suppression de php7.4-opcache (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Suppression de php7.4-readline (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Suppression de php7.4-common (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Traitement des actions différées (« triggers ») pour man-db (2.9.1-1) ...
Traitement des actions différées (« triggers ») pour hicolor-icon-theme (0.17-2) ...
(Lecture de la base de données... 379776 fichiers et répertoires déjà installés.)
Purge des fichiers de configuration de libapache2-mod-php7.4 (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
apache2_invoke postrm: Purging state for php7.4
Purge des fichiers de configuration de php7.4-json (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Purge des fichiers de configuration de php7.4-xml (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Purge des fichiers de configuration de php7.4-common (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Purge des fichiers de configuration de php7.4-curl (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Purge des fichiers de configuration de php-apcu-bc (1.0.5-2build1) ...
Purge des fichiers de configuration de php7.4-mysql (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Purge des fichiers de configuration de php7.4-fpm (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
apache2_invoke php7.4-fpm postrm: No action required
Purge des fichiers de configuration de php7.4-readline (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Purge des fichiers de configuration de php7.4-mbstring (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Purge des fichiers de configuration de php7.4-bz2 (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Purge des fichiers de configuration de php7.4-cli (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Purge des fichiers de configuration de phpmyadmin (4:4.9.5+dfsg1-2) ...
apache2_invoke postrm: Purging state for phpmyadmin
Purge des fichiers de configuration de php7.4-intl (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Purge des fichiers de configuration de php7.4-zip (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Purge des fichiers de configuration de php7.4-ldap (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Purge des fichiers de configuration de php7.4-opcache (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Purge des fichiers de configuration de php7.4-gd (7.4.8-1+ubuntu18.04.1+deb.sury.org+3) ...
Traitement des actions différées (« triggers ») pour systemd (245.4-4ubuntu3.1) ...
@+
jajaX
Asus X93SM-YZ157V / Asus X93SM-YZ065V sous KDE Neon
ASUS K95VB sous Kubuntu 22.04 Jammy Jellyfish (64 bits) / ACER Aspire 5612 WLMI sous Kubuntu 18.04 Bionic Beaver (32 bits)
Hors ligne
#23 Le 21/07/2020, à 17:37
- kedjo
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
Donne le retour de:
uname -a
Hors ligne
#24 Le 21/07/2020, à 17:42
- jajaX
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
Donne le retour de:
uname -a
Linux Aspire-One-522 5.4.0-42-generic #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
@+
jajaX
Asus X93SM-YZ157V / Asus X93SM-YZ065V sous KDE Neon
ASUS K95VB sous Kubuntu 22.04 Jammy Jellyfish (64 bits) / ACER Aspire 5612 WLMI sous Kubuntu 18.04 Bionic Beaver (32 bits)
Hors ligne
#25 Le 21/07/2020, à 17:48
- kedjo
Re : [résolu] installation de sqlite3 sur kubuntu 20.04
sudo apt remove --purge php5-apcu
php5-common
php5-gd
php5-json
php5-mcrypt
php5-mysqlnd
php5-redis
php5-xcache
php5-xmlrpc
php5.5-json
php5.5-opcache
php5.5-readline
php5.6-bz2
php5.6-cgi
php5.6-cli
php5.6-common
php5.6-curl
php5.6-enchant
php5.6-fpm
php5.6-gd
php5.6-gmp
php5.6-imap
php5.6-interbase
php5.6-json
php5.6-ldap
php5.6-mbstring
php5.6-mcrypt
php5.6-mysql
php5.6-opcache
php5.6-pgsql
php5.6-readline
php5.6-snmp
php5.6-sqlite3
php5.6-xml
php5.6-xmlrpc
php5.6-zip
php7.0-bcmath
php7.0-bz2
php7.0-cgi
php7.0-cli
php7.0-common
php7.0-curl
php7.0-dba
php7.0-enchant
php7.0-fpm
php7.0-gd
php7.0-gmp
php7.0-imap
php7.0-interbase
php7.0-json
php7.0-mbstring
php7.0-mcrypt
php7.0-mysql
php7.0-odbc
php7.0-opcache
php7.0-pgsql
php7.0-phpdbg
php7.0-pspell
php7.0-readline
php7.0-recode
php7.0-snmp
php7.0-soap
php7.0-sqlite3
php7.0-sybase
php7.0-tidy
php7.0-xml
php7.0-xmlrpc
php7.0-zip
php7.1-bcmath
php7.1-cli
php7.1-common
php7.1-enchant
php7.1-gd
php7.1-gmp
php7.1-interbase
php7.1-json
Hors ligne