Juergen45
Anmeldungsdatum: 8. August 2020
Beiträge: 25
|
Hallo an alle! Ich benutze aktuell Ubuntu 19.10 und wollte ein Upgrade auf 20.04 machen. Leider bricht das Upgrade immer mit folgender Meldung ab: Failed to fetch http://at.archive.ubuntu.com/ubuntu/pool/main/libh/libhttp-cookies-perl/libhttp-cookies-perl_6.08-1_all.deb 404 Not Found [IP: 83.164.133.196 80] apt-get update, apt-get upgrade, etc. habe ich schon versucht, leider ohne Verbesserung. Das System läuft schon einige Zeit problemlos, Internetzugriff ist auch kein Problem, auch die bisherigen Updates und Upgrades liefen problemlos. Daher hoffe ich, dass jemand einen guten Tipp hat. Danke
|
DJKUhpisse
Supporter, Wikiteam
Anmeldungsdatum: 18. Oktober 2016
Beiträge: 18199
Wohnort: in deinem Browser, hier auf dem Bildschirm
|
Zeige cat /etc/apt/sources.list
cat /etc/apt/sources.list.d/*
sudo apt update
|
Juergen45
(Themenstarter)
Anmeldungsdatum: 8. August 2020
Beiträge: 25
|
cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 19.04 _Disco Dingo_ - Release amd64 (20190416)]/ disco main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://at.archive.ubuntu.com/ubuntu/ eoan main restricted
# deb-src http://at.archive.ubuntu.com/ubuntu/ disco main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://at.archive.ubuntu.com/ubuntu/ eoan-updates main restricted
# deb-src http://at.archive.ubuntu.com/ubuntu/ disco-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://at.archive.ubuntu.com/ubuntu/ eoan universe
# deb-src http://at.archive.ubuntu.com/ubuntu/ disco universe
deb http://at.archive.ubuntu.com/ubuntu/ eoan-updates universe
# deb-src http://at.archive.ubuntu.com/ubuntu/ disco-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://at.archive.ubuntu.com/ubuntu/ eoan multiverse
# deb-src http://at.archive.ubuntu.com/ubuntu/ disco multiverse
deb http://at.archive.ubuntu.com/ubuntu/ eoan-updates multiverse
# deb-src http://at.archive.ubuntu.com/ubuntu/ disco-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://at.archive.ubuntu.com/ubuntu/ eoan-backports main restricted universe multiverse
# deb-src http://at.archive.ubuntu.com/ubuntu/ disco-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu disco partner
# deb-src http://archive.canonical.com/ubuntu disco partner
deb http://security.ubuntu.com/ubuntu eoan-security main restricted
# deb-src http://security.ubuntu.com/ubuntu disco-security main restricted
deb http://security.ubuntu.com/ubuntu eoan-security universe
# deb-src http://security.ubuntu.com/ubuntu disco-security universe
deb http://security.ubuntu.com/ubuntu eoan-security multiverse
# deb-src http://security.ubuntu.com/ubuntu disco-security multiverse
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
# deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main # Bei Aktualisierung zu eoan deaktiviert
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ disco main
|
Juergen45
(Themenstarter)
Anmeldungsdatum: 8. August 2020
Beiträge: 25
|
cat /etc/apt/sources.list.d/*
# channel for the disco (19.04) partner channel
#
#:description:This channel contains the partner software for disco
deb http://archive.canonical.com/ubuntu eoan partner
# channel for the disco (19.04) partner channel
#
#:description:This channel contains the partner software for disco
deb http://archive.canonical.com/ubuntu eoan partner
# deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_19.04/ / # Bei Aktualisierung zu eoan deaktiviert
# deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_19.04/ / # Bei Aktualisierung zu eoan deaktiviert
deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_19.04/ /
# deb http://ppa.launchpad.net/jtaylor/keepass/ubuntu eoan main # Bei Aktualisierung zu eoan deaktiviert
# deb-src http://ppa.launchpad.net/jtaylor/keepass/ubuntu disco main
# deb http://ppa.launchpad.net/jtaylor/keepass/ubuntu eoan main # Bei Aktualisierung zu eoan deaktiviert
# deb-src http://ppa.launchpad.net/jtaylor/keepass/ubuntu disco main
deb http://ppa.launchpad.net/jtaylor/keepass/ubuntu disco main
# deb-src http://ppa.launchpad.net/jtaylor/keepass/ubuntu disco main
### TeamViewer DEB repository list
### NOTE: Manual changes to this file
### - prevent it from being updated by TeamViewer package updates
### - will be lost after using the 'teamviewer repo' command
### The original file can be restored with this command:
### cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
### which has the same effect as 'teamviewer repo default'
### NOTE: It is preferred to use the following commands to edit this file:
### teamviewer repo - show current repository configuration
### teamviewer repo default - restore default configuration
### teamviewer repo disable - disable the repository
### teamviewer repo stable - make all regular TeamViewer packages available (default)
### teamviewer repo preview - additionally, make feature preview packages available
### teamviewer repo development - additionally, make the latest development packages available
deb http://linux.teamviewer.com/deb stable main
# deb http://linux.teamviewer.com/deb preview main
# deb http://linux.teamviewer.com/deb development main
### TeamViewer DEB repository list
### NOTE: Manual changes to this file
### - prevent it from being updated by TeamViewer package updates
### - will be lost after using the 'teamviewer repo' command
### The original file can be restored with this command:
### cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
### which has the same effect as 'teamviewer repo default'
### NOTE: It is preferred to use the following commands to edit this file:
### teamviewer repo - show current repository configuration
### teamviewer repo default - restore default configuration
### teamviewer repo disable - disable the repository
### teamviewer repo stable - make all regular TeamViewer packages available (default)
### teamviewer repo preview - additionally, make feature preview packages available
### teamviewer repo development - additionally, make the latest development packages available
deb http://linux.teamviewer.com/deb stable main
# deb http://linux.teamviewer.com/deb preview main
# deb http://linux.teamviewer.com/deb development main
|
Juergen45
(Themenstarter)
Anmeldungsdatum: 8. August 2020
Beiträge: 25
|
sudo apt update
OK:1 http://linux.teamviewer.com/deb stable InRelease
Holen:2 http://security.ubuntu.com/ubuntu eoan-security InRelease [97,5 kB]
OK:3 http://at.archive.ubuntu.com/ubuntu eoan InRelease
OK:4 http://archive.canonical.com/ubuntu eoan InRelease
Holen:5 http://at.archive.ubuntu.com/ubuntu eoan-updates InRelease [97,5 kB]
Holen:6 http://at.archive.ubuntu.com/ubuntu eoan-backports InRelease [88,8 kB]
Holen:7 http://at.archive.ubuntu.com/ubuntu eoan-updates/main amd64 DEP-11 Metadata [79,2 kB]
Holen:8 http://at.archive.ubuntu.com/ubuntu eoan-updates/universe amd64 DEP-11 Metadata [63,7 kB]
Holen:9 http://at.archive.ubuntu.com/ubuntu eoan-backports/universe amd64 DEP-11 Metadata [9.092 B]
Es wurden 436 kB in 1 s geholt (628 kB/s).
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Alle Pakete sind aktuell.
|
DJKUhpisse
Supporter, Wikiteam
Anmeldungsdatum: 18. Oktober 2016
Beiträge: 18199
Wohnort: in deinem Browser, hier auf dem Bildschirm
|
ls -la /etc/apt/sources.list.d
Da liegt noch Kram von Disco, ergo 19.04, das muss zuerst auf Eoan umgestellt werden. EDIT:
Und auch noch dpkg -l |grep keepass2
dpkg -l |grep owncloud
|
Juergen45
(Themenstarter)
Anmeldungsdatum: 8. August 2020
Beiträge: 25
|
ls -la /etc/apt/sources.list.d
insgesamt 48
drwxr-xr-x 2 root root 4096 Aug 2 07:58 .
drwxr-xr-x 7 root root 4096 Aug 2 07:58 ..
-rw-r--r-- 1 root root 171 Aug 5 19:46 disco-partner.list
-rw-r--r-- 1 root root 171 Aug 5 19:45 disco-partner.list.distUpgrade
-rw-r--r-- 1 root root 128 Aug 5 19:46 isv:ownCloud:desktop.list
-rw-r--r-- 1 root root 128 Aug 5 19:45 isv:ownCloud:desktop.list.distUpgrade
-rw-r--r-- 1 root root 85 Jul 27 2019 isv:ownCloud:desktop.list.save
-rw-r--r-- 1 root root 174 Aug 5 19:46 jtaylor-ubuntu-keepass-disco.list
-rw-r--r-- 1 root root 174 Aug 5 19:45 jtaylor-ubuntu-keepass-disco.list.distUpgrade
-rw-r--r-- 1 root root 132 Jul 27 2019 jtaylor-ubuntu-keepass-disco.list.save
-rw-r--r-- 1 root root 1198 Aug 5 19:46 teamviewer.list
-rw-r--r-- 1 root root 1198 Aug 5 19:45 teamviewer.list.distUpgrade
|
Juergen45
(Themenstarter)
Anmeldungsdatum: 8. August 2020
Beiträge: 25
|
dpkg -l |grep keepass2
ii keepass2 2.43+dfsg-1~ubuntu19.04~ppa1 all Password manager
|
Juergen45
(Themenstarter)
Anmeldungsdatum: 8. August 2020
Beiträge: 25
|
dpkg -l |grep owncloud
rc libowncloudsync0:amd64 2.5.4.11654+oc-515 amd64 the ownCloud sync library
rc owncloud-client:amd64 2.5.4.11654+oc-515 amd64 The ownCloud sync client - github.com/owncloud/client
|
DJKUhpisse
Supporter, Wikiteam
Anmeldungsdatum: 18. Oktober 2016
Beiträge: 18199
Wohnort: in deinem Browser, hier auf dem Bildschirm
|
Owncloud hast du ja nicht mehr.
sudo apt remove --purge owncloud-client libowncloudsync0 sudo apt autoremove --purge sudo apt-get remove --purge $(dpkg -l | grep "^rc" | awk '{print $2}')
Dann sind alle nicht mehr benötigten Pakete sowie deren Konfiguration weg. sudo rm -R /etc/apt/sources.list.d/isv:ownCloud:desktop.list* sudo rm -R /etc/apt/sources.list.d/disco-partner.list Dann sudo nano /etc/apt/sources.list
Dann kannst du die Datei editieren, Navigation mit den Pfeiltasten.
Du fügst am Ende folgende Zeile ein: deb http://archive.canonical.com/ubuntu eoan partner
Dann speichern mit Strg+O und Enter. Dann beenden mit Strg+X.
Dann sudo apt update . Nutzt du noch Keepass?
|
Juergen45
(Themenstarter)
Anmeldungsdatum: 8. August 2020
Beiträge: 25
|
Danke für die schnelle Hilfe. Keepass nutze ich noch, kann aber die Passwortdatei auch sichern und Keepass neu installieren, wenn nötig. Bisher habe ich alle Schritte durchgeführt, das Ergebnis beim Update ist noch das gleiche, immer noch die Fehlermeldung.
|
DJKUhpisse
Supporter, Wikiteam
Anmeldungsdatum: 18. Oktober 2016
Beiträge: 18199
Wohnort: in deinem Browser, hier auf dem Bildschirm
|
Zeige bitte cat /etc/apt/sources.list
cat /etc/apt/sources.list.d/*
cat /etc/apt/sources.list.d/jtaylor-ubuntu-keepass-disco.list
|
Juergen45
(Themenstarter)
Anmeldungsdatum: 8. August 2020
Beiträge: 25
|
cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 19.04 _Disco Dingo_ - Release amd64 (20190416)]/ disco main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu eoan main restricted
deb-src http://archive.ubuntu.com/ubuntu eoan main restricted multiverse universe #Added by software-properties
# deb-src http://at.archive.ubuntu.com/ubuntu/ disco main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu eoan-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu eoan-updates main restricted multiverse universe #Added by software-properties
# deb-src http://at.archive.ubuntu.com/ubuntu/ disco-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu eoan universe
# deb-src http://at.archive.ubuntu.com/ubuntu/ disco universe
deb http://archive.ubuntu.com/ubuntu eoan-updates universe
# deb-src http://at.archive.ubuntu.com/ubuntu/ disco-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu eoan multiverse
# deb-src http://at.archive.ubuntu.com/ubuntu/ disco multiverse
deb http://archive.ubuntu.com/ubuntu eoan-updates multiverse
# deb-src http://at.archive.ubuntu.com/ubuntu/ disco-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu eoan-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu eoan-backports main restricted universe multiverse #Added by software-properties
# deb-src http://at.archive.ubuntu.com/ubuntu/ disco-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu disco partner
# deb-src http://archive.canonical.com/ubuntu disco partner
deb http://archive.ubuntu.com/ubuntu eoan-security main restricted
deb-src http://archive.ubuntu.com/ubuntu eoan-security main restricted multiverse universe #Added by software-properties
# deb-src http://security.ubuntu.com/ubuntu disco-security main restricted
deb http://archive.ubuntu.com/ubuntu eoan-security universe
# deb-src http://security.ubuntu.com/ubuntu disco-security universe
deb http://archive.ubuntu.com/ubuntu eoan-security multiverse
# deb-src http://security.ubuntu.com/ubuntu disco-security multiverse
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
# deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main # Bei Aktualisierung zu eoan deaktiviert
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ disco main
deb http://archive.canonical.com/ubuntu eoan partner
|
Juergen45
(Themenstarter)
Anmeldungsdatum: 8. August 2020
Beiträge: 25
|
cat /etc/apt/sources.list.d/*
# channel for the disco (19.04) partner channel
#
#:description:This channel contains the partner software for disco
deb http://archive.canonical.com/ubuntu eoan partner
# deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_19.04/ / # Bei Aktualisierung zu eoan deaktiviert
# deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_19.04/ / # Bei Aktualisierung zu eoan deaktiviert
# deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_19.04/ / # Bei Aktualisierung zu eoan deaktiviert
# deb http://ppa.launchpad.net/jtaylor/keepass/ubuntu eoan main # Bei Aktualisierung zu eoan deaktiviert
# deb-src http://ppa.launchpad.net/jtaylor/keepass/ubuntu disco main
# deb http://ppa.launchpad.net/jtaylor/keepass/ubuntu eoan main # Bei Aktualisierung zu eoan deaktiviert
# deb-src http://ppa.launchpad.net/jtaylor/keepass/ubuntu disco main
# deb http://ppa.launchpad.net/jtaylor/keepass/ubuntu eoan main # Bei Aktualisierung zu eoan deaktiviert
# deb-src http://ppa.launchpad.net/jtaylor/keepass/ubuntu disco main
### TeamViewer DEB repository list
### NOTE: Manual changes to this file
### - prevent it from being updated by TeamViewer package updates
### - will be lost after using the 'teamviewer repo' command
### The original file can be restored with this command:
### cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
### which has the same effect as 'teamviewer repo default'
### NOTE: It is preferred to use the following commands to edit this file:
### teamviewer repo - show current repository configuration
### teamviewer repo default - restore default configuration
### teamviewer repo disable - disable the repository
### teamviewer repo stable - make all regular TeamViewer packages available (default)
### teamviewer repo preview - additionally, make feature preview packages available
### teamviewer repo development - additionally, make the latest development packages available
deb http://linux.teamviewer.com/deb stable main
# deb http://linux.teamviewer.com/deb preview main
# deb http://linux.teamviewer.com/deb development main
### TeamViewer DEB repository list
### NOTE: Manual changes to this file
### - prevent it from being updated by TeamViewer package updates
### - will be lost after using the 'teamviewer repo' command
### The original file can be restored with this command:
### cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
### which has the same effect as 'teamviewer repo default'
### NOTE: It is preferred to use the following commands to edit this file:
### teamviewer repo - show current repository configuration
### teamviewer repo default - restore default configuration
### teamviewer repo disable - disable the repository
### teamviewer repo stable - make all regular TeamViewer packages available (default)
### teamviewer repo preview - additionally, make feature preview packages available
### teamviewer repo development - additionally, make the latest development packages available
deb http://linux.teamviewer.com/deb stable main
# deb http://linux.teamviewer.com/deb preview main
# deb http://linux.teamviewer.com/deb development main
### TeamViewer DEB repository list
### NOTE: Manual changes to this file
### - prevent it from being updated by TeamViewer package updates
### - will be lost after using the 'teamviewer repo' command
### The original file can be restored with this command:
### cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
### which has the same effect as 'teamviewer repo default'
### NOTE: It is preferred to use the following commands to edit this file:
### teamviewer repo - show current repository configuration
### teamviewer repo default - restore default configuration
### teamviewer repo disable - disable the repository
### teamviewer repo stable - make all regular TeamViewer packages available (default)
### teamviewer repo preview - additionally, make feature preview packages available
### teamviewer repo development - additionally, make the latest development packages available
deb http://linux.teamviewer.com/deb stable main
# deb http://linux.teamviewer.com/deb preview main
# deb http://linux.teamviewer.com/deb development main
|
DJKUhpisse
Supporter, Wikiteam
Anmeldungsdatum: 18. Oktober 2016
Beiträge: 18199
Wohnort: in deinem Browser, hier auf dem Bildschirm
|
Jetzt noch cat /etc/apt/sources.list.d/jtaylor-ubuntu-keepass-disco.list
|