Bonjour,
je ne suis pas familier des forums, la demande en français était dans le message précédent ou je demandais si un nouveau post était nécessaire ou pas,desolé et merci pour votre aide.
lounge@lounge-Dell-DXP061:~/Bureau$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
/etc/apt/sources.list.d/wuala.list
1 # Wuala repository
2 # deb http://repo.wuala.com stable main # désactivé pour la mise à niveau vers wily
/etc/apt/sources.list.d/mythbuntu-ubuntu-0_28-xenial.list
1 # deb http://ppa.launchpad.net/mythbuntu/0.28/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
2 deb-src http://ppa.launchpad.net/mythbuntu/0.28/ubuntu xenial main
/etc/apt/sources.list.d/tualatrix-ubuntu-ppa-xenial.list
1 # deb http://ppa.launchpad.net/tualatrix/ppa/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
2 # deb-src http://ppa.launchpad.net/tualatrix/ppa/ubuntu xenial main
/etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_splashtop-streamer_ubuntu.list
1 # deb https://private-ppa.launchpad.net/commercial-ppa-uploaders/splashtop-streamer/ubuntu raring main #Added by software-center; credentials stored in /etc/apt/auth.conf désactivé pour la mise à niveau vers wily
/etc/apt/sources.list.d/xenial-partner.list
1 # channel for the xenial (16.04) partner channel
2 #
3 #:description:This channel contains the partner software for xenial
4 deb http://archive.canonical.com/ubuntu eoan partner
/etc/apt/sources.list.d/nikount-orta-desktop-trusty.list
1 # deb http://ppa.launchpad.net/nikount/orta-desktop/ubuntu wily main # désactivé pour la mise à niveau vers wily
2 # deb-src http://ppa.launchpad.net/nikount/orta-desktop/ubuntu trusty main
/etc/apt/sources.list.d/windscribe-repo.list
1 deb https://repo.windscribe.com/ubuntu bionic main
/etc/apt/sources.list.d/paolorotolo-android-studio-trusty.list
1 # deb http://ppa.launchpad.net/paolorotolo/android-studio/ubuntu wily main # désactivé pour la mise à niveau vers wily
2 # deb-src http://ppa.launchpad.net/paolorotolo/android-studio/ubuntu trusty main
/etc/apt/sources.list
1 # deb cdrom:[Mythbuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140722.2)]/ trusty 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 http://fr.archive.ubuntu.com/ubuntu/ eoan main restricted
6 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan main restricted
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://fr.archive.ubuntu.com/ubuntu/ eoan-updates main restricted
11 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan-updates main restricted
12
13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
14 ## team. Also, please note that software in universe WILL NOT receive any
15 ## review or updates from the Ubuntu security team.
16 deb http://fr.archive.ubuntu.com/ubuntu/ eoan universe
17 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan universe
18 deb http://fr.archive.ubuntu.com/ubuntu/ eoan-updates universe
19 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan-updates universe
20
21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
22 ## team, and may not be under a free licence. Please satisfy yourself as to
23 ## your rights to use the software. Also, please note that software in
24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
25 ## security team.
26 deb http://fr.archive.ubuntu.com/ubuntu/ eoan multiverse
27 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan multiverse
28 deb http://fr.archive.ubuntu.com/ubuntu/ eoan-updates multiverse
29 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan-updates multiverse
30
31 ## N.B. software from this repository may not have been tested as
32 ## extensively as that contained in the main release, although it includes
33 ## newer versions of some applications which may provide useful features.
34 ## Also, please note that software in backports WILL NOT receive any review
35 ## or updates from the Ubuntu security team.
36 deb http://fr.archive.ubuntu.com/ubuntu/ eoan-backports main restricted universe multiverse
37 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan-backports main restricted universe multiverse
38
39 deb http://fr.archive.ubuntu.com/ubuntu/ eoan-security main restricted
40 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan-security main restricted
41 deb http://fr.archive.ubuntu.com/ubuntu/ eoan-security universe
42 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan-security universe
43 deb http://fr.archive.ubuntu.com/ubuntu/ eoan-security multiverse
44 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan-security multiverse
45
46 ## Uncomment the following two lines to add software from Canonical's
47 ## 'partner' repository.
48 ## This software is not part of Ubuntu, but is offered by Canonical and the
49 ## respective vendors as a service to Ubuntu users.
50 deb http://archive.canonical.com/ubuntu eoan partner
51 deb-src http://archive.canonical.com/ubuntu trusty partner
52
53 ## Uncomment the following two lines to add software from Ubuntu's
54 ## 'extras' repository.
lounge@lounge-Dell-DXP061:~/Bureau$ cd /etc/apt/sources.list.d && sudo rm -v xenial-partner* && cd
[sudo] password for lounge:
removed 'xenial-partner.list'
removed 'xenial-partner.list.distUpgrade'
removed 'xenial-partner.list.save'
lounge@lounge-Dell-DXP061:~$ sudo sed -i "s/\(ubuntu\/* \)[a-z]*/\1$(lsb_release -sc)/" /etc/apt/sources.list && find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;
/etc/apt/sources.list.save
/etc/apt/sources.list.distUpgrade
/etc/apt/sources.list.d/windscribe-repo.list.save
/etc/apt/sources.list.d/wuala.list
1 # Wuala repository
2 # deb http://repo.wuala.com stable main # désactivé pour la mise à niveau vers wily
/etc/apt/sources.list.d/wuala.list.distUpgrade
/etc/apt/sources.list.d/paolorotolo-android-studio-trusty.list.distUpgrade
/etc/apt/sources.list.d/mythbuntu-ubuntu-0_28-xenial.list
1 # deb http://ppa.launchpad.net/mythbuntu/0.28/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
2 deb-src http://ppa.launchpad.net/mythbuntu/0.28/ubuntu xenial main
/etc/apt/sources.list.d/mythbuntu-ubuntu-0_28-xenial.list.distUpgrade
/etc/apt/sources.list.d/mythbuntu-ubuntu-0_28-xenial.list.save
/etc/apt/sources.list.d/tualatrix-ubuntu-ppa-xenial.list
1 # deb http://ppa.launchpad.net/tualatrix/ppa/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
2 # deb-src http://ppa.launchpad.net/tualatrix/ppa/ubuntu xenial main
/etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_splashtop-streamer_ubuntu.list
1 # deb https://private-ppa.launchpad.net/commercial-ppa-uploaders/splashtop-streamer/ubuntu raring main #Added by software-center; credentials stored in /etc/apt/auth.conf désactivé pour la mise à niveau vers wily
/etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_splashtop-streamer_ubuntu.list.save
/etc/apt/sources.list.d/nikount-orta-desktop-trusty.list.save
/etc/apt/sources.list.d/tualatrix-ubuntu-ppa-xenial.list.distUpgrade
/etc/apt/sources.list.d/nikount-orta-desktop-trusty.list
1 # deb http://ppa.launchpad.net/nikount/orta-desktop/ubuntu wily main # désactivé pour la mise à niveau vers wily
2 # deb-src http://ppa.launchpad.net/nikount/orta-desktop/ubuntu trusty main
/etc/apt/sources.list.d/wuala.list.save
/etc/apt/sources.list.d/paolorotolo-android-studio-trusty.list.save
/etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_splashtop-streamer_ubuntu.list.distUpgrade
/etc/apt/sources.list.d/windscribe-repo.list.distUpgrade
/etc/apt/sources.list.d/tualatrix-ubuntu-ppa-xenial.list.save
/etc/apt/sources.list.d/nikount-orta-desktop-trusty.list.distUpgrade
/etc/apt/sources.list.d/windscribe-repo.list
1 deb https://repo.windscribe.com/ubuntu bionic main
/etc/apt/sources.list.d/paolorotolo-android-studio-trusty.list
1 # deb http://ppa.launchpad.net/paolorotolo/android-studio/ubuntu wily main # désactivé pour la mise à niveau vers wily
2 # deb-src http://ppa.launchpad.net/paolorotolo/android-studio/ubuntu trusty main
/etc/apt/sources.list
1 # deb cdrom:[Mythbuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140722.2)]/ trusty 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 http://fr.archive.ubuntu.com/ubuntu/ eoan main restricted
6 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan main restricted
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://fr.archive.ubuntu.com/ubuntu/ eoan-updates main restricted
11 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan-updates main restricted
12
13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
14 ## team. Also, please note that software in universe WILL NOT receive any
15 ## review or updates from the Ubuntu security team.
16 deb http://fr.archive.ubuntu.com/ubuntu/ eoan universe
17 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan universe
18 deb http://fr.archive.ubuntu.com/ubuntu/ eoan-updates universe
19 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan-updates universe
20
21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
22 ## team, and may not be under a free licence. Please satisfy yourself as to
23 ## your rights to use the software. Also, please note that software in
24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
25 ## security team.
26 deb http://fr.archive.ubuntu.com/ubuntu/ eoan multiverse
27 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan multiverse
28 deb http://fr.archive.ubuntu.com/ubuntu/ eoan-updates multiverse
29 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan-updates multiverse
30
31 ## N.B. software from this repository may not have been tested as
32 ## extensively as that contained in the main release, although it includes
33 ## newer versions of some applications which may provide useful features.
34 ## Also, please note that software in backports WILL NOT receive any review
35 ## or updates from the Ubuntu security team.
36 deb http://fr.archive.ubuntu.com/ubuntu/ eoan-backports main restricted universe multiverse
37 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan-backports main restricted universe multiverse
38
39 deb http://fr.archive.ubuntu.com/ubuntu/ eoan-security main restricted
40 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan-security main restricted
41 deb http://fr.archive.ubuntu.com/ubuntu/ eoan-security universe
42 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan-security universe
43 deb http://fr.archive.ubuntu.com/ubuntu/ eoan-security multiverse
44 deb-src http://fr.archive.ubuntu.com/ubuntu/ eoan-security multiverse
45
46 ## Uncomment the following two lines to add software from Canonical's
47 ## 'partner' repository.
48 ## This software is not part of Ubuntu, but is offered by Canonical and the
49 ## respective vendors as a service to Ubuntu users.
50 deb http://archive.canonical.com/ubuntu eoan partner
51 deb-src http://archive.canonical.com/ubuntu eoan partner
52
53 ## Uncomment the following two lines to add software from Ubuntu's
54 ## 'extras' repository.
lounge@lounge-Dell-DXP061:~$