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,783

lhickey
- 1
-
1apt-get IS the installer. – user535733 Dec 26 '18 at 02:34
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