Package manger issues

Asked by Jose Luis Martinez Jr

(base) jmarti@Aurora-R9:~$ ubuntu-support-status || ubuntu-security-status
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/dpkg.cfg.d/multiarch
cat: /etc/dpkg/dpkg.cfg.d/multiarch: No such file or directory
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ dpkg --print-foreign-architectures
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 || ubuntu-security-status
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/dpkg.cfg.d/multiarch
cat: /etc/dpkg/dpkg.cfg.d/multiarch: No such file or directory
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ dpkg --print-foreign-architectures
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/apt/archives/lock
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=19.10
DISTRIB_CODENAME=eoan
DISTRIB_DESCRIPTION="Ubuntu 19.10"
(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/apt/lists/lock
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo rm /var/cache/apt/archives/lock
(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/dpkg.backup
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/dpkg.status.0 /var/lib/dpkg/status
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
cp: cannot stat '/var/lib/dpkg/available-old': No such file or directory
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo rm -rf /var/lib/dpkg/updates/*
(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/apt/*.bin
(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/apt/lists/partial
(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.service is a disabled or a static unit, not starting it.
snapd.snap-repair.service is a disabled or a static unit, not starting it.
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-Limit=100000000
Err:1 http://us.old-releases.ubuntu.com/ubuntu eoan InRelease
  Could not resolve 'us.old-releases.ubuntu.com'
Err:2 http://us.old-releases.ubuntu.com/ubuntu eoan-updates InRelease
  Could not resolve 'us.old-releases.ubuntu.com'
Err:3 http://us.old-releases.ubuntu.com/ubuntu eoan-backports InRelease
  Could not resolve 'us.old-releases.ubuntu.com'
Get:4 https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/amd64 InRelease [1484 B]
Get:5 https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/amd64 InRelease [1481 B]
Get:6 https://nvidia.github.io/nvidia-docker/ubuntu18.04/amd64 InRelease [1474 B]
Ign:7 http://security.ubuntu.com/ubuntu eoan-security InRelease
Err:8 http://security.ubuntu.com/ubuntu eoan-security Release
  404 Not Found [IP: 91.189.91.38 80]
Get:9 http://linux.teamviewer.com/deb stable InRelease [11.9 kB]
Get:10 https://download.docker.com/linux/ubuntu eoan InRelease [43.0 kB]
Get:11 https://repo.skype.com/deb stable InRelease [4502 B]
Get:12 https://desktop-download.mendeley.com/download/apt stable InRelease [2456 B]
Get:13 https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/amd64 Packages [12.9 kB]
Ign:14 http://archive.ubuntu.com/ubuntu eoan InRelease
Err:15 http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic InRelease
  403 Forbidden [IP: 52.218.30.2 80]
Get:16 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu eoan InRelease [21.3 kB]
Ign:17 http://archive.ubuntu.com/ubuntu eoan-updates InRelease
Get:19 https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/amd64 Packages [7416 B]
Get:20 http://old-releases.ubuntu.com/ubuntu eoan-security InRelease [97.5 kB]
Err:21 http://archive.ubuntu.com/ubuntu eoan Release
  404 Not Found [IP: 91.189.88.142 80]
Get:22 https://nvidia.github.io/nvidia-docker/ubuntu18.04/amd64 Packages [4488 B]
Err:23 http://archive.ubuntu.com/ubuntu eoan-updates Release
  404 Not Found [IP: 91.189.88.142 80]
Get:24 http://linux.teamviewer.com/deb stable/main amd64 Packages [11.7 kB]
Get:25 http://linux.teamviewer.com/deb stable/main i386 Packages [11.5 kB]
Err:11 https://repo.skype.com/deb stable InRelease
  The following signatures were invalid: EXPKEYSIG 1F3045A5DF7587C3 Skype Linux Client Repository <email address hidden>
Get:18 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease [24.7 kB]
Get:26 https://desktop-download.mendeley.com/download/apt stable/main amd64 Packages [633 B]
Get:27 https://desktop-download.mendeley.com/download/apt stable/main i386 Packages [632 B]
Get:28 https://download.docker.com/linux/ubuntu eoan/stable amd64 Packages [4404 B]
Get:29 http://old-releases.ubuntu.com/ubuntu eoan-security/main i386 Packages [153 kB]
Get:30 http://old-releases.ubuntu.com/ubuntu eoan-security/main amd64 Packages [257 kB]
Get:31 http://old-releases.ubuntu.com/ubuntu eoan-security/main Translation-en [87.7 kB]
Get:32 http://old-releases.ubuntu.com/ubuntu eoan-security/main amd64 DEP-11 Metadata [27.0 kB]
Get:33 http://old-releases.ubuntu.com/ubuntu eoan-security/main DEP-11 48x48 Icons [13.0 kB]
Get:34 http://old-releases.ubuntu.com/ubuntu eoan-security/main DEP-11 64x64 Icons [21.7 kB]
Get:35 http://old-releases.ubuntu.com/ubuntu eoan-security/main amd64 c-n-f Metadata [6332 B]
Get:36 http://old-releases.ubuntu.com/ubuntu eoan-security/restricted i386 Packages [6352 B]
Get:37 http://old-releases.ubuntu.com/ubuntu eoan-security/restricted amd64 Packages [41.9 kB]
Get:38 http://old-releases.ubuntu.com/ubuntu eoan-security/restricted Translation-en [8108 B]
Get:39 http://old-releases.ubuntu.com/ubuntu eoan-security/restricted amd64 c-n-f Metadata [320 B]
Get:40 http://old-releases.ubuntu.com/ubuntu eoan-security/universe i386 Packages [168 kB]
Get:41 http://old-releases.ubuntu.com/ubuntu eoan-security/universe amd64 Packages [177 kB]
Get:42 http://old-releases.ubuntu.com/ubuntu eoan-security/universe Translation-en [64.9 kB]
Get:43 http://old-releases.ubuntu.com/ubuntu eoan-security/universe amd64 DEP-11 Metadata [39.0 kB]
Get:44 http://old-releases.ubuntu.com/ubuntu eoan-security/universe DEP-11 48x48 Icons [12.2 kB]
Get:45 http://old-releases.ubuntu.com/ubuntu eoan-security/universe DEP-11 64x64 Icons [21.5 kB]
Get:46 http://old-releases.ubuntu.com/ubuntu eoan-security/universe amd64 c-n-f Metadata [6728 B]
Get:47 http://old-releases.ubuntu.com/ubuntu eoan-security/multiverse i386 Packages [1340 B]
Get:48 http://old-releases.ubuntu.com/ubuntu eoan-security/multiverse amd64 Packages [1172 B]
Get:49 http://old-releases.ubuntu.com/ubuntu eoan-security/multiverse Translation-en [632 B]
Get:50 http://old-releases.ubuntu.com/ubuntu eoan-security/multiverse amd64 c-n-f Metadata [116 B]
Get:51 https://packagecloud.io/slacktechnologies/slack/debian jessie/main amd64 Packages [14.9 kB]
Ign:52 https://packagecloud.io/slacktechnologies/slack/debian jessie/main i386 Packages
Get:52 https://packagecloud.io/slacktechnologies/slack/debian jessie/main i386 Packages [4991 B]
Reading package lists... Done
E: The repository 'http://security.ubuntu.com/ubuntu eoan-security Release' does not have a Release file.
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://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo/dists/bionic/InRelease 403 Forbidden [IP: 52.218.30.2 80]
E: The repository 'http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic InRelease' is not signed.
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://archive.ubuntu.com/ubuntu eoan Release' does not have a Release file.
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://archive.ubuntu.com/ubuntu eoan-updates Release' does not have a Release file.
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://repo.skype.com/deb stable InRelease: The following signatures were invalid: EXPKEYSIG 1F3045A5DF7587C3 Skype Linux Client Repository <email address hidden>
E: The repository 'https://repo.skype.com/deb stable InRelease' is not signed.
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-Limit=100000000 && sudo apt-get dist-upgrade
Err:1 http://us.old-releases.ubuntu.com/ubuntu eoan InRelease
  Could not resolve 'us.old-releases.ubuntu.com'
Err:2 http://us.old-releases.ubuntu.com/ubuntu eoan-updates InRelease
  Could not resolve 'us.old-releases.ubuntu.com'
Err:3 http://us.old-releases.ubuntu.com/ubuntu eoan-backports InRelease
  Could not resolve 'us.old-releases.ubuntu.com'
Hit:4 http://linux.teamviewer.com/deb stable InRelease
Hit:5 https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/amd64 InRelease
Hit:6 https://download.docker.com/linux/ubuntu eoan InRelease
Hit:7 https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/amd64 InRelease
Get:8 https://repo.skype.com/deb stable InRelease [4502 B]
Hit:9 https://desktop-download.mendeley.com/download/apt stable InRelease
Hit:10 https://nvidia.github.io/nvidia-docker/ubuntu18.04/amd64 InRelease
Ign:11 http://security.ubuntu.com/ubuntu eoan-security InRelease
Hit:12 http://old-releases.ubuntu.com/ubuntu eoan-security InRelease
Err:13 http://security.ubuntu.com/ubuntu eoan-security Release
  404 Not Found [IP: 91.189.91.39 80]
Ign:14 http://archive.ubuntu.com/ubuntu eoan InRelease
Hit:15 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu eoan InRelease
Err:16 http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic InRelease
  403 Forbidden [IP: 52.218.30.2 80]
Ign:18 http://archive.ubuntu.com/ubuntu eoan-updates InRelease
Err:19 http://archive.ubuntu.com/ubuntu eoan Release
  404 Not Found [IP: 91.189.88.152 80]
Hit:17 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease
Err:20 http://archive.ubuntu.com/ubuntu eoan-updates Release
  404 Not Found [IP: 91.189.88.152 80]
Err:8 https://repo.skype.com/deb stable InRelease
  The following signatures were invalid: EXPKEYSIG 1F3045A5DF7587C3 Skype Linux Client Repository <email address hidden>
Reading package lists... Done
E: The repository 'http://security.ubuntu.com/ubuntu eoan-security Release' does not have a Release file.
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://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo/dists/bionic/InRelease 403 Forbidden [IP: 52.218.30.2 80]
E: The repository 'http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic InRelease' is not signed.
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://archive.ubuntu.com/ubuntu eoan Release' does not have a Release file.
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://archive.ubuntu.com/ubuntu eoan-updates Release' does not have a Release file.
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://repo.skype.com/deb stable InRelease: The following signatures were invalid: EXPKEYSIG 1F3045A5DF7587C3 Skype Linux Client Repository <email address hidden>
E: The repository 'https://repo.skype.com/deb stable InRelease' is not signed.
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/sources.list.d/docker.list

     1 deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu eoan stable

/etc/apt/sources.list.d/nest-simulator-ubuntu-nest-eoan.list

     1 # deb http://ppa.launchpad.net/nest-simulator/nest/ubuntu eoan main
     2 # deb-src http://ppa.launchpad.net/nest-simulator/nest/ubuntu eoan main

/etc/apt/sources.list.d/skype-stable.list

     1 deb [arch=amd64] https://repo.skype.com/deb stable main

/etc/apt/sources.list.d/slack.list

     1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2 # You may comment out this entry, but any other modifications may be lost.
     3 deb https://packagecloud.io/slacktechnologies/slack/debian/ jessie main

/etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-eoan.list

     1 deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu eoan main
     2 # deb-src http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu eoan main

/etc/apt/sources.list.d/nvidia-docker.list

     1 deb https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/$(ARCH) /
     2 # deb https://nvidia.github.io/libnvidia-container/experimental/ubuntu18.04/$(ARCH) /
     3 deb https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/$(ARCH) /
     4 # deb https://nvidia.github.io/nvidia-container-runtime/experimental/ubuntu18.04/$(ARCH) /
     5 deb https://nvidia.github.io/nvidia-docker/ubuntu18.04/$(ARCH) /

/etc/apt/sources.list.d/teamviewer.list

     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/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
     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://linux.teamviewer.com/deb stable main
    20
    21 # deb http://linux.teamviewer.com/deb preview main
    22 # deb http://linux.teamviewer.com/deb development main

/etc/apt/sources.list.d/mendeleydesktop.list

     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://feedback.mendeley.com
     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://desktop-download.mendeley.com/download/apt stable main

/etc/apt/sources.list

     1 # deb cdrom:[Ubuntu 19.10 _Eoan Ermine_ - Release amd64 (20191017)]/ eoan 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://us.old-releases.ubuntu.com/ubuntu/ eoan main restricted
     6 # deb-src http://us.old-releases.ubuntu.com/ubuntu/ eoan main restricted
     7
     8 ## Major bug fix updates produced after the final release of the
     9 ## distribution.
    10 deb http://us.old-releases.ubuntu.com/ubuntu/ eoan-updates main restricted
    11 # deb-src http://us.old-releases.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://us.old-releases.ubuntu.com/ubuntu/ eoan universe
    17 # deb-src http://us.old-releases.ubuntu.com/ubuntu/ eoan universe
    18 deb http://us.old-releases.ubuntu.com/ubuntu/ eoan-updates universe
    19 # deb-src http://us.old-releases.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://us.old-releases.ubuntu.com/ubuntu/ eoan multiverse
    27 # deb-src http://us.old-releases.ubuntu.com/ubuntu/ eoan multiverse
    28 deb http://us.old-releases.ubuntu.com/ubuntu/ eoan-updates multiverse
    29 # deb-src http://us.old-releases.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://us.old-releases.ubuntu.com/ubuntu/ eoan-backports main restricted universe multiverse
    37 # deb-src http://us.old-releases.ubuntu.com/ubuntu/ eoan-backports main restricted universe multiverse
    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://archive.canonical.com/ubuntu eoan partner
    44 # deb-src http://archive.canonical.com/ubuntu eoan partner
    45
    46 deb http://old-releases.ubuntu.com/ubuntu eoan-security main restricted
    47 # deb-src http://old-releases.ubuntu.com/ubuntu eoan-security main restricted
    48 deb http://old-releases.ubuntu.com/ubuntu eoan-security universe
    49 # deb-src http://old-releases.ubuntu.com/ubuntu eoan-security universe
    50 deb http://old-releases.ubuntu.com/ubuntu eoan-security multiverse
    51 # deb-src http://old-releases.ubuntu.com/ubuntu eoan-security multiverse
    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://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic main
    59 # deb-src http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic main
    60 deb http://archive.ubuntu.com/ubuntu eoan main universe multiverse restricted
    61 deb http://security.ubuntu.com/ubuntu/ eoan-security universe multiverse main restricted
    62 deb http://archive.ubuntu.com/ubuntu eoan-updates universe multiverse main restricted
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo dpkg --auditubuntu-support-status || ubuntu-security-status
dpkg: error: unknown option --auditubuntu-support-status

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-security-status: command not found
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ cat /etc/dpkg/dpkg.cfg.d/multiarch
cat: /etc/dpkg/dpkg.cfg.d/multiarch: No such file or directory
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ dpkg --print-foreign-architectures
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/apt/archives/lock
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=19.10
DISTRIB_CODENAME=eoan
DISTRIB_DESCRIPTION="Ubuntu 19.10"
(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/apt/lists/lock
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo rm /var/cache/apt/archives/lock
(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/dpkg.backup
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/dpkg.status.0 /var/lib/dpkg/status
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
cp: cannot stat '/var/lib/dpkg/available-old': No such file or directory
(base) jmarti@Aurora-R9:~$
(base) jmarti@Aurora-R9:~$ sudo rm -rf /var/lib/dpkg/updates/*
(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/apt/*.bin
(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/apt/lists/partial
(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.service is a disabled or a static unit, not starting it.
snapd.snap-repair.service is a disabled or a static unit, not starting it.
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-Limit=100000000
Err:1 http://us.old-releases.ubuntu.com/ubuntu eoan InRelease
  Could not resolve 'us.old-releases.ubuntu.com'
Err:2 http://us.old-releases.ubuntu.com/ubuntu eoan-updates InRelease
  Could not resolve 'us.old-releases.ubuntu.com'
Err:3 http://us.old-releases.ubuntu.com/ubuntu eoan-backports InRelease
  Could not resolve 'us.old-releases.ubuntu.com'
Get:4 http://linux.teamviewer.com/deb stable InRelease [11.9 kB]
Get:5 https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/amd64 InRelease [1484 B]
Get:6 https://download.docker.com/linux/ubuntu eoan InRelease [43.0 kB]
Get:7 https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/amd64 InRelease [1481 B]
Get:8 https://nvidia.github.io/nvidia-docker/ubuntu18.04/amd64 InRelease [1474 B]
Get:9 https://desktop-download.mendeley.com/download/apt stable InRelease [2456 B]
Get:10 https://repo.skype.com/deb stable InRelease [4502 B]
Ign:11 http://security.ubuntu.com/ubuntu eoan-security InRelease
Get:12 http://old-releases.ubuntu.com/ubuntu eoan-security InRelease [97.5 kB]
Get:13 http://linux.teamviewer.com/deb stable/main i386 Packages [11.5 kB]
Ign:14 http://archive.ubuntu.com/ubuntu eoan InRelease
Get:15 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu eoan InRelease [21.3 kB]
Err:16 http://security.ubuntu.com/ubuntu eoan-security Release
  404 Not Found [IP: 91.189.91.39 80]
Get:17 http://linux.teamviewer.com/deb stable/main amd64 Packages [11.7 kB]
Err:18 http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic InRelease
  403 Forbidden [IP: 52.218.53.241 80]
Ign:20 http://archive.ubuntu.com/ubuntu eoan-updates InRelease
Get:21 https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/amd64 Packages [12.9 kB]
Err:22 http://archive.ubuntu.com/ubuntu eoan Release
  404 Not Found [IP: 91.189.88.152 80]
Err:23 http://archive.ubuntu.com/ubuntu eoan-updates Release
  404 Not Found [IP: 91.189.88.152 80]
Get:24 https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/amd64 Packages [7416 B]
Get:19 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease [24.7 kB]
Get:25 https://nvidia.github.io/nvidia-docker/ubuntu18.04/amd64 Packages [4488 B]
Get:26 https://download.docker.com/linux/ubuntu eoan/stable amd64 Packages [4404 B]
Err:10 https://repo.skype.com/deb stable InRelease
  The following signatures were invalid: EXPKEYSIG 1F3045A5DF7587C3 Skype Linux Client Repository <email address hidden>
Get:27 https://desktop-download.mendeley.com/download/apt stable/main amd64 Packages [633 B]
Get:28 https://desktop-download.mendeley.com/download/apt stable/main i386 Packages [632 B]
Get:29 http://old-releases.ubuntu.com/ubuntu eoan-security/main i386 Packages [153 kB]
Get:30 http://old-releases.ubuntu.com/ubuntu eoan-security/main amd64 Packages [257 kB]
Get:31 http://old-releases.ubuntu.com/ubuntu eoan-security/main Translation-en [87.7 kB]
Get:32 http://old-releases.ubuntu.com/ubuntu eoan-security/main amd64 DEP-11 Metadata [27.0 kB]
Get:33 http://old-releases.ubuntu.com/ubuntu eoan-security/main DEP-11 48x48 Icons [13.0 kB]
Get:34 http://old-releases.ubuntu.com/ubuntu eoan-security/main DEP-11 64x64 Icons [21.7 kB]
Get:35 http://old-releases.ubuntu.com/ubuntu eoan-security/main amd64 c-n-f Metadata [6332 B]
Get:36 http://old-releases.ubuntu.com/ubuntu eoan-security/restricted i386 Packages [6352 B]
Get:37 http://old-releases.ubuntu.com/ubuntu eoan-security/restricted amd64 Packages [41.9 kB]
Get:38 http://old-releases.ubuntu.com/ubuntu eoan-security/restricted Translation-en [8108 B]
Get:39 http://old-releases.ubuntu.com/ubuntu eoan-security/restricted amd64 c-n-f Metadata [320 B]
Get:40 http://old-releases.ubuntu.com/ubuntu eoan-security/universe amd64 Packages [177 kB]
Get:41 http://old-releases.ubuntu.com/ubuntu eoan-security/universe i386 Packages [168 kB]
Get:42 http://old-releases.ubuntu.com/ubuntu eoan-security/universe Translation-en [64.9 kB]
Get:43 http://old-releases.ubuntu.com/ubuntu eoan-security/universe amd64 DEP-11 Metadata [39.0 kB]
Get:44 http://old-releases.ubuntu.com/ubuntu eoan-security/universe DEP-11 48x48 Icons [12.2 kB]
Get:45 http://old-releases.ubuntu.com/ubuntu eoan-security/universe DEP-11 64x64 Icons [21.5 kB]
Get:46 http://old-releases.ubuntu.com/ubuntu eoan-security/universe amd64 c-n-f Metadata [6728 B]
Get:47 http://old-releases.ubuntu.com/ubuntu eoan-security/multiverse amd64 Packages [1172 B]
Get:48 http://old-releases.ubuntu.com/ubuntu eoan-security/multiverse i386 Packages [1340 B]
Get:49 http://old-releases.ubuntu.com/ubuntu eoan-security/multiverse Translation-en [632 B]
Get:51 http://old-releases.ubuntu.com/ubuntu eoan-security/multiverse amd64 c-n-f Metadata [116 B]
Ign:50 https://packagecloud.io/slacktechnologies/slack/debian jessie/main i386 Packages
Get:52 https://packagecloud.io/slacktechnologies/slack/debian jessie/main amd64 Packages [14.9 kB]
Get:50 https://packagecloud.io/slacktechnologies/slack/debian jessie/main i386 Packages [4991 B]
Reading package lists... Done
E: The repository 'http://security.ubuntu.com/ubuntu eoan-security Release' does not have a Release file.
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://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo/dists/bionic/InRelease 403 Forbidden [IP: 52.218.53.241 80]
E: The repository 'http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic InRelease' is not signed.
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://archive.ubuntu.com/ubuntu eoan Release' does not have a Release file.
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://archive.ubuntu.com/ubuntu eoan-updates Release' does not have a Release file.
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://repo.skype.com/deb stable InRelease: The following signatures were invalid: EXPKEYSIG 1F3045A5DF7587C3 Skype Linux Client Repository <email address hidden>
E: The repository 'https://repo.skype.com/deb stable InRelease' is not signed.
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-Limit=100000000 && sudo apt-get dist-upgrade
Err:1 http://us.old-releases.ubuntu.com/ubuntu eoan InRelease
  Could not resolve 'us.old-releases.ubuntu.com'
Err:2 http://us.old-releases.ubuntu.com/ubuntu eoan-updates InRelease
  Could not resolve 'us.old-releases.ubuntu.com'
Err:3 http://us.old-releases.ubuntu.com/ubuntu eoan-backports InRelease
  Could not resolve 'us.old-releases.ubuntu.com'
Hit:4 http://linux.teamviewer.com/deb stable InRelease
Hit:5 https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/amd64 InRelease
Hit:6 https://download.docker.com/linux/ubuntu eoan InRelease
Hit:7 https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/amd64 InRelease
Hit:8 https://desktop-download.mendeley.com/download/apt stable InRelease
Get:9 https://repo.skype.com/deb stable InRelease [4502 B]
Hit:10 https://nvidia.github.io/nvidia-docker/ubuntu18.04/amd64 InRelease
Hit:11 http://old-releases.ubuntu.com/ubuntu eoan-security InRelease
Ign:12 http://security.ubuntu.com/ubuntu eoan-security InRelease
Err:13 http://security.ubuntu.com/ubuntu eoan-security Release
  404 Not Found [IP: 91.189.91.38 80]
Ign:14 http://archive.ubuntu.com/ubuntu eoan InRelease
Hit:15 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu eoan InRelease
Err:16 http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic InRelease
  403 Forbidden [IP: 52.218.53.241 80]
Ign:18 http://archive.ubuntu.com/ubuntu eoan-updates InRelease
Err:19 http://archive.ubuntu.com/ubuntu eoan Release
  404 Not Found [IP: 91.189.88.152 80]
Err:20 http://archive.ubuntu.com/ubuntu eoan-updates Release
  404 Not Found [IP: 91.189.88.152 80]
Hit:17 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease
Err:9 https://repo.skype.com/deb stable InRelease
  The following signatures were invalid: EXPKEYSIG 1F3045A5DF7587C3 Skype Linux Client Repository <email address hidden>
Reading package lists... Done
E: The repository 'http://security.ubuntu.com/ubuntu eoan-security Release' does not have a Release file.
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://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo/dists/bionic/InRelease 403 Forbidden [IP: 52.218.53.241 80]
E: The repository 'http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic InRelease' is not signed.
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://archive.ubuntu.com/ubuntu eoan Release' does not have a Release file.
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://archive.ubuntu.com/ubuntu eoan-updates Release' does not have a Release file.
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://repo.skype.com/deb stable InRelease: The following signatures were invalid: EXPKEYSIG 1F3045A5DF7587C3 Skype Linux Client Repository <email address hidden>
E: The repository 'https://repo.skype.com/deb stable InRelease' is not signed.
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/sources.list.d/docker.list

     1 deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu eoan stable

/etc/apt/sources.list.d/nest-simulator-ubuntu-nest-eoan.list

     1 # deb http://ppa.launchpad.net/nest-simulator/nest/ubuntu eoan main
     2 # deb-src http://ppa.launchpad.net/nest-simulator/nest/ubuntu eoan main

/etc/apt/sources.list.d/skype-stable.list

     1 deb [arch=amd64] https://repo.skype.com/deb stable main

/etc/apt/sources.list.d/slack.list

     1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2 # You may comment out this entry, but any other modifications may be lost.
     3 deb https://packagecloud.io/slacktechnologies/slack/debian/ jessie main

/etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-eoan.list

     1 deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu eoan main
     2 # deb-src http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu eoan main

/etc/apt/sources.list.d/nvidia-docker.list

     1 deb https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/$(ARCH) /
     2 # deb https://nvidia.github.io/libnvidia-container/experimental/ubuntu18.04/$(ARCH) /
     3 deb https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/$(ARCH) /
     4 # deb https://nvidia.github.io/nvidia-container-runtime/experimental/ubuntu18.04/$(ARCH) /
     5 deb https://nvidia.github.io/nvidia-docker/ubuntu18.04/$(ARCH) /

/etc/apt/sources.list.d/teamviewer.list

     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/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
     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://linux.teamviewer.com/deb stable main
    20
    21 # deb http://linux.teamviewer.com/deb preview main
    22 # deb http://linux.teamviewer.com/deb development main

/etc/apt/sources.list.d/mendeleydesktop.list

     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://feedback.mendeley.com
     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://desktop-download.mendeley.com/download/apt stable main

/etc/apt/sources.list

     1 # deb cdrom:[Ubuntu 19.10 _Eoan Ermine_ - Release amd64 (20191017)]/ eoan 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://us.old-releases.ubuntu.com/ubuntu/ eoan main restricted
     6 # deb-src http://us.old-releases.ubuntu.com/ubuntu/ eoan main restricted
     7
     8 ## Major bug fix updates produced after the final release of the
     9 ## distribution.
    10 deb http://us.old-releases.ubuntu.com/ubuntu/ eoan-updates main restricted
    11 # deb-src http://us.old-releases.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://us.old-releases.ubuntu.com/ubuntu/ eoan universe
    17 # deb-src http://us.old-releases.ubuntu.com/ubuntu/ eoan universe
    18 deb http://us.old-releases.ubuntu.com/ubuntu/ eoan-updates universe
    19 # deb-src http://us.old-releases.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://us.old-releases.ubuntu.com/ubuntu/ eoan multiverse
    27 # deb-src http://us.old-releases.ubuntu.com/ubuntu/ eoan multiverse
    28 deb http://us.old-releases.ubuntu.com/ubuntu/ eoan-updates multiverse
    29 # deb-src http://us.old-releases.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://us.old-releases.ubuntu.com/ubuntu/ eoan-backports main restricted universe multiverse
    37 # deb-src http://us.old-releases.ubuntu.com/ubuntu/ eoan-backports main restricted universe multiverse
    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://archive.canonical.com/ubuntu eoan partner
    44 # deb-src http://archive.canonical.com/ubuntu eoan partner
    45
    46 deb http://old-releases.ubuntu.com/ubuntu eoan-security main restricted
    47 # deb-src http://old-releases.ubuntu.com/ubuntu eoan-security main restricted
    48 deb http://old-releases.ubuntu.com/ubuntu eoan-security universe
    49 # deb-src http://old-releases.ubuntu.com/ubuntu eoan-security universe
    50 deb http://old-releases.ubuntu.com/ubuntu eoan-security multiverse
    51 # deb-src http://old-releases.ubuntu.com/ubuntu eoan-security multiverse
    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://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic main
    59 # deb-src http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic main
    60 deb http://archive.ubuntu.com/ubuntu eoan main universe multiverse restricted
    61 deb http://security.ubuntu.com/ubuntu/ eoan-security universe multiverse main restricted
    62 deb http://archive.ubuntu.com/ubuntu eoan-updates universe multiverse main restricted
(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:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

The cause is very clear.

Support for Ubuntu 19.10 ("eoan") has ended two years ago (see https://wiki.ubuntu.com/Releases) and the package repositories have been archived.

You should update to Ubuntu 20.04 ("focal") as soon as possible.

There is a help page available https://help.ubuntu.com/community/EOLUpgrades that describe the steps to be done.

First of all you have to update your sources.list configuration file and correct the server names. E.g. there is no us.old-releases.ubuntu.com, just old-releases.ubuntu.com without country code.

Can you help with this problem?

Provide an answer of your own, or ask Jose Luis Martinez Jr for more information if necessary.

To post a message you must log in.