저장소 /etc/apt/sources.list를 찾고 앵무새를 다시 시작한 후 업데이트해야 했습니다.

저장소 /etc/apt/sources.list를 찾고 앵무새를 다시 시작한 후 업데이트해야 했습니다.
[✗] ─ [zorillo @ zorillo-virtualbox] ─ [~] └──╼ $ sudo apt-get upgrade
apt upgrade is unsafe on rolling release distributions.
using apt full-upgrade instead
use apt upgrade --force to override
E: Entry 11 incorrectly specified in list file /etc/apt/sources.list (URI parse) E: The source lists could not be read. E: Entry 11 incorrectly specified in list file /etc/apt/sources.list (URI parse) E: The source lists could not be read. E: Entry 11 incorrectly specified in list file /etc/apt/sources.list (URI parse) E: The source lists could not be read.
parrotsec
E: Entrada 11 mal especificada en list fichero /etc/apt/sources.list (URI parse)
E: No se pudieron leer las listas de fuentes.
E: Entrada 11 mal especificada en list fichero /etc/apt/sources.list (URI parse)
E: No se pudieron leer las listas de fuentes.
E: Entrada 11 mal especificada en list fichero /etc/apt/sources.list (URI parse)
E: No se pudieron leer las listas de fuentes.

답변1

/etc/apt/sources.list올바른 저장소로 콘텐츠를 다루세요.

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

다음 명령을 사용할 수 있습니다.

cat <<EOF |sudo tee /etc/apt/sources.list
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
EOF

다음에서 모든 파일 삭제 /etc/apt/sources.list.d/:

sudo rm /etc/apt/sources.list.d/*

관련 정보