Αυτό υπάρχει πιθανότητα να μου δημιουργήσει πρόβλημα αστάθειας στο σύστημα.
Έχω εγκαταστήσει στο pc το xubuntu 16.04 LTS στα 64 bit

Συντονιστής: adem1



find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

linux@linux-System-xde:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;
/etc/apt/sources.list.d/proposed.list
1 deb http://archive.ubuntu.com/ubuntu/ xenial-proposed main restricted universe multiverse
/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/js-reynaud-ubuntu-kicad-4-xenial.list
1 deb http://ppa.launchpad.net/js-reynaud/kicad-4/ubuntu xenial main
2 # deb-src http://ppa.launchpad.net/js-reynaud/kicad-4/ubuntu xenial main
/etc/apt/sources.list
1 # deb cdrom:[Xubuntu 16.04.1 LTS _Xenial Xerus_ - Beta amd64 (20161018)]/ xenial 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://gr.archive.ubuntu.com/ubuntu/ xenial main restricted
6 # deb-src http://gr.archive.ubuntu.com/ubuntu/ xenial main restricted
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://gr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
11 # deb-src http://gr.archive.ubuntu.com/ubuntu/ xenial-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://gr.archive.ubuntu.com/ubuntu/ xenial universe
17 # deb-src http://gr.archive.ubuntu.com/ubuntu/ xenial universe
18 deb http://gr.archive.ubuntu.com/ubuntu/ xenial-updates universe
19 # deb-src http://gr.archive.ubuntu.com/ubuntu/ xenial-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://gr.archive.ubuntu.com/ubuntu/ xenial multiverse
27 # deb-src http://gr.archive.ubuntu.com/ubuntu/ xenial multiverse
28 deb http://gr.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
29 # deb-src http://gr.archive.ubuntu.com/ubuntu/ xenial-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-src http://gr.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
37
38 ## Uncomment the following two lines to add software from Canonical's
39 ## 'partner' repository.
40 ## This software is not part of Ubuntu, but is offered by Canonical and the
41 ## respective vendors as a service to Ubuntu users.
42 deb http://archive.canonical.com/ubuntu xenial partner
43 deb-src http://archive.canonical.com/ubuntu xenial partner
44
45 deb http://security.ubuntu.com/ubuntu xenial-security main restricted
46 # deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
47 deb http://security.ubuntu.com/ubuntu xenial-security universe
48 # deb-src http://security.ubuntu.com/ubuntu xenial-security universe
49 deb http://security.ubuntu.com/ubuntu xenial-security multiverse
50 # deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
51 deb http://gr.archive.ubuntu.com/ubuntu/ xenial-backports restricted multiverse main universe
linux@linux-System-xde:~$

draco έγραψε:
- Κώδικας: Επιλογή όλων
linux@linux-System-xde:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;
/etc/apt/sources.list.d/proposed.list
1 deb http://archive.ubuntu.com/ubuntu/ xenial-proposed main restricted universe multiverse
sudo rm /etc/apt/sources.list.d/proposed.listsudo rm /var/lib/apt/lists/* -rf
sudo apt-get update
linux@linux-System-xde:~$ https://forum.ubuntu-gr.org/viewtopic.php?f=4&t=32422&p=338487#
[1] 6498
[2] 6499
bash: https://forum.ubuntu-gr.org/viewtopic.php?f=4: Δεν υπάρχει τέτοιο αρχείο ή κατάλογος
linux@linux-System-xde:~$ sudo rm /var/lib/apt/lists/* -rf
[sudo] password for linux:
[1]- Έξοδος 127 https://forum.ubuntu-gr.org/viewtopic.php?f=4
[2]+ Done t=32422
linux@linux-System-xde:~$
linux@linux-System-xde:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;
/etc/apt/sources.list.d/proposed.list
1 deb http://archive.ubuntu.com/ubuntu/ xenial-proposed main restricted universe multiverse
/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/js-reynaud-ubuntu-kicad-4-xenial.list
1 deb http://ppa.launchpad.net/js-reynaud/kicad-4/ubuntu xenial main
2 # deb-src http://ppa.launchpad.net/js-reynaud/kicad-4/ubuntu xenial main
/etc/apt/sources.list
1 # deb cdrom:[Xubuntu 16.04.1 LTS _Xenial Xerus_ - Beta amd64 (20161018)]/ xenial 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://gr.archive.ubuntu.com/ubuntu/ xenial main restricted
6 # deb-src http://gr.archive.ubuntu.com/ubuntu/ xenial main restricted
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://gr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
11 # deb-src http://gr.archive.ubuntu.com/ubuntu/ xenial-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://gr.archive.ubuntu.com/ubuntu/ xenial universe
17 # deb-src http://gr.archive.ubuntu.com/ubuntu/ xenial universe
18 deb http://gr.archive.ubuntu.com/ubuntu/ xenial-updates universe
19 # deb-src http://gr.archive.ubuntu.com/ubuntu/ xenial-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://gr.archive.ubuntu.com/ubuntu/ xenial multiverse
27 # deb-src http://gr.archive.ubuntu.com/ubuntu/ xenial multiverse
28 deb http://gr.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
29 # deb-src http://gr.archive.ubuntu.com/ubuntu/ xenial-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-src http://gr.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
37
38 ## Uncomment the following two lines to add software from Canonical's
39 ## 'partner' repository.
40 ## This software is not part of Ubuntu, but is offered by Canonical and the
41 ## respective vendors as a service to Ubuntu users.
42 deb http://archive.canonical.com/ubuntu xenial partner
43 deb-src http://archive.canonical.com/ubuntu xenial partner
44
45 deb http://security.ubuntu.com/ubuntu xenial-security main restricted
46 # deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
47 deb http://security.ubuntu.com/ubuntu xenial-security universe
48 # deb-src http://security.ubuntu.com/ubuntu xenial-security universe
49 deb http://security.ubuntu.com/ubuntu xenial-security multiverse
50 # deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
51 deb http://gr.archive.ubuntu.com/ubuntu/ xenial-backports restricted multiverse main universe
linux@linux-System-xde:~$


draco έγραψε:
- Κώδικας: Επιλογή όλων
deb http://archive.ubuntu.com/ubuntu/ xenial-proposed main restricted universe multiverse

linux@linux-System-xde:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;
/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/js-reynaud-ubuntu-kicad-4-xenial.list
1 deb http://ppa.launchpad.net/js-reynaud/kicad-4/ubuntu xenial main
2 # deb-src http://ppa.launchpad.net/js-reynaud/kicad-4/ubuntu xenial main
/etc/apt/sources.list
1 # deb cdrom:[Xubuntu 16.04.1 LTS _Xenial Xerus_ - Beta amd64 (20161018)]/ xenial 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://gr.archive.ubuntu.com/ubuntu/ xenial main restricted
6 # deb-src http://gr.archive.ubuntu.com/ubuntu/ xenial main restricted
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://gr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
11 # deb-src http://gr.archive.ubuntu.com/ubuntu/ xenial-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://gr.archive.ubuntu.com/ubuntu/ xenial universe
17 # deb-src http://gr.archive.ubuntu.com/ubuntu/ xenial universe
18 deb http://gr.archive.ubuntu.com/ubuntu/ xenial-updates universe
19 # deb-src http://gr.archive.ubuntu.com/ubuntu/ xenial-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://gr.archive.ubuntu.com/ubuntu/ xenial multiverse
27 # deb-src http://gr.archive.ubuntu.com/ubuntu/ xenial multiverse
28 deb http://gr.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
29 # deb-src http://gr.archive.ubuntu.com/ubuntu/ xenial-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-src http://gr.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
37
38 ## Uncomment the following two lines to add software from Canonical's
39 ## 'partner' repository.
40 ## This software is not part of Ubuntu, but is offered by Canonical and the
41 ## respective vendors as a service to Ubuntu users.
42 deb http://archive.canonical.com/ubuntu xenial partner
43 deb-src http://archive.canonical.com/ubuntu xenial partner
44
45 deb http://security.ubuntu.com/ubuntu xenial-security main restricted
46 # deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
47 deb http://security.ubuntu.com/ubuntu xenial-security universe
48 # deb-src http://security.ubuntu.com/ubuntu xenial-security universe
49 deb http://security.ubuntu.com/ubuntu xenial-security multiverse
50 # deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
51 deb http://gr.archive.ubuntu.com/ubuntu/ xenial-backports restricted multiverse main universe
linux@linux-System-xde:~$

draco έγραψε:Τώρα είναι οκ;
