Unable to update from repositories

– Please Write here your help request –
This system was installed using small removable media error parrot os
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.


  • ParrotOS iso in use:

  • Application used for flashing the iso:

  • Logs/Terminal output (use pastebin or similar services):

  • Screenshots:

Edit the parrot.list

sudo nano /etc/apt/sources.list.d/parrot.list

Add the following:

deb https://deb.parrot.sh/parrot/ parrot non-free contrib main
deb https://deb.parrot.sh/direct/parrot/ parrot-security main contrib non-free
deb https://deb.parrot.sh/parrot/ parrot-backports main contrib non-free
deb https://deb.parrot.sh/parrot/ parrot-updates non-free contrib main

Save, then run

sudo parrot-upgrade

Hopefully you already have the repo key installed (and dearmored?):

wget -q -O - https://deb.parrotsec.org/parrot/misc/parrotsec.gpg | gpg --import

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