Ubuntu/Mint/Debian: Install current TeXstudio
one can include the ppa from opensuse for the most current texstudio version:
- add the ppa's key to your keychain:
$ wget -nv http://download.opensuse.org/repositories/home:/jsundermeyer/xUbuntu_16.04/Release.key -O Release.key
$ sudo apt-key add - < Release.key - add the ppa to your sources list folder:
$ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/jsundermeyer/xUbuntu_16.04/ /' > /etc/apt/sources.list.d/opensuse-texstudio.list"
$ sudo apt-get update
$ sudo apt-get install texstudio
sources:
- https://software.opensuse.org : how to add opensuse ppa to ubuntu
- http://download.opensuse.org : the texstudio ppa at opensuse