I have installed vpnc with this
The only way to run vpnc is to navigate to /usr/local/sbin
then execute sudo ./vpnc
or sudo ./vpnc-disconnect
How can I run from anywhere with just sudo vpnc
or sudo vpnc-disconnect
CodePudding user response:
I was able to resolve this by creating symbolic link to /bin
sudo ln -s /usr/local/sbin/vpnc /usr/local/bin/vpnc
sudo ln -s /usr/local/sbin/vpnc-disconnect /usr/local/bin/vpnc-disconnect