charon-systemd command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
charon-systemd: command not found
or when using sudo you get the following error message
sudo: charon-systemd: command not found
Solutions to charon-systemd: command not found
How To Fix charon-systemd: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu charon-systemd is provided by charon-systemd package.
charon-systemd is:
The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols.
This package contains the charon-systemd files.
To fix this problem, we can install more using the command below.
sudo apt-get -y install charon-systemd
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install charon-systemd.
sudo apt -y install charon-systemd
Or if you have aptitude installed you can use the following command.
sudo aptitude install charon-systemd
Summary
In this tutorial we learn how to fix charon-systemd command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.