I installed and configured TINC VPN on server (Ubuntu 22.04 and two laptops) but when I try to use tinc control command I get "command not found".
All this happened when I tried to configure tinc on y Android phone via invitation link.
tinc -n <netname> invite [nodename]
But I got the following
Command 'tinc' not found, did you mean:
command 'tini' from deb tini (0.19.0-1)
command 'tic' from deb ncurses-bin (6.3-2ubuntu0.1)
command 'tincd' from deb tinc (1.0.36-2build1)
command 'tint' from deb tint (0.07)
command 'tipc' from deb iproute2 (5.15.0-1ubuntu2)
command 'inc' from deb mailutils-mh (1:3.14-1)
command 'inc' from deb mmh (0.4-4)
command 'inc' from deb nmh (1.7.1-11)
command 'tin' from deb tin (1:2.6.2~20220129-1)
command 'tidc' from deb moonshot-trust-router (3.5.4+1ubuntu1)
command 'minc' from deb mblaze (1.1-1)
command 'tina' from deb tina (0.1.12-4)
Try: sudo apt install <deb name>
How come the tinc got installed and the tinc control command is missing?
UPD: tinc was installed using this tutorial: https://www.digitalocean.com/community/tutorials/how-to-install-tinc-and-set-up-a-basic-vpn-on-ubuntu-18-04
UPD [RESOLVED]: tinc command is a part of 1.1, which is in pre-release state