E: Невозможно найти пакет комаров.
Я пытаюсь установить пакет mosquitto, но когда я печатаюsudo apt-get install mosquittoон возвращаетсяE: Unable to locate package mosquitto.
я уже побежалsudo apt-get updateиsudo apt-get upgrade.
Выход изapt search mosquitto:
Sortierung... Fertig
Volltextsuche... Fertig
libmosquitto1/now 1.5.7-1+deb10u1 armhf [Installiert,lokal]
MQTT version 3.1/3.1.1 client library
mosquitto-clients/now 1.5.7-1+deb10u1 armhf [Installiert,lokal]
Mosquitto command line MQTT clients
(извините за немецкие детали.) Вроде уже установлен? Но когда я бегуmosquitto_sub -d -t /home/dataдля проверки я получаю толькоError: Connection refused
Выход изcat /etc/apt/sources.list:
#deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
Похоже, возникла проблема с ', поэтому я попытался исправить ее с помощьюdebsums, как в этой теме, ноapt-get updateне могу найти пакет debsums для установки из первых рук...