Package manger issues
(base) jmarti@Aurora-R9:~$ ubuntu-
Support status summary of 'Aurora-R9':
You have 1952 packages (89.6%) that can not/no-longer be downloaded
You have 226 packages (10.4%) that are unsupported
Run with --show-unsupported, --show-supported or --show-all to see more details
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ cat /etc/dpkg/
cat: /etc/dpkg/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ dpkg --print-
i386
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo grep -R roxy /etc/apt/*
[sudo] password for jmarti:
Sorry, try again.
[sudo] password for jmarti:
(base) jmarti@Aurora-R9:~$ ubuntu-
Support status summary of 'Aurora-R9':
You have 1952 packages (89.6%) that can not/no-longer be downloaded
You have 226 packages (10.4%) that are unsupported
Run with --show-unsupported, --show-supported or --show-all to see more details
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ cat /etc/dpkg/
cat: /etc/dpkg/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ dpkg --print-
i386
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo grep -R roxy /etc/apt/*
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ grep roxy /etc/environment
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ echo $http_proxy
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ echo $ftp_proxy
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ grep roxy /etc/bash.bashrc
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ grep roxy ~/.bashrc
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ cat /etc/apt/apt.conf
cat: /etc/apt/apt.conf: No such file or directory
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo fuser -vvv /var/lib/dpkg/lock
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo fuser -vvv /var/cache/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_
DISTRIB_
DISTRIB_
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ uname -a
Linux Aurora-R9 5.3.0-64-generic #58-Ubuntu SMP Fri Jul 10 19:33:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo rm /var/lib/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo rm /var/cache/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo rm /var/lib/dpkg/lock
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo cp -arf /var/lib/dpkg /var/lib/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo mv /var/lib/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo cp /var/lib/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo mv /var/lib/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo cp /var/lib/
cp: cannot stat '/var/lib/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo rm -rf /var/lib/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo rm -rf /var/lib/apt/lists
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo rm /var/cache/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo mkdir /var/lib/apt/lists
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo mkdir /var/lib/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ LANG=C;sudo apt-get clean
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ LANG=C;sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo dpkg --configure -a
Setting up snapd (2.45.1+19.10.2) ...
snapd.failure.
snapd.snap-
Processing triggers for mime-support (3.63ubuntu1) ...
Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
Processing triggers for man-db (2.8.7-3) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu1) ...
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo dpkg --clear-avail
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ LANG=C;sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ LANG=C;sudo apt-get --fix-missing install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ LANG=C;sudo apt-get --purge autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ LANG=C;sudo apt-get --fix-missing update -o APT::Cache-
Err:1 http://
Could not resolve 'us.old-
Err:2 http://
Could not resolve 'us.old-
Err:3 http://
Could not resolve 'us.old-
Get:4 https:/
Get:5 https:/
Get:6 https:/
Ign:7 http://
Err:8 http://
404 Not Found [IP: 91.189.91.38 80]
Get:9 http://
Get:10 https:/
Get:11 https:/
Get:12 https:/
Get:13 https:/
Ign:14 http://
Err:15 http://
403 Forbidden [IP: 52.218.30.2 80]
Get:16 http://
Ign:17 http://
Get:19 https:/
Get:20 http://
Err:21 http://
404 Not Found [IP: 91.189.88.142 80]
Get:22 https:/
Err:23 http://
404 Not Found [IP: 91.189.88.142 80]
Get:24 http://
Get:25 http://
Err:11 https:/
The following signatures were invalid: EXPKEYSIG 1F3045A5DF7587C3 Skype Linux Client Repository <email address hidden>
Get:18 https:/
Get:26 https:/
Get:27 https:/
Get:28 https:/
Get:29 http://
Get:30 http://
Get:31 http://
Get:32 http://
Get:33 http://
Get:34 http://
Get:35 http://
Get:36 http://
Get:37 http://
Get:38 http://
Get:39 http://
Get:40 http://
Get:41 http://
Get:42 http://
Get:43 http://
Get:44 http://
Get:45 http://
Get:46 http://
Get:47 http://
Get:48 http://
Get:49 http://
Get:50 http://
Get:51 https:/
Ign:52 https:/
Get:52 https:/
Reading package lists... Done
E: The repository 'http://
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://
E: The repository 'http://
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: https:/
E: The repository 'https:/
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ LANG=C;sudo apt-get update -o APT::Cache-
Err:1 http://
Could not resolve 'us.old-
Err:2 http://
Could not resolve 'us.old-
Err:3 http://
Could not resolve 'us.old-
Hit:4 http://
Hit:5 https:/
Hit:6 https:/
Hit:7 https:/
Get:8 https:/
Hit:9 https:/
Hit:10 https:/
Ign:11 http://
Hit:12 http://
Err:13 http://
404 Not Found [IP: 91.189.91.39 80]
Ign:14 http://
Hit:15 http://
Err:16 http://
403 Forbidden [IP: 52.218.30.2 80]
Ign:18 http://
Err:19 http://
404 Not Found [IP: 91.189.88.152 80]
Hit:17 https:/
Err:20 http://
404 Not Found [IP: 91.189.88.152 80]
Err:8 https:/
The following signatures were invalid: EXPKEYSIG 1F3045A5DF7587C3 Skype Linux Client Repository <email address hidden>
Reading package lists... Done
E: The repository 'http://
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://
E: The repository 'http://
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: https:/
E: The repository 'https:/
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;
/etc/apt/
1 deb [arch=amd64 signed-
/etc/apt/
1 # deb http://
2 # deb-src http://
/etc/apt/
1 deb [arch=amd64] https:/
/etc/apt/
1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
2 # You may comment out this entry, but any other modifications may be lost.
3 deb https:/
/etc/apt/
1 deb http://
2 # deb-src http://
/etc/apt/
1 deb https:/
2 # deb https:/
3 deb https:/
4 # deb https:/
5 deb https:/
/etc/apt/
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
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://
20
21 # deb http://
22 # deb http://
/etc/apt/
1 # This file lists the repositories for Mendeley Desktop.
2 #
3 # These repositories should work with most recent Debian/Ubuntu-based Linux
4 # distributions.
5 #
6 # If you have any problems with Mendeley's Debian/Ubuntu repositories,
7 # you can let us know at http://
8 #
9 # The distribution name sets the release channel you want to use,
10 # which can be either "stable" or "preview"
11
12 deb https:/
/etc/apt/
1 # deb cdrom:[Ubuntu 19.10 _Eoan Ermine_ - Release amd64 (20191017)]/ eoan main restricted
2
3 # See http://
4 # newer versions of the distribution.
5 deb http://
6 # deb-src http://
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://
11 # deb-src http://
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://
17 # deb-src http://
18 deb http://
19 # deb-src http://
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://
27 # deb-src http://
28 deb http://
29 # deb-src http://
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://
37 # deb-src http://
38
39 ## Uncomment the following two lines to add software from Canonical's
40 ## 'partner' repository.
41 ## This software is not part of Ubuntu, but is offered by Canonical and the
42 ## respective vendors as a service to Ubuntu users.
43 # deb http://
44 # deb-src http://
45
46 deb http://
47 # deb-src http://
48 deb http://
49 # deb-src http://
50 deb http://
51 # deb-src http://
52
53 # This system was installed using small removable media
54 # (e.g. netinst, live or single CD). The matching "deb cdrom"
55 # entries were disabled at the end of the installation process.
56 # For information about how to configure apt package sources,
57 # see the sources.list(5) manual.
58 deb http://
59 # deb-src http://
60 deb http://
61 deb http://
62 deb http://
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo dpkg --auditubuntu-
dpkg: error: unknown option --auditubuntu-
Type dpkg --help for help about installing and deinstalling packages [*];
Use 'apt' or 'aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
Options marked [*] produce a lot of output - pipe it through 'less' or 'more' !
ubuntu-
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ cat /etc/dpkg/
cat: /etc/dpkg/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ dpkg --print-
i386
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo grep -R roxy /etc/apt/*
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ grep roxy /etc/environment
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ echo $http_proxy
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ echo $ftp_proxy
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ grep roxy /etc/bash.bashrc
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ grep roxy ~/.bashrc
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ cat /etc/apt/apt.conf
cat: /etc/apt/apt.conf: No such file or directory
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo fuser -vvv /var/lib/dpkg/lock
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo fuser -vvv /var/cache/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_
DISTRIB_
DISTRIB_
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ uname -a
Linux Aurora-R9 5.3.0-64-generic #58-Ubuntu SMP Fri Jul 10 19:33:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo rm /var/lib/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo rm /var/cache/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo rm /var/lib/dpkg/lock
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo cp -arf /var/lib/dpkg /var/lib/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo mv /var/lib/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo cp /var/lib/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo mv /var/lib/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo cp /var/lib/
cp: cannot stat '/var/lib/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo rm -rf /var/lib/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo rm -rf /var/lib/apt/lists
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo rm /var/cache/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo mkdir /var/lib/apt/lists
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo mkdir /var/lib/
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ LANG=C;sudo apt-get clean
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ LANG=C;sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo dpkg --configure -a
Setting up snapd (2.45.1+19.10.2) ...
snapd.failure.
snapd.snap-
Processing triggers for mime-support (3.63ubuntu1) ...
Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
Processing triggers for man-db (2.8.7-3) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu1) ...
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo dpkg --clear-avail
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ LANG=C;sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ LANG=C;sudo apt-get --fix-missing install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ LANG=C;sudo apt-get --purge autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ LANG=C;sudo apt-get --fix-missing update -o APT::Cache-
Err:1 http://
Could not resolve 'us.old-
Err:2 http://
Could not resolve 'us.old-
Err:3 http://
Could not resolve 'us.old-
Get:4 http://
Get:5 https:/
Get:6 https:/
Get:7 https:/
Get:8 https:/
Get:9 https:/
Get:10 https:/
Ign:11 http://
Get:12 http://
Get:13 http://
Ign:14 http://
Get:15 http://
Err:16 http://
404 Not Found [IP: 91.189.91.39 80]
Get:17 http://
Err:18 http://
403 Forbidden [IP: 52.218.53.241 80]
Ign:20 http://
Get:21 https:/
Err:22 http://
404 Not Found [IP: 91.189.88.152 80]
Err:23 http://
404 Not Found [IP: 91.189.88.152 80]
Get:24 https:/
Get:19 https:/
Get:25 https:/
Get:26 https:/
Err:10 https:/
The following signatures were invalid: EXPKEYSIG 1F3045A5DF7587C3 Skype Linux Client Repository <email address hidden>
Get:27 https:/
Get:28 https:/
Get:29 http://
Get:30 http://
Get:31 http://
Get:32 http://
Get:33 http://
Get:34 http://
Get:35 http://
Get:36 http://
Get:37 http://
Get:38 http://
Get:39 http://
Get:40 http://
Get:41 http://
Get:42 http://
Get:43 http://
Get:44 http://
Get:45 http://
Get:46 http://
Get:47 http://
Get:48 http://
Get:49 http://
Get:51 http://
Ign:50 https:/
Get:52 https:/
Get:50 https:/
Reading package lists... Done
E: The repository 'http://
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://
E: The repository 'http://
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: https:/
E: The repository 'https:/
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ LANG=C;sudo apt-get update -o APT::Cache-
Err:1 http://
Could not resolve 'us.old-
Err:2 http://
Could not resolve 'us.old-
Err:3 http://
Could not resolve 'us.old-
Hit:4 http://
Hit:5 https:/
Hit:6 https:/
Hit:7 https:/
Hit:8 https:/
Get:9 https:/
Hit:10 https:/
Hit:11 http://
Ign:12 http://
Err:13 http://
404 Not Found [IP: 91.189.91.38 80]
Ign:14 http://
Hit:15 http://
Err:16 http://
403 Forbidden [IP: 52.218.53.241 80]
Ign:18 http://
Err:19 http://
404 Not Found [IP: 91.189.88.152 80]
Err:20 http://
404 Not Found [IP: 91.189.88.152 80]
Hit:17 https:/
Err:9 https:/
The following signatures were invalid: EXPKEYSIG 1F3045A5DF7587C3 Skype Linux Client Repository <email address hidden>
Reading package lists... Done
E: The repository 'http://
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://
E: The repository 'http://
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: https:/
E: The repository 'https:/
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;
/etc/apt/
1 deb [arch=amd64 signed-
/etc/apt/
1 # deb http://
2 # deb-src http://
/etc/apt/
1 deb [arch=amd64] https:/
/etc/apt/
1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
2 # You may comment out this entry, but any other modifications may be lost.
3 deb https:/
/etc/apt/
1 deb http://
2 # deb-src http://
/etc/apt/
1 deb https:/
2 # deb https:/
3 deb https:/
4 # deb https:/
5 deb https:/
/etc/apt/
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
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://
20
21 # deb http://
22 # deb http://
/etc/apt/
1 # This file lists the repositories for Mendeley Desktop.
2 #
3 # These repositories should work with most recent Debian/Ubuntu-based Linux
4 # distributions.
5 #
6 # If you have any problems with Mendeley's Debian/Ubuntu repositories,
7 # you can let us know at http://
8 #
9 # The distribution name sets the release channel you want to use,
10 # which can be either "stable" or "preview"
11
12 deb https:/
/etc/apt/
1 # deb cdrom:[Ubuntu 19.10 _Eoan Ermine_ - Release amd64 (20191017)]/ eoan main restricted
2
3 # See http://
4 # newer versions of the distribution.
5 deb http://
6 # deb-src http://
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://
11 # deb-src http://
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://
17 # deb-src http://
18 deb http://
19 # deb-src http://
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://
27 # deb-src http://
28 deb http://
29 # deb-src http://
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://
37 # deb-src http://
38
39 ## Uncomment the following two lines to add software from Canonical's
40 ## 'partner' repository.
41 ## This software is not part of Ubuntu, but is offered by Canonical and the
42 ## respective vendors as a service to Ubuntu users.
43 # deb http://
44 # deb-src http://
45
46 deb http://
47 # deb-src http://
48 deb http://
49 # deb-src http://
50 deb http://
51 # deb-src http://
52
53 # This system was installed using small removable media
54 # (e.g. netinst, live or single CD). The matching "deb cdrom"
55 # entries were disabled at the end of the installation process.
56 # For information about how to configure apt package sources,
57 # see the sources.list(5) manual.
58 deb http://
59 # deb-src http://
60 deb http://
61 deb http://
62 deb http://
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo dpkg --audi
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu apt Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Jose Luis Martinez Jr for more information if necessary.