The error message command not found is not a Couchbase Server but from the shell (Bash/Zsh,etc) itself.
This is normal cause by not having /opt/couchbase/bin in the PATH.
To add the couchbase bin directory to the PATH:
export PATH=$PATH:/opt/couchbase/bin
The program can always be executed using the full path: