I want to execute apt-get install texlive-full but
do I need to do anything before this like install an installer or anything?
Asked
Active
Viewed 63 times
0
SurvivalMachine
- 2,843
lhickey
- 1
1 Answers
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