how to install TeXstudio on the most popular linux systems

Hello friends, as you know TeXstudio is a decent application for editing LaTeX documents under the GNU-Linux platform,TeXstudio is a cross-platform open source LaTeX editor with an interface similar to Texmaker, It is completely customizable and allows even novice users to create complete LaTeX documents.
Written in  C++/Qt
Available in  11 languages
License GNU General Public License

Features
install TeXstudio on  linux Keep The Overview
screenshot
Inline Checking
Structure view
Code folding
Advanced syntax highlighting
Interactive spellchecker
Interactive grammar checker
Interactive reference checker
Clear display of LaTeX errors and warnings (in editor and as list)

Advanced build system
screenshot
Error Highlighting
Built-in support for various LaTeX compilers, index, bibliography and glossary tools, Latexmk, and many more
Automatic detection of the need for multiple LaTeX runs
Run any program you like
Completely customizable for the creation of the complete document

View The Result
Integrated PDF viewer with (almost) word-level syncing
Live-updating inline preview for formulas and code segments
Tooltip preview for included images

what's new in texstudio
  • improved syncing to PDF: don't scroll PDF to top of page if the highlighted area is already visible
  • support command detection for \DeclareRobustCommand
  • persistently store fit and center options of preview panel
  • support more environments for table auto-formatting
  • remember scope when deleting auxiliary files
  • improved handling of incomplete options in the syntax checker
  • new/improved cwls: mathtools, circuitikz
  • fix: crash with RTL text input
  • fix: some shortcuts couldn't be assigned on OSX
  • fix: multi-cursor edits are now grouped into a single undo action
  • fix: lost scroll position when previewing large images
  • fix: assignment of multiple shortcuts to editor operations
  • fix: unindent per shortcut without selection
  • fix: more consistent behavior for PgUp/PgDown in PDF viewer
  • fix: immediately generate cursor mirrors when inserting via the menu
  • fix: commands defined in one file included by many documents were only known in the completion list of one them
  • fix: compile option without poppler
  • fix: crash with \newcommands{xyz}{123456789}
  • fix: %BEGIN_FOLD could not be folded
  • fix: apply grayscale and invert color settings also to magnifier
  • fix: incorrect search hightlight region in PDF viewer with Qt5
  • fix: drag&drop of text already started +/-5 lines from the border (now 1 line)

How to install TeXstudio 2.8.2 on Deepin 2014 ,Ubuntu 14.04, Linux Mint 17 and Elementary OS 0.3

64 bit
$ sudo apt-get install gdebi
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/xUbuntu_14.04/amd64/texstudio_2.8.2_amd64.deb
$ sudo gdebi texstudio_2.8.2_amd64.deb

32 bit 
$ sudo apt-get install gdebi
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/xUbuntu_14.04/i386/texstudio_2.8.2_i386.deb
$ sudo gdebi texstudio_2.8.2_i386.deb

install TeXstudio 2.8.2 on Linux Mint 13, Ubuntu 12.04, Pinguy OS 12.04 and Elementary OS 0.2

64 bit 
$ sudo apt-get install gdebi
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/xUbuntu_12.04/amd64/texstudio_2.8.2_amd64.deb
$ sudo gdebi texstudio_2.8.2_amd64.deb

32 bit
$ sudo apt-get install gdebi
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/xUbuntu_12.04/i386/texstudio_2.8.2_i386.deb
$ sudo gdebi texstudio_2.8.2_i386.deb

install TeXstudio 2.8.2 on Fedora 20

32 bit and 64 bit

$ 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

install TeXstudio 2.8.2 on Fedora 19

32 bit and 64 bit
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/Fedora_19/home:jsundermeyer.repo -O /etc/yum.repos.d/home:jsundermeyer.repo
$ sudo yum update
$ sudo yum install texstudio

 install TeXstudio 2.8.2 on CentOS 7

64 bit 
$ 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

install TeXstudio 2.8.2 on CentOS 6

32 bit and 64 bit
$ 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

install TeXstudio 2.8.2 on OpenSUSE 13.1

32 bit and 64 bit
$ 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 yum install texstudio

install TeXstudio 2.8.2 on OpenSUSE 12.3

32 bit and 64 bit
$ 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 yum install texstudio

install TeXstudio 2.8.2 on Debian

64 bit 
$ sudo apt-get install gdebi
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/Debian_7.0/amd64/texstudio_2.8.2_amd64.deb
$ sudo gdebi texstudio_2.8.2_amd64.deb

32 bit 
$ sudo apt-get install gdebi
$ wget http://download.opensuse.org/repositories/home:/jsundermeyer/Debian_7.0/i386/texstudio_2.8.2_i386.deb
$ sudo gdebi texstudio_2.8.2_i386.deb