Edit: Due to the fact that this article is old, the installation instructions may not work anymore. In order to successfully install the latest version of Texstudio, please access the texstudio tag and open the latest article (the one on top).

The latest installation instructions for Texstudio
Hello Linux Geeksters. As you may know, TeXstudio is an open-source integrated writing environment for creating LaTeX documents. Among others, it has syntax highlighting features, an integrated viewer, reference checking, completion for references and bibliography entries, access to over 1000 mathematical symbols easy and a feature for performing copy/paste/insert new table columns operations with a single click. The latest version available is TeXstudio 2.9.0, which has been released a while ago, coming with the below changes:
- link overlays for urls
- close editor tab by pressing middle mouse button
- more standard shortcuts (in particular for OS X)
- support optional filename argument in txs:///view-pdf-internal
- add “expand/collapse all documents” to context menu of structure
- add tabulary support
- open correct log file if output filenames are changed due to “%& -job-name=targetfile” (note: changed pdf filename not yet supported)
- user-defined icons are now portable: if possible icon paths are stored relative to settings dir or application dir
- windowed pdf viewer now supports –no-focus argument
- improved detection of label name for “Insert \ref to Next Label”
- improved context detection for preview (multi-line math, cursor inside multi-char delimiter)
- improved search for texdoc location
- improved log parsing including support for LaTeX3 warnings and errors
- resize with soft line warp: keep vertical cursor position constant
- support .tikz files (treated like .tex files)
- new options: Advanced Editor -> Structure Panel (“Show elements in comments”, “Mark structure elements beyond \end{document}” and “Mark structure elements in appendix”)
- new option: mouse wheel zoom also controls the log editor (patch by Paulo Silva)
- new option: encoding of bib files
- new options: some GUI elements are now scalable (for better hi-res display support)
- some cleanup in the options dialog
- change: LaTeX templates need to have “% !TXS template” on the first line if placeholders should be interpreted, otherwise files are loaded as plain LaTeX
- fix: maintain expansion of the Structure View in more situations
- fix: caseSensistivity for global search
- fix: sync scrolling in enlarged embedded pdf viewer
- fix: interpretation of % !BIB program = biber
- fix: fit to text width in multi-page grid of pdf viewer
- fix: unsaved documents could create false entries when saving a session
- fix: forgotten editor shortcuts
- fix: linecache on retina display
- fix: on OS X: the dictionary default path is relative to app
- fix: compilation on freebsd (patch by Abilio)
- fix: display user command icon (patch by Paulo Silva)
- fix: svn auto-checkin was not executed after some types of save operations
- fix: link-click on bib file also searches in additionalBibPaths
- fix: some sections were incorrectly marked as “beyond end of document”
- fix: crash when file is removed and silent reload is activated
- fix: failed “! TeX encoding” detection due to bug in line end detection
- fix: ignore hyph_*.dic files when looking for hunspell dictionaries
- fix: trigger ?load-file for files opened with the session at startup
- fix: update encoding in status bar when a % !TeX encoding = … magic comment is typed
- fix: issue with opening some template zip files by updating QuaZip to 0.7.1
- fix: parsing of synctex file with nested sheets
- fix: crash when undoing insertion of magic comments
- fix: make symbol grid visible on dark-themed desktops
- fix: handle multiple existing assignments when checking the change of a shortcut
- fix: broken folding of %BEGIN_FOLD if the special math-close-comment %$ was used in the folded area
- fix: incorrect wrapping if chinese punctuation characters are on the line
- completer is disabled in overwrite mode (because it does not work correctly while overwriting)
- fix: incorrect behavior of input method with forward selections
- fix: texdoc usage on OS X
- fix: rendering of 1×1 non-continouos pdf page on retina display
- fix: some missing symbols
- removed: case insensitive completion (due to complexity/performance issues)
In this article I will show you how to install TeXstudio 2.9.0 on Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Ubuntu 12.04 Precise Pangolin, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, LXLE 14.04, Linux Lite 2, Deepin 2014, Peppermint Five, Elementary OS 0.3 Freya, Debian Wheezy, Kwheezy, Fedora 21, Fedora 20, CentOS 7, CentOS 6, OpenSUSE 13.2, OpenSUSE 13.1 and OpenSUSE 12.3. Follow the instructions for your system and architecture exactly, in order to get a successful installation.
How to install TeXstudio 2.9.0 on Ubuntu 14.10 and derivative systems:
Instructions for 32 bit systems:
$ sudo apt-get install gdebi
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/xUbuntu_14.10/i386/texstudio_2.9.0_i386.deb
$ sudo gdebi texstudio_2.9.0_i386.deb
Instructions for 64 bit systems:
$ sudo apt-get install gdebi
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/xUbuntu_14.10/amd64/texstudio_2.9.0_amd64.deb
$ sudo gdebi texstudio_2.9.0_amd64.deb
How to install TeXstudio 2.9.0 on Ubuntu 14.04 and derivative systems:
Instructions for 32 bit systems:
$ sudo apt-get install gdebi
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/xUbuntu_14.04/i386/texstudio_2.9.0_i386.deb
$ sudo gdebi texstudio_2.9.0_i386.deb
Instructions for 64 bit systems:
$ sudo apt-get install gdebi
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/xUbuntu_14.04/amd64/texstudio_2.9.0_amd64.deb
$ sudo gdebi texstudio_2.9.0_amd64.deb
How to install TeXstudio 2.9.0 on Ubuntu 12.04 and derivative systems:
Instructions for 32 bit systems:
$ sudo apt-get install gdebi
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/xUbuntu_12.04/i386/texstudio_2.9.0_i386.deb
$ sudo gdebi texstudio_2.9.0_i386.deb
Instructions for 64 bit systems:
$ sudo apt-get install gdebi
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/xUbuntu_12.04/amd64/texstudio_2.9.0_amd64.deb
$ sudo gdebi texstudio_2.9.0_amd64.deb
How to install TeXstudio 2.9.0 on Debian Wheezy, Kwheezy and derivative systems:
Instructions for 32 bit systems:
$ sudo apt-get install gdebi
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/Debian_7.0/i386/texstudio_2.9.0_i386.deb
$ sudo gdebi texstudio_2.9.0_i386.deb
Instructions for 64 bit systems:
$ sudo apt-get install gdebi
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/Debian_7.0/amd64/texstudio_2.9.0_amd64.deb
$ sudo gdebi texstudio_2.9.0_amd64.deb
Optional, to remove TeXstudio from Ubuntu, Debian and derivative systems, do:
$ sudo apt-get remove texstudio
How to install TeXstudio 2.9.0 on Fedora 21:
Instructions for both 32 bit and 64 bit systems:
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/Fedora_21/home:jsundermeyer.repo -O /etc/yum.repos.d/home:jsundermeyer.repo
$ sudo yum update
$ sudo yum install texstudio
How to install TeXstudio 2.9.0 on Fedora 20:
Instructions for both 32 bit and 64 bit systems:
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/Fedora_20/home:jsundermeyer.repo -O /etc/yum.repos.d/home:jsundermeyer.repo
$ sudo yum update
$ sudo yum install texstudio
How to install TeXstudio 2.9.0 on CentOS 7:
Instructions 64 bit systems (CentOS 7 for 32 bit systems has not been released):
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/CentOS_CentOS-7/home:jsundermeyer.repo -O /etc/yum.repos.d/home:jsundermeyer.repo
$ sudo yum update
$ sudo yum install texstudio
How to install TeXstudio 2.9.0 on CentOS 6:
Instructions for both 32 bit and 64 bit systems:
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/CentOS_CentOS-6/home:jsundermeyer.repo -O /etc/yum.repos.d/home:jsundermeyer.repo
$ sudo yum update
$ sudo yum install texstudio
Optional, to remove TeXstudio from Fedora, CentOS and derivative systems, do:
$ sudo yum remove texstudio
How to install TeXstudio 2.9.0 on OpenSUSE 13.2:
Instructions for both 32 bit and 64 bit systems:
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/openSUSE_13.2/home:jsundermeyer.repo -O /etc/zypp/repos.d/home:jsundermeyer.repo
$ sudo yum update
$ sudo zypper install texstudio
How to install TeXstudio 2.9.0 on OpenSUSE 13.1:
Instructions for both 32 bit and 64 bit systems:
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/openSUSE_13.1/home:jsundermeyer.repo -O /etc/zypp/repos.d/home:jsundermeyer.repo
$ sudo yum update
$ sudo zypper install texstudio
How to install TeXstudio 2.9.0 on OpenSUSE 12.3:
Instructions for both 32 bit and 64 bit systems:
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/openSUSE_12.3/home:jsundermeyer.repo -O /etc/zypp/repos.d/home:jsundermeyer.repo
$ sudo yum update
$ sudo zypper install texstudio
Optional, to remove TeXstudio from OpenSUSE systems, do:
$ sudo zypper remove texstudio