Making the sudo command work on macOS Ventura
When trying to install software through the terminal the command 'sudo' was no longer applicable. I tried to subvert the issue through installing several binaries but sudo did not work and the apple-fora could not provide an answer. I tackled the problem after some time. I created a new user account with administrative privileges. Downloaded Iterm2 and installed Homebrew, and after that I used Homebrew to install Curl and Wget, and Git. After that I used iTerm to install zsh (https://www.sitepoint.com/zsh-tips-tricks/) and made sure the shell in iTERM used zsh. Whereas apple's native terminal is not willing to receive sudo commands, iTerm will and users can install software through iTerm using the sudo-command."