I have followed all the steps as you have mentioned but I have a problem when I try this command:
$ sudo mv autodock4 /usr/local/bin
$ sudo mv autogrid4 /usr/local/bin
I have this response after I have made the command above:
“sudo: unable to change to sudoers gid: Operation not permitted”
User Changed status to publish November 23, 2024
This error is probably arising because you need not use ‘sudo‘ in the commands on your system. Try these commands without sudo as follows:
$ mv autodock4 /usr/local/bin
$ mv autogrid4 /usr/local/bin
User Changed status to publish November 23, 2024