Page 1 of 1

Install TeXStudio for Ubuntu Versions 14.04 and 16.04

Posted: Wed May 18, 2016 6:15 pm
by Eli
TeXstudio is an integrated writing environment for creating LaTeX documents. It has numerous features like syntax-highlighting, integrated viewer, reference checking and various assistants. For more details see http://www.texstudio.org/.

Depending on the architecture of your machine, i.e., amd64 or i386, download the Qt4 Version (the file looks something like texstudio-qt4_2.10.8_amd64.deb) from http://www.texstudio.org/, compile it by double clicking the file and follow instructions to complete installation. Also check at http://sysads.co.uk/2014/07/install-tex ... ntu-14-04/ for installation via PPA.

To install TeXStudio in Ubuntu 16.04 run the following commands in the Terminal:

Code: Select all

sudo apt-get update
sudo apt-get install texstudio