Install libudev-dev returns 404

I am currently unable to install the libudev dependency on my hassbian. Any ideas whats going on?

Copy-paste from bash:

pi@hassbian:~ $ sudo apt-get install libudev-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  libudev-dev
0 upgraded, 1 newly installed, 0 to remove and 32 not upgraded.
Need to get 23.2 kB of archives.
After this operation, 261 kB of additional disk space will be used.
Err http://mirrordirector.raspbian.org/raspbian/ jessie/main libudev-dev armhf 215-17+deb8u6
  404  Not Found [IP: 93.93.128.193 80]
E: Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/s/systemd/libudev-dev_215-17+deb8u6_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?

try a sudo apt-get update then issue your install command

1 Like

It worked! Thanks a lot for your suggestion!