0

I want to execute apt-get install texlive-full but do I need to do anything before this like install an installer or anything?

1 Answers1

3

No

sudo apt install texlive-full

That command will download and install the program called texlive-full.

This is the command line method of installing programs in Ubuntu.

For more on how to install applications/software/programs in Ubuntu see:

How do I install applications in Ubuntu?

Hope this helps

user68186
  • 33,360