Installation of TexLive 2019 in Linux (Ubuntu 18.04 LTS)
TeX (Tech)
Installation of TexLive 2019
Please watch the video for full installation
I used .iso file to download, the Total size is 3.3GB for Linux,
and i used the torrent file to download, it took me just 20 min to download the entire .iso file
Extract the .iso file to a folder and open a terminal
$] sudo ./install-tl
(it goes into a terminal mode, which is faster compared to the GUI Mode)
$] sudo ./install-tl -gui
after the installation, set the PATH, MANPATH and INFOPATH as suggested by LATEX
export PATH=$PATH:/usr/local/texlive/2019/bin/x86_64-linux
export MANPATH=/usr/local/texlive/2019/texmf-dist/doc/man
export INFOPATH=/usr/local/texlive/2019/texmf-dist/doc/info
put these lines in to the /home/pradeepkumar/.bashrc
$] gedit /home/pradeepkumar/.bashrc
We have installed TexLive 2019 and texstudio.
To install texstudio
$] sudo apt install texstudio
The look and feel of TexStudio looks like this image.
texlive, it install everything a researcher need.
Thanks for watching my channel and Subscribe and Share.
nsnam.com
engineeringclinic
Subscribe to My Youtube Channel - Engineering Clinic
TeX (Tech)
Installation of TexLive 2019
Please watch the video for full installation
I used .iso file to download, the Total size is 3.3GB for Linux,
and i used the torrent file to download, it took me just 20 min to download the entire .iso file
Extract the .iso file to a folder and open a terminal
$] sudo ./install-tl
(it goes into a terminal mode, which is faster compared to the GUI Mode)
$] sudo ./install-tl -gui
after the installation, set the PATH, MANPATH and INFOPATH as suggested by LATEX
export PATH=$PATH:/usr/local/texlive/2019/bin/x86_64-linux
export MANPATH=/usr/local/texlive/2019/texmf-dist/doc/man
export INFOPATH=/usr/local/texlive/2019/texmf-dist/doc/info
put these lines in to the /home/pradeepkumar/.bashrc
$] gedit /home/pradeepkumar/.bashrc
We have installed TexLive 2019 and texstudio.
To install texstudio
$] sudo apt install texstudio
The look and feel of TexStudio looks like this image.
TexStudio |
texlive, it install everything a researcher need.
Thanks for watching my channel and Subscribe and Share.
nsnam.com
engineeringclinic
Subscribe to My Youtube Channel - Engineering Clinic
Thanks Pradeep for your nice tutorial. TexStudio from Ubuntu repository is dated. The latest TexStudio can be obtained as an AppImage and used very easily. Just download the AppImage, make it executable and execute it. The advantage of AppImage is that you don't need to bother about the dependency hastle and get the latest stable version of the software.
ReplyDeleteNow I have a question:
* I already have Texlive 2017 installed from Ubuntu repository.
* Can I also install texlive 2019 along with that?
* After updating my .bashrc file, would there be any version conflict?
Thanks a lot.