APT error while upgrading

Briefly describe your issue below:
Iam getting errors while i try to upgrade my system

Fehl:23 https://deb.parrot.sh/parrot rolling/main amd64 android-libcrypto-utils amd64 1:8.1.0+r23-6
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]

they are many errors like these

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)

OS: Parrot Security 4.9
Kernel: x86_64 Linux 5.5.0-1parrot1-amd64

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

Dont remember

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

no

List your networking hardware (make, model, firmware version):

Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter

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

cant find

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

Fehl:1 https://deb.parrot.sh/parrot rolling/main amd64 bsdutils amd64 1:2.35.1-2
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]
Fehl:2 https://deb.parrot.sh/parrot rolling/main amd64 uuid-dev amd64 2.35.1-2
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]
Fehl:3 https://deb.parrot.sh/parrot rolling/main amd64 libuuid1 amd64 2.35.1-2
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]
Fehl:4 https://deb.parrot.sh/parrot rolling/main amd64 libblkid-dev amd64 2.35.1-2
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]
Fehl:5 https://deb.parrot.sh/parrot rolling/main amd64 libblkid1 amd64 2.35.1-2
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]
Fehl:6 https://deb.parrot.sh/parrot rolling/main amd64 libfdisk1 amd64 2.35.1-2
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]
Fehl:7 https://deb.parrot.sh/parrot rolling/main amd64 libmount-dev amd64 2.35.1-2
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]
Fehl:8 https://deb.parrot.sh/parrot rolling/main amd64 libmount1 amd64 2.35.1-2
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]
Fehl:9 https://deb.parrot.sh/parrot rolling/main amd64 libsmartcols1 amd64 2.35.1-2
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]
Fehl:10 https://deb.parrot.sh/parrot rolling/main amd64 fdisk amd64 2.35.1-2
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]
Fehl:11 https://deb.parrot.sh/parrot rolling/main amd64 util-linux amd64 2.35.1-2
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]
Fehl:12 https://deb.parrot.sh/parrot rolling/main amd64 mount amd64 2.35.1-2
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]
Fehl:13 https://deb.parrot.sh/parrot rolling/main amd64 libapt-pkg6.0 amd64 2.1.1+parrot1
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]
Fehl:14 https://deb.parrot.sh/parrot rolling/main amd64 apt amd64 2.1.1+parrot1
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]
Fehl:15 https://deb.parrot.sh/parrot rolling/main amd64 apt-utils amd64 2.1.1+parrot1
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]
Fehl:16 https://deb.parrot.sh/parrot rolling/main amd64 uuid-runtime amd64 2.35.1-2
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]
Fehl:17 https://deb.parrot.sh/parrot rolling/main amd64 parrot-skel all 4.10
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]
Fehl:18 https://deb.parrot.sh/parrot rolling/main amd64 android-libcutils amd64 1:8.1.0+r23-6
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]
Fehl:19 https://deb.parrot.sh/parrot rolling/main amd64 adb amd64 1:8.1.0+r23-6
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]
Fehl:20 https://deb.parrot.sh/parrot rolling/main amd64 android-libadb amd64 1:8.1.0+r23-6
404 Not Found [IP: 2606:4700:3033::681b:82c1 443]

Welcome to the ParrotOS Community :hugs:

follow How do I upgrade my system? (Parrot OS)

Tip : Never Ever use apt-get on Rolling Distributions

2 Likes

i manually add a nearby mirror to my /etc/apt/sources.list.d/parrot.list file that way if the deb.parrot.sh script is being maintained and can’t find me a close, fast one automatically, my chosen mirror will be used.

404 is:

  1. Package not found
  2. Mirror is syncing

Sorry, i’m kinda’ newbie, but… Why should I never use apt-get on Rolling Distributions?

Also thank you very much, this solved MY error, while installing Zoom.

Welcome to the ParrotOS Community :hugs:

the main Difference is in their Working (Structure)
additional info :
1.Difference Between apt and apt-get Explained
2.Debian Package Management
due to which it *Sometime breaks/corrupts internal Structure of the Linux Operating Systems , sometimes it maybe just a bit or sometimes it can create big problems also.

apt-get = Older (For low-level operations)
apt = Modern (High-level command-line interface for better interactive usage)

I’m Not saying it will definitely create a Problem for Everyone ,it may work for you
(*I’m just saying this on my Experience and knowledge ,Also I’m Not a Linux Expert not a Developer so its up to you to Trust On my Information or Not)

2 Likes

This resolved my 404 error. Apt-get seems to conflict with the rolling packages for each endpoint 10/10 use parrot-upgrade worked for me :slight_smile:

Also, configured Debian WSL 2 with Parrot-Security. Going to test GUI via RDP

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