Sublime Text is one of the text editors I love so much. switching over Linux distributions, I find it difficult sometimes installing it on some distros. Recently it was Fedora 21. Yes I know Fedy can be used to install Sublime Text 3 but it failed this time round.
I came across Simone Vittori’s post about how to install sublime on any distro thanks to his script.
To install open Terminal and run the command below:
curl -L git.io/sublimetext | sh
➜ ~ curl -L git.io/sublimetext | sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 100 1286 100 1286 0 0 198 0 0:00:06 0:00:06 --:--:-- 1427 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 7380k 100 7380k 0 0 289k 0 0:00:25 0:00:25 --:--:-- 457k [sudo] password for seth: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 170k 100 170k 0 0 57142 0 0:00:03 0:00:03 --:--:-- 57160
Sublime Text 3 installed successfully! Run with: subl
You should see Sublime Text 3 (Build 3065) installed now.