Hi Terry, > I've found something odd. I believed that this command: > > sudo dpkg --purge --force-all strongswan > > Should remove everything related to the package strongswan.
From dpkg(1): --force-things --no-force-things, --refuse-things ... Warning: These options are mostly intended to be used by experts only. Using them without fully understanding their effects may break your whole system. You're using APT which understands dependencies between packages. With dpkg(1), you're ducking under APT and fiddling with things without its knowledge, breaking its assumptions. I'd use sudo -i apt-get purge --auto-remove strongswan -- Cheers, Ralph. -- Next meeting: Online, Jitsi, Tuesday, 2024-05-07 20:00 Check to whom you are replying Meetings, mailing list, IRC, ... http://dorset.lug.org.uk New thread, don't hijack: mailto:dorset@mailman.lug.org.uk