apt upgrade error

When I run the command apt-get upgrade the system redirects all download links to links that do not exist.

Obter:1 https://latam3-ncsa-mirror.parrot.sh/mirrors/parrot rolling/main amd64 dbus-user-session amd64 1.12.18-1 [95,3 kB]
Obter:2 https://latam3-ncsa-mirror.parrot.sh/mirrors/parrot rolling/main i386 libavahi-common-data i386 0.8-3 [126 kB]
Err:3 https://deb.parrot.sh/parrot rolling/main amd64 libqt5opengl5-dev amd64 5.12.5+dfsg-10+b1
Redirection from https to 'http://sft.if.usp.br/parrot/pool/main/q/qtbase-opensource-src/libqt5opengl5-dev_5.12.5+dfsg-10+b1_amd64.deb' is forbidden [IP: 104.27.130.193 443]
Obter:4 https://latam3-ncsa-mirror.parrot.sh/mirrors/parrot rolling/main amd64 libqt5concurrent5 amd64 5.12.5+dfsg-10+b1 [64,9 kB]
Obter:5 https://latam3-ncsa-mirror.parrot.sh/mirrors/parrot rolling/main amd64 libqt5printsupport5 amd64 5.12.5+dfsg-10+b1 [225 kB]
Obter:6 https://latam3-ncsa-mirror.parrot.sh/mirrors/parrot rolling/main amd64 libqt5xml5 amd64 5.12.5+dfsg-10+b1 [137 kB]
Obter:7 https://latam3-ncsa-mirror.parrot.sh/mirrors/parrot rolling/main amd64 python3-unoamd64 1:6.4.4-1+b1 [315 kB]
Obter:8 https://latam3-ncsa-mirror.parrot.sh/mirrors/parrot rolling/main amd64 libreoffice-math amd64 1:6.4.4-1+b1 [589 kB]
Err:9 https://deb.parrot.sh/parrot rolling/main amd64 libreoffice-core amd64 1:6.4.4-1+b1
Redirection from https to 'http://sft.if.usp.br/parrot/pool/main/libr/libreoffice/libreoffice-core_6.4.4-1+b1_amd64.deb' is forbidden [IP: 104.27.130.193 443]

When I try to install a package individually, everything happens normally.

apparently the error only occurs when trying to fetch the package from Parrot’s own servers

E: Falhou ao buscar https://deb.parrot.sh/parrot/pool/main/libr/libreoffice/libreoffice-sdbc-firebird_6.4.4-1+b1_amd64.deb  Redirection from https to 'http://sft.if.usp.br/parrot/pool/main/libr/libreoffice/libreoffice-sdbc-firebird_6.4.4-1+b1_amd64.deb' is forbidden [IP: 104.27.130.193 443]
E: Falhou ao buscar https://deb.parrot.sh/parrot/pool/main/n/network-manager-openconnect/network-manager-openconnect-gnome_1.2.6-1_amd64.deb  Redirection from https to 'http://sft.if.usp.br/parrot/pool/main/n/network-manager-openconnect/network-manager-openconnect-gnome_1.2.6-1_amd64.deb' is forbidden [IP: 104.27.130.193 443]
E: Falhou ao buscar https://deb.parrot.sh/parrot/pool/main/n/network-manager-vpnc/network-manager-vpnc-gnome_1.2.6-3_amd64.deb  Redirection from https to 'http://sft.if.usp.br/parrot/pool/main/n/network-manager-vpnc/network-manager-vpnc-gnome_1.2.6-3_amd64.deb' is forbidden [IP: 104.27.130.193 443]
E: Falhou ao buscar https://deb.parrot.sh/parrot/pool/main/q/qtwebengine-opensource-src/qml-module-qtwebengine_5.12.5+dfsg-7+b3_amd64.deb  Redirection from https to 'http://sft.if.usp.br/parrot/pool/main/q/qtwebengine-opensource-src/qml-module-qtwebengine_5.12.5+dfsg-7+b3_amd64.deb' is forbidden [IP: 104.27.130.193 443]
E: Impossível buscar alguns arquivos, talvez executar apt-get update ou tentar com --fix-missing?

I’m using ParrotSec 4.9 (KDE)

Hello!
can you share what mirrors are your using?
check it at /etc/apt/sources.list.d/parrot.list.
Also, as Parrot is a Rolling distro, it is strongly recommended to use sudo parrot-upgrade while updating the system. And also while installing any application through cli, it is recommended to use apt only not apt-get as it create problems.

using apt-get is adding “make it easy” to apt. apt is using “make it easy” on dpkg.
on a rolling distro you want to stay as close to dpkg as possible.
running parrot-upgrade on a behemoth the size and functional capacity of Parrot Security, is saying “I think these Parrot devs have their stuff together enough to handle how to update their OS in it’s entirety”
so, “make it easy”
parrot-upgrade :wink:

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.