Unable to install latex (using sudo)

There’s an additional install needed that uses sudo apt-get to install and use latex (pip install latex unfortunately is not enough)

The command: sudo apt install texlive texlive-latex-extra texlive-fonts-recommended dvipng

Is there anyway around this?
I tried using this and my password (verified that it’s correct) doesn’t work for the sudo command

@sarnaaik sudo is reserved for system administrators. Most of our software is provided through the Lmod module system. For LaTeX:

module load gcc/11.3.0 texlive