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?

SurvivalMachine
  • 2,773
  • 6
  • 20
  • 32
lhickey
  • 1
  • 1

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
  • 31,376
  • 12
  • 85
  • 112