It's called sublie cause you're lying about unlimited user license
Install Sublime Text
- Download Sublime Text
- Open installer file
- Select destination location, then click Next
- You can add Sublime Text to explorer context menu, just check it then click Next
- After installation succedded, click Finish
Apt
The apt repository contains packages for both x86-64 and arm64.
-
Install the GPG key:
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/sublimehq-archive.gpg > /dev/null
-
Select the channel to use:
Stable
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
Dev
echo "deb https://download.sublimetext.com/ apt/dev/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
-
Update apt sources and install Sublime Text:
sudo apt-get update sudo apt-get install sublime-text
Pacman
-
Install the GPG key:
curl -O https://download.sublimetext.com/sublimehq-pub.gpg && sudo pacman-key --add sublimehq-pub.gpg && sudo pacman-key --lsign-key 8A8F901A && rm sublimehq-pub.gpg
-
Select the channel to use:
Stable x86_64
echo -e "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/stable/x86_64" | sudo tee -a /etc/pacman.conf
Dev x86_64
echo -e "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/dev/x86_64" | sudo tee -a /etc/pacman.conf
Stable aarch64
echo -e "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/stable/aarch64" | sudo tee -a /etc/pacman.conf
Dev aarch64
echo -e "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/dev/aarch64" | sudo tee -a /etc/pacman.conf
-
Update pacman and install Sublime Text:
sudo pacman -Syu sublime-text
Yum
-
Install the GPG key:
sudo rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg
-
Select the channel to use:
Stable
sudo yum-config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
Dev
sudo yum-config-manager --add-repo https://download.sublimetext.com/rpm/dev/x86_64/sublime-text.repo
-
Update yum and install Sublime Text:
sudo yum install sublime-text
Dnf
-
Install the GPG key:
sudo rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg
-
Select the channel to use:
Stable
sudo dnf config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
Dev
sudo dnf config-manager --add-repo https://download.sublimetext.com/rpm/dev/x86_64/sublime-text.repo
-
Update dnf and install Sublime Text:
sudo dnf install sublime-text
Zypper
-
Install the GPG key:
sudo rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg
-
Select the channel to use:
Stable
sudo zypper addrepo -g -f https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
Dev
sudo zypper addrepo -g -f https://download.sublimetext.com/rpm/dev/x86_64/sublime-text.repo
-
Update zypper and install Sublime Text:
sudo zypper install sublime-text
- Download Sublime Text
- Extract downloaded file
- Drag Sublime Text.app into your Applications folder
Patch Sublime Text
You can use patcher.py
for replacing hex if you want
Usage :
python patcher.py -i <input> -o <output>
Example :
python patcher.py -i sublime_text.exe -o sublime_text.exe
python patcher.py -i sublime_text
-
Go to HexEd.it
-
Click Open file, then put executable file of Sublime Text Windows
C:\Program Files\Sublime Text\sublime_text.exe
Linux
/opt/sublime_text/sublime_text
MacOS
/Applications/Sublime Text.app/Contents/MacOS/sublime_text
-
Search
80 78 05 00 0F 94 C1
in Search for -
Click Find Next
-
Overwrite it to
C6 40 05 01 48 85 C9
as Hexadecimal Values -
After that click Save as, rename it to same as Sublime Text executable file
-
Backup old file, then move modified file to Sublime Text directory
For newer version like
4180
, search for80 79 05 00 0F 94 C2
then replace withC6 41 05 01 B2 00 90