Welcome to another OpenSUSE tutorial, this time my favorite markdown editor typora.

So how do we exactly install Typora in OpenSUSE Linux? Well you can search for Typora in the repository using Zypper search typora and go on with sudo zypper install package name.
The second option is to install from the debian package, which surely working. Here is the guide

In OpenSUSE we can install apps from repository using Zypper install command command. Linux apps comes in many formats, some of them come in binary, rpm and so on. So how do we install apps from a .debian binary file
We can use dpkg to install .deb file in Ubuntu and OpenSUSE. By default SUSE don’t have the dpkg package, we should install it first using
sudo Zypper install dpkg
After that open the corresponding file folder in console. and execute the command. ( in the example I have typora debian file )
sudo dpkg -i typora_0.9.96_amd64.deb