Errors when trying to update a fresh debian 10.5 KDE installation

Realtutorials123 Backup Channe

After typing sudo apt update into the terminal, I get this output:

Hit:1 http://ftp.hu.debian.org/debian buster InRelease
Ign:2 http://ftp.hu.debian.org/debian buster/updates InRelease
Hit:3 http://ftp.hu.debian.org/debian buster-updates InRelease
Err:4 http://ftp.hu.debian.org/debian buster/updates Release
  404  Not Found [IP: 195.228.252.133 80]
Reading package lists... Done
E: The repository 'http://ftp.hu.debian.org/debian buster/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.

Because of this, I can't update my system at all. I'm using Debian 10.5 KDE. I installed the debian-live-10.5.0-amd64-kde+nonfree.iso

Stephen Kitt

That error shouldn’t prevent you from upgrading; the other repositories are still updated. apt upgrade should allow you to upgrade.

However “buster/updates” doesn’t exist on the main repositories, so you might as well remove it; edit /etc/apt/sources.list and remove the ftp.hu.debian.org/debian buster/updates line. While you’re at it, check that you have a security.debian.org line — I suspect that the buster/updates error comes from a change made to that:

deb http://security.debian.org buster/updates main

Your /etc/apt/sources.list file should end up as follows:

deb http://ftp.hu.debian.org/debian/ buster main non-free contrib 
deb-src http://ftp.hu.debian.org/debian/ buster main non-free contrib 

deb http://security.debian.org/ buster/updates main contrib non-free 
deb-src http://security.debian.org/ buster/updates main contrib non-free 

deb http://ftp.hu.debian.org/debian/ buster-updates main contrib non-free 
deb-src http://ftp.hu.debian.org/debian/ buster-updates main contrib non-free 

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

composer update error on fresh installation of laravel 5

From Dev

Ubuntu 15.10 Fresh Installation Errors

From Dev

Is KDE 5 on Debian Stretch broken?

From Dev

Fresh Debian 10 - no sound: pls help!

From Dev

Nginx installation errors in debian 8.3

From Dev

How can I delete current OS EFI boot record when going for a fresh new Windows 10 installation

From Dev

I can't login to the graphical interface after a fresh installation of Debian?

From Dev

How to get fresh page after pressing F5 or refresh icon in browser in MVC5 when errors occured?

From Dev

Display Manager isn't starting on fresh Debian 10 install

From Dev

Additional Drivers missing on a fresh Debian 10 + XFCE install

From Dev

On a KDE4 Debian installation, where does the QtCore library install to?

From Dev

Debian 10 apt update issue

From Dev

How to update a fresh installation of Windows XP SP2 in 2016

From Dev

Getting Installation request errors from composer when trying to create a sylius project?

From Dev

Install fresh new Windows 10 installation from mounted iso?

From Dev

KDE is broken after update today to Debian Testing/Bullseye

From Dev

Fresh php5-fpm installation unable to start

From Dev

Errors when trying to run Arduino

From Dev

cuda debian installation update-alternative error

From Dev

"rethinkdb.errors.ReqlServerCompileError: Expected 2 arguments but found 1 in:" when trying to .update() with Python rethink

From Dev

Errors about apt-secure when trying to run system update on 16.10

From Dev

KDE 5 of Debian Jessie - What Qt version was used to compile it?

From Dev

Fresh GitLab Installation gives error 500 on home page (Plesk, Debian 9)

From Dev

Errors on update after trying to install Python 2.7?

From Dev

Errors while trying to install packages using tasksel in Debian 9 containers

From Dev

ASP.NET MVC Razor Errors After Fresh Installation of Visual Studio 2013 on Windows 8.1

From Dev

How to update android database when fresh JSON content arieves?

From Dev

How to update android database when fresh JSON content arieves?

From Dev

Errors when doing Bundle Update

Related Related

  1. 1

    composer update error on fresh installation of laravel 5

  2. 2

    Ubuntu 15.10 Fresh Installation Errors

  3. 3

    Is KDE 5 on Debian Stretch broken?

  4. 4

    Fresh Debian 10 - no sound: pls help!

  5. 5

    Nginx installation errors in debian 8.3

  6. 6

    How can I delete current OS EFI boot record when going for a fresh new Windows 10 installation

  7. 7

    I can't login to the graphical interface after a fresh installation of Debian?

  8. 8

    How to get fresh page after pressing F5 or refresh icon in browser in MVC5 when errors occured?

  9. 9

    Display Manager isn't starting on fresh Debian 10 install

  10. 10

    Additional Drivers missing on a fresh Debian 10 + XFCE install

  11. 11

    On a KDE4 Debian installation, where does the QtCore library install to?

  12. 12

    Debian 10 apt update issue

  13. 13

    How to update a fresh installation of Windows XP SP2 in 2016

  14. 14

    Getting Installation request errors from composer when trying to create a sylius project?

  15. 15

    Install fresh new Windows 10 installation from mounted iso?

  16. 16

    KDE is broken after update today to Debian Testing/Bullseye

  17. 17

    Fresh php5-fpm installation unable to start

  18. 18

    Errors when trying to run Arduino

  19. 19

    cuda debian installation update-alternative error

  20. 20

    "rethinkdb.errors.ReqlServerCompileError: Expected 2 arguments but found 1 in:" when trying to .update() with Python rethink

  21. 21

    Errors about apt-secure when trying to run system update on 16.10

  22. 22

    KDE 5 of Debian Jessie - What Qt version was used to compile it?

  23. 23

    Fresh GitLab Installation gives error 500 on home page (Plesk, Debian 9)

  24. 24

    Errors on update after trying to install Python 2.7?

  25. 25

    Errors while trying to install packages using tasksel in Debian 9 containers

  26. 26

    ASP.NET MVC Razor Errors After Fresh Installation of Visual Studio 2013 on Windows 8.1

  27. 27

    How to update android database when fresh JSON content arieves?

  28. 28

    How to update android database when fresh JSON content arieves?

  29. 29

    Errors when doing Bundle Update

HotTag

Archive