user@user-GA-78LMT-USB3:/etc/apt$ cd /etc/apt && sudo rm -v *.DistUpgrade && cd /etc/apt/sources.list.d && sudo rm -v *.DistUpgrade && cd
rm: impossible de supprimer '*.DistUpgrade': Aucun fichier ou dossier de ce type
user@user-GA-78LMT-USB3:/etc/apt$
user@user-GA-78LMT-USB3:/etc/apt$ cd /etc/apt/sources.list.d && sudo rm -v etcher* wine* && cd
'etcher.list' supprimé
'etcher.list.distUpgrade' supprimé
'etcher.list.save' supprimé
'wine-ubuntu-wine-builds-xenial.list' supprimé
'wine-ubuntu-wine-builds-xenial.list.distUpgrade' supprimé
'wine-ubuntu-wine-builds-xenial.list.save' supprimé
user@user-GA-78LMT-USB3:~$
user@user-GA-78LMT-USB3:~$ sudo sed -i 's/ # désactivé.*$//;s/xenial/bionic/;s/^# deb /deb /' /etc/apt/sources.list.d/* && cd /etc/apt/sources.list.d && sudo mv -v *-{xenial,bionic}* && cd
mv: la cible '*-bionic*' n'est pas un répertoire
user@user-GA-78LMT-USB3:/etc/apt/sources.list.d$
user@user-GA-78LMT-USB3:/etc/apt/sources.list.d$ find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;
/etc/apt/sources.list.distUpgrade
/etc/apt/sources.list
1 # deb cdrom:[Ubuntu 16.04.1 LTS _Xenial Xerus_ - Release amd64 (20160719)]/ xenial 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/ bionic main restricted
6 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic 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/ bionic-updates main restricted
11 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
12
13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
14 ## team, and may not be under a free licence. Please satisfy yourself as to
15 ## your rights to use the software. Also, please note that software in
16 ## universe WILL NOT receive any review or updates from the Ubuntu security
17 ## team.
18 deb http://fr.archive.ubuntu.com/ubuntu/ bionic universe
19 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
20 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-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/ bionic multiverse
29 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
30 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-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/ bionic-backports main restricted universe multiverse
39 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
40
41 ## Uncomment the following two lines to add software from Canonical's
42 ## 'partner' repository.
43 ## This software is not part of Ubuntu, but is offered by Canonical and the
44 ## respective vendors as a service to Ubuntu users.
45 deb http://archive.canonical.com/ubuntu bionic partner
46 # deb-src http://archive.canonical.com/ubuntu bionic partner
47
48 deb http://security.ubuntu.com/ubuntu bionic-security main restricted
49 # deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
50 deb http://security.ubuntu.com/ubuntu bionic-security universe
51 # deb-src http://security.ubuntu.com/ubuntu bionic-security universe
52 deb http://security.ubuntu.com/ubuntu bionic-security multiverse
53 # deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
54 # deb http://fr.archive.ubuntu.com/ubuntu/ bionic main universe restricted multiverse
/etc/apt/sources.list.save
/etc/apt/sources.list.d/eid.list.ucf-dist
/etc/apt/sources.list.d/eid.list
1 # To enable the candidate repository, uncomment the below line, put "deb" in
2 # front of it, and run "dpkg-reconfigure eid-archive" to enable the archive
3 # key.
4 #
5 # The candidate repository contains unsupported prerelease packages. Use at
6 # your own risk.
7 #
8 # Note, however, that the candidate repository is usually empty; it is
9 # used when we're preparing (and testing) a new release. Therefore, it
10 # should be relatively safe.
11 #
12 # There is also another "continuous" repository, for which packages get
13 # recompiled for each and every change to the source. This isn't listed
14 # (so that it can't be accidentally enabled), but the configuration is
15 # the same as the below, with "candidate" replaced by "continuous".
16 #
17 # http://files.eid.belgium.be/debian candidate/bionic main
18 # NOTE: files2.eid.belgium.be is a mirror for the main repository ONLY.
19 # That is, it does not contain the continuous or candidate repositories.
20
21 # The regular repository with released packages. This is what you should
22 # use.
23 deb http://files.eid.belgium.be/debian bionic main
/etc/apt/sources.list.d/eid.list.save
/etc/apt/sources.list.d/mixxx-ubuntu-mixxx-xenial.list.distUpgrade
/etc/apt/sources.list.d/mixxx-ubuntu-mixxx-xenial.list.save
/etc/apt/sources.list.d/mixxx-ubuntu-mixxx-xenial.list
1 deb http://ppa.launchpad.net/mixxx/mixxx/ubuntu bionic main
2 # deb-src http://ppa.launchpad.net/mixxx/mixxx/ubuntu bionic main
/etc/apt/sources.list.d/eid.list.distUpgrade
user@user-GA-78LMT-USB3:/etc/apt/sources.list.d$