How to install sublime-text on opensuse15.1

How to install sublime-text on opensuse15.1

This video covers the method to install sublime-text on openSUSE15.1

Process

First, we need to import the public key of the sublime-Text, using the below link

LinuxHelp:~ # rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg

Now, we can add the repository of the Sublime-Text (Stable or Dev) Edition

LinuxHelp:~ # zypper addrepo -g -f https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
Adding repository 'Sublime Text - x86_64 - Stable' .......................[done]
Repository 'Sublime Text - x86_64 - Stable' successfully added

URI         : https://download.sublimetext.com/rpm/stable/x86_64
Enabled     : Yes                                               
GPG Check   : Yes                                               
Autorefresh : Yes                                               
Priority    : 99 (default priority)                             

Repository priorities are without effect. All enabled repositories share the same priority.

Now we can Install Sublime-Text by Executing the following command

LinuxHelp:~ # zypper install sublime-text
Retrieving repository 'Non-OSS Repository' metadata ...................................................................................[done]
Building repository 'Non-OSS Repository' cache ........................................................................................[done]
Retrieving repository 'Main Repository' metadata ......................................................................................[done]
Building repository 'Main Repository' cache 
…
…
1 new package to install.
Overall download size: 13.5 MiB. Already cached: 0 B. After the operation, additional 33.2 MiB will be used.

Here Press Y to show all options

Continue? [y/n/v/...? shows all options] (y): y
Retrieving package sublime-text-3211-1.x86_64                             (1/1),  13.5 MiB ( 33.2 MiB unpacked)
……
……..
 (1/1) Installing: sublime-text-3211-1.x86_64 ............................................................[done]
Executing %posttrans scripts ............................................................................[done]

After Completed the installation, to check the installed Sublime Navigate to Activities,

Where in the search bar, type sublime

With this,Installation of Sublime-Text on OpenSuse 15.1 comes to an end.

FAQ
Q
List Some Alternatives to Sublime-Text?
A
Some of the Alternatives to Sublime-Text are
1.Atom
2.Visual Studio Code
3.UltraEdit
4.Notepad++
Q
Is Sublime-Text is an opensource?
A
No, Sublime-Text is not an opensource, we have to pay an amount for license
Q
What is the Latest version of Sublime-Text Editor?
A
The Latest version of Sublime-Text Editor is 3.2.1 (Build 3207) which was released on 6 April 2019
Q
List some features of Sublime-Text?
A
It has features such as
1.Syntax Highlight
2.Auto Indentation
3.File Type Recognition
Q
What is sublime-text?
A
Sublime Text is a cross-platform source editor with a Python-API that make it easy for working with the codebase