etienne@portienne:~/Bureau$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-=============================================-=======================================-============-===============================================================================
rc amd64-microcode 3.20180524.1~ubuntu0.18.04.2 amd64 Processor microcode firmware for AMD CPUs
rc intel-microcode 3.20191112-0ubuntu0.18.04.2 amd64 Processor microcode firmware for Intel CPUs
rc language-pack-en-base 1:18.04+20180712 all translations for language English
rc language-pack-gnome-en-base 1:18.04+20180712 all GNOME translations for language English
rc linux-modules-5.0.0-23-generic 5.0.0-23.24~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc python-support 1.0.15 all automated rebuilding support for Python modules
rc thermald 1.7.0-5ubuntu5 amd64 Thermal monitoring and controlling daemon
etienne@portienne:~/Bureau$
etienne@portienne:~/Bureau$ find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && nl -ba "$1"' _ '{}' \;
/etc/apt/sources.list.save
/etc/apt/sources.list.d/teamviewer.list.save
/etc/apt/sources.list.d/jd-team-ubuntu-jdownloader-bionic.list.save
/etc/apt/sources.list.d/jd-team-ubuntu-jdownloader-bionic.list
1 # deb http://ppa.launchpad.net/jd-team/jdownloader/ubuntu bionic main
2 # deb-src http://ppa.launchpad.net/jd-team/jdownloader/ubuntu bionic main
/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
20
21 # deb http://linux.teamviewer.com/deb preview main
22 # deb http://linux.teamviewer.com/deb development main
/etc/apt/sources.list
1 # deb cdrom:[Xubuntu 18.04.3 LTS _Bionic Beaver_ - Release amd64 (20190805)]/ bionic main multiverse restricted universe
2
3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
4 # newer versions of the distribution.
5 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
6
7 ## Major bug fix updates produced after the final release of the
8 ## distribution.
9 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
10
11 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
12 ## team. Also, please note that software in universe WILL NOT receive any
13 ## review or updates from the Ubuntu security team.
14 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
15 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
16
17 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
18 ## team, and may not be under a free licence. Please satisfy yourself as to
19 ## your rights to use the software. Also, please note that software in
20 ## multiverse WILL NOT receive any review or updates from the Ubuntu
21 ## security team.
22 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
23 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
24
25 ## N.B. software from this repository may not have been tested as
26 ## extensively as that contained in the main release, although it includes
27 ## newer versions of some applications which may provide useful features.
28 ## Also, please note that software in backports WILL NOT receive any review
29 ## or updates from the Ubuntu security team.
30 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
31
32 ## Uncomment the following two lines to add software from Canonical's
33 ## 'partner' repository.
34 ## This software is not part of Ubuntu, but is offered by Canonical and the
35 ## respective vendors as a service to Ubuntu users.
36 # deb http://archive.canonical.com/ubuntu bionic partner
37 # deb-src http://archive.canonical.com/ubuntu bionic partner
38
39 # deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
40 # deb-src http://security.ubuntu.com/ubuntu bionic-security universe
41 # deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
42 deb http://archive.ubuntu.com/ubuntu bionic main universe restricted multiverse
etienne@portienne:~/Bureau$