bluedalmatian
Posts: 6
Joined: Wed Jan 03, 2018 7:45 pm

hostapd gone from Raspian package repository?

Thu May 31, 2018 1:10 pm

Im trying to install hostapd which according to all the documentation I can find should be in the default raspian (stretch) repositories and installed with apt-get install hostapd yet Im getting not found why I try it. Ive just done an update so I know apt is working correctly and I can see it listed in the debian repositories so why is it missing from raspian?

Thanks

User avatar
rpdom
Posts: 17275
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: hostapd gone from Raspian package repository?

Thu May 31, 2018 1:29 pm

It's not missing.

Code: Select all

pi@raspi1:~ $ apt-cache policy hostapd
hostapd:
  Installed: 2:2.4-1+deb9u1
  Candidate: 2:2.4-1+deb9u1
  Version table:
 *** 2:2.4-1+deb9u1 500
        500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
        100 /var/lib/dpkg/status

User avatar
B.Goode
Posts: 10356
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: hostapd gone from Raspian package repository?

Thu May 31, 2018 1:31 pm

Did you do a

Code: Select all

sudo apt upgrade
(or any other variant of *-upgrade) after the update?

If so, you may need to run

Code: Select all

sudo apt update
again.

bluedalmatian
Posts: 6
Joined: Wed Jan 03, 2018 7:45 pm

Re: hostapd gone from Raspian package repository?

Thu May 31, 2018 1:50 pm

Thanks for that. Never come across that one before, I always though an apt-get update BEFORE an upgrade updated the repos index :shock:

User avatar
B.Goode
Posts: 10356
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: hostapd gone from Raspian package repository?

Thu May 31, 2018 1:58 pm

bluedalmatian wrote:
Thu May 31, 2018 1:50 pm
Thanks for that. Never come across that one before, I always though an apt-get update BEFORE an upgrade updated the repos index :shock:

It does.

But there was a recent reorganization of the repositories which was implemented as a change shipped as an upgrade. So unusually, an update is needed subsequent to that upgrade to get back into sync. I believe this is a 'one-off', or certainly something out of the ordinary.

Return to “Raspberry Pi OS”