root@paul-imedia-S2380:/home/paul# find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
/etc/apt/sources.list.d/nathan-renniewaldock-ubuntu-flux-bionic.list
1 # deb
http://ppa.launchpad.net/nathan-renniewaldock/flux/ubuntu focal main # désactivé pour la mise à niveau vers focal
2 deb-src
http://ppa.launchpad.net/nathan-renniewaldock/flux/ubuntu bionic main
/etc/apt/sources.list.d/brave-browser-release.list
1 # deb [arch=amd64]
https://brave-browser-apt-release.s3.brave.com/ stable main # désactivé pour la mise à niveau vers focal
/etc/apt/sources.list.d/unit193-ubuntu-encryption-bionic.list
1 # deb
http://ppa.launchpad.net/unit193/encryption/ubuntu focal main # désactivé pour la mise à niveau vers focal
2 # deb-src
http://ppa.launchpad.net/unit193/encryption/ubuntu bionic main
/etc/apt/sources.list.d/i2p-maintainers-ubuntu-i2p-focal.list
1 deb
http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu focal main
2 # deb-src
http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu focal main
/etc/apt/sources.list.d/teejee2008-ubuntu-ppa-bionic.list
1 # deb
http://ppa.launchpad.net/teejee2008/ppa/ubuntu focal main # désactivé pour la mise à niveau vers focal
2 # deb-src
http://ppa.launchpad.net/teejee2008/ppa/ubuntu bionic main
/etc/apt/sources.list.d/webupd8team-ubuntu-gnome3-bionic.list
1 # deb
http://ppa.launchpad.net/webupd8team/gnome3/ubuntu focal main # désactivé pour la mise à niveau vers focal
2 # deb-src
http://ppa.launchpad.net/webupd8team/gnome3/ubuntu bionic main
/etc/apt/sources.list.d/canonical-chromium-builds-ubuntu-stage-focal.list
1 deb
http://ppa.launchpad.net/canonical-chromium-builds/stage/ubuntu focal main
2 deb-src
http://ppa.launchpad.net/canonical-chromium-builds/stage/ubuntu focal main
/etc/apt/sources.list.d/chromium-daily-ubuntu-ppa-focal.list
1 deb
http://ppa.launchpad.net/chromium-daily/ppa/ubuntu focal main
2 deb-src
http://ppa.launchpad.net/chromium-daily/ppa/ubuntu focal main
/etc/apt/sources.list
1 # deb cdrom:[Ubuntu 18.04.4 LTS _Bionic Beaver_ - Release amd64 (20200203.1)]/ bionic main restricted
2
3 # See
http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
4 # newer versions of the distribution.
5 deb
http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
6 deb-src
http://fr.archive.ubuntu.com/ubuntu/ focal restricted multiverse main universe #Added by software-properties
7 # deb-src
http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
8
9 ## Major bug fix updates produced after the final release of the
10 ## distribution.
11 deb
http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
12 deb-src
http://fr.archive.ubuntu.com/ubuntu/ focal-updates restricted multiverse main universe #Added by software-properties
13 deb-src
http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
14
15 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
16 ## team. Also, please note that software in universe WILL NOT receive any
17 ## review or updates from the Ubuntu security team.
18 deb
http://fr.archive.ubuntu.com/ubuntu/ focal universe
19 # deb-src
http://fr.archive.ubuntu.com/ubuntu/ bionic universe
20 deb
http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
21 deb-src
http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
22
23 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
24 ## team, and may not be under a free licence. Please satisfy yourself as to
25 ## your rights to use the software. Also, please note that software in
26 ## multiverse WILL NOT receive any review or updates from the Ubuntu
27 ## security team.
28 deb
http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
29 # deb-src
http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
30 deb
http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
31 deb-src
http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
32
33 ## N.B. software from this repository may not have been tested as
34 ## extensively as that contained in the main release, although it includes
35 ## newer versions of some applications which may provide useful features.
36 ## Also, please note that software in backports WILL NOT receive any review
37 ## or updates from the Ubuntu security team.
38 deb
http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
39 deb-src
http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse #Added by software-properties
40 # deb-src
http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
41
42 ## Uncomment the following two lines to add software from Canonical's
43 ## 'partner' repository.
44 ## This software is not part of Ubuntu, but is offered by Canonical and the
45 ## respective vendors as a service to Ubuntu users.
46 deb
http://archive.canonical.com/ubuntu bionic partner
47 deb-src
http://archive.canonical.com/ubuntu bionic partner
48
49 deb
http://fr.archive.ubuntu.com/ubuntu/ focal-security main restricted
50 deb-src
http://fr.archive.ubuntu.com/ubuntu/ focal-security restricted multiverse main universe #Added by software-properties
51 deb-src
http://security.ubuntu.com/ubuntu bionic-security main restricted
52 deb
http://fr.archive.ubuntu.com/ubuntu/ focal-security universe
53 deb-src
http://security.ubuntu.com/ubuntu bionic-security universe
54 deb
http://fr.archive.ubuntu.com/ubuntu/ focal-security multiverse
55 deb-src
http://security.ubuntu.com/ubuntu bionic-security multiverse
root@paul-imedia-S2380:/home/paul#