The metadata on the FreeRADIUS Debian and Ubuntu package repositories is being updated, specifically the Origin and Label fields. The Origin field will change from 'Network RADIUS SARL' to 'InkBridge Networks'. The Label field will change from 'Network RADIUS SARL' to the name of the repository, for example 'freeradius-3.2', 'freeradius-3.0', or 'freeradius-devel-3.2'. apt/apt-get will likely complain about this. To update the repository you may need, as a one-off: apt-get update --allow-releaseinfo-change If you are using apt pinning rules in /etc/apt/preferences.d that match based on these fields then you may also need to update them as well, for example: Package: /freeradius/ Pin: release o=InkBridge Networks,l=freeradius-3.2 Pin-Priority: 999 -- Matthew