I rushed into things and `apt install singularity`-ed before finding out it's `singularity-container`, which gave me a little game.
I did `apt remove singularity` and `apt purge singularity`, but now the `singularity` command is still bound to some remnants of that game.
For example:
`singularity build ....`
gives error message
```
bash: /usr/games/singularity: No such file or directory
```
How can I get dis-associate the `singularity` command from that uninstalled game?