SOLVED Problem installing mosquitto on hassbian latest

pi@hassbian:~ $ sudo hassbian-config install mosquitto
Generating system information…

Home Assistant: 0.101.3
Home Assistant Python: 3.7.3
hassbian-config: 0.13.1

Linux hassbian 4.19.50-v7+ #896 SMP Thu Jun 20 16:11:44 BST 2019 armv7l GNU/Linux

Suite: Mosquitto
Installed: false
Contributed to the project by Landrash https://github.com/Landrash
Installs the Mosquitto package for setting up a local MQTT server.

Adding mosquitto user
The system user `mosquitto’ already exists. Exiting.
Creating pid file
Creating data directory
Installing mosquitto
Updating apt…

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Get:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Get:2 http://archive.raspberrypi.org/debian buster InRelease [25.2 kB]
Ign:3 https://gitlab.com/hassbian/repository/raw/master stretch InRelease
Get:4 http://archive.raspberrypi.org/debian buster/main armhf Packages [259 kB]
Get:5 https://gitlab.com/hassbian/repository/raw/master stretch Release [3,111 B]
Ign:6 https://gitlab.com/hassbian/repository/raw/master stretch Release.gpg
Reading package lists…
E: Repository ‘http://raspbian.raspberrypi.org/raspbian buster InRelease’ changed its ‘Suite’ value from ‘testing’ to ‘stable’
Installing packages…

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists…
Building dependency tree…
Reading state information…
The following additional packages will be installed:
libev4 libmosquitto1 libwebsockets8
Suggested packages:
apparmor
The following NEW packages will be installed:
libev4 libmosquitto1 libwebsockets8 mosquitto mosquitto-clients
0 upgraded, 5 newly installed, 0 to remove and 25 not upgraded.
Need to get 267 kB/387 kB of archives.
After this operation, 843 kB of additional disk space will be used.
Err:1 http://raspbian.raspberrypi.org/raspbian buster/main armhf libmosquitto1 armhf 1.5.7-1
404 Not Found [IP: 93.93.128.193 80]
Err:2 http://raspbian.raspberrypi.org/raspbian buster/main armhf mosquitto armhf 1.5.7-1
404 Not Found [IP: 93.93.128.193 80]
Err:3 http://raspbian.raspberrypi.org/raspbian buster/main armhf mosquitto-clients armhf 1.5.7-1
404 Not Found [IP: 93.93.128.193 80]
E: Failed to fetch http://raspbian.raspberrypi.org/raspbian/pool/main/m/mosquitto/libmosquitto1_1.5.7-1_armhf.deb 404 Not Found [IP: 93.93.128.193 80]
E: Failed to fetch http://raspbian.raspberrypi.org/raspbian/pool/main/m/mosquitto/mosquitto_1.5.7-1_armhf.deb 404 Not Found [IP: 93.93.128.193 80]
E: Failed to fetch http://raspbian.raspberrypi.org/raspbian/pool/main/m/mosquitto/mosquitto-clients_1.5.7-1_armhf.deb 404 Not Found [IP: 93.93.128.193 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Writing default configuration
/opt/hassbian/suites/mosquitto/install: line 54: cd: /etc/mosquitto: No such file or directory

Solution:

apt-get update --allow-releaseinfo-change

or

sudo apt update