Error updating/upgrading

Briefly describe your issue below:

I get a minor error when trying to upgrade parrot or run “apt update” or “apt upgrade”. I’ve seen similar posts, none of which helped.

What version of Parrot are you running? (include version (e.g. 4.6), edition(e.g. Home//KDE/OVA, etc.), and architecture (currently we only support amd64)

Parrot Sec, version 4.10, amd64

What method did you use to install Parrot? (Debian Standard / Debian GTK / parrot-experimental)

Not 100% sure. Most likely Debian Standard

Configured to multiboot with other systems? (yes / no)

Yes

If there are any similar issues or solutions, link to them below:

If there are any error messages or relevant logs, post them below:

There’s two uploaded pictures. One is zoomed in on the error. The other is a 3-way-split screen where the “sudo parrot-upgrade” command is on the left, the bottom right is the file /etc/apt/sources.list.d/parrot.list where the error is occurring. The top right of the screen is the file opened and edited with vi, initially lines 4 and 5 were commented out but either way I get the same error.

hello please make sure that
/etc/apt/sources.list.d/parrot.list contains the following data

deb https://deb.parrot.sh/parrot/ rolling main contrib non-free
#deb-src https://deb.parrot.sh/parrot/ rolling main contrib non-free
deb https://deb.parrot.sh/parrot/ rolling-security main contrib non-free
#deb-src https://deb.parrot.sh/parrot/ rolling-security main contrib non-free

copy it, same as it is
and then run the upgrade usingsudo parrot-upgrade command
or
sudo apt update && sudo apt full-upgrade

Replacing or adding the links? I’ll probably try both sometime within the day

for easiness, replace the mirrors

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