Проблемы с установкой libbz2-dev на Raspbian Buster

Cuando se trabaja con ttyUSB, es necesario ajustar la velocidad del convertidor a la que está trabajando el dispositivo detrás del convertidor USB < -> UART. Por ejemplo, para ver la información que proviene del dispositivo detrás del convertidor, puede usar un comando de la forma:

screen /dev/ttyUSB0 115200

donde 115200es la velocidad en baudios del dispositivo detrás del convertidor.

Puede usar la utilidad PuTTY y similares.

1
09.07.2019, 05:07
2 ответа

Оба файла имеют суффикс 1.0.6-9.1вместо1.0.6-9:

http://raspbian.raspberrypi.org/raspbian/pool/main/b/bzip2/bzip2-doc_1.0.6-9.1_all.debhttp://raspbian.raspberrypi.org/raspbian/pool/main/b/bzip2/libbz2-dev_1.0.6-9.1_armhf.deb

Вы можете просмотреть папку здесь:

http://raspbian.raspberrypi.org/raspbian/pool/main/b/bzip2/

Похоже, что индекс вашего пакета не соответствует дате -до -, как следует из сообщения об ошибке. Пожалуйста, попробуйте:

sudo apt-get update
sudo apt-get install libbz2-dev
2
27.01.2020, 23:22

У меня была та же проблема, и когда я запускал apt-get update, он выдавал предупреждения типа:

E: Repository 'http://security.debian.org/debian-security buster/updates InRelease' 
  changed its 'Suite' value from 'testing' to 'stable'
N: This must be accepted explicitly before updates for this repository can be applied. 
  See apt-secure(8) manpage for details.

исправил это, запустив apt-get update --allow-releaseinfo-change, как предложено здесь https://superuser.com/questions/1456989/how-to-configure-apt-in-debian-buster-after-release, похоже, также решил мою проблему с установкой libbz2 -разработчика.

1
27.01.2020, 23:22

Теги

Похожие вопросы