less than 1 minute read

one can include the ppa from opensuse for the most current texstudio version:

  1. 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
  2. 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: