Install Sublime Text 4 di Armbian dan Ubuntu arm64

Posted: 3 min read

Mungkin banyak diantara kita yang menantikan Sublime Text bisa berjalan di atas device atau perangkat arm64 seperti raspberry pi 4, stb fiberhome hg680p dan b860h, pinebook pro, odroid n2, odroid c4, khadas vim3, rock pi 4, orange pi rk3399 atau soc apple m1. Di rilis versi Sublime Text 4 ini pihak Sublime Text mensupport 64bit arm linux dan Apple M1 prosesor.

Banyak perubahan pada rilis Sublime Text 4 ini diataranya;

  1. GPU RENDERING

Sublime Text can now utilize your GPU on Linux, Mac and Windows when rendering the interface. This results in a fluid UI all the way up to 8K resolutions, all while using less power than before.

  1. APPLE SILICON AND LINUX ARM64

Sublime Text for Mac now includes native support for Apple Silicon processors. Linux ARM64 builds are also available for devices like the Raspberry Pi.

  1. TAB MULTI-SELECT

File tabs have been enhanced to make split views effortless, with support throughout the interface and built-in commands. The side bar, tab bar, Goto Anything, Goto Definition, auto complete and more have all been tweaked to make code navigation easier and more intuitive than ever.

  1. CONTEXT-AWARE AUTO COMPLETE

The auto complete engine has been rewritten to provide smart completions based on existing code in a project. Suggestions are also augmented with info about their kind, and provide links to definitions.

  1. REFRESHED UI

The Default and Adaptive themes have been refreshed with new tab styles and inactive pane dimming. Themes and Color Schemes support auto dark-mode switching. The Adaptive theme on Windows and Linux now features custom title bars.

  1. TYPESCRIPT, JSX AND TSX SUPPORT

Support for one of the most popular new programming languages is now shipped by default. Utilize all of the smart syntax-based features of Sublime Text within the modern JavaScript ecosystem.

  1. SUPERPOWERED SYNTAX DEFINITIONS

The syntax highlighting engine has been significantly improved, with new features like handling non-deterministic grammars, multi-line constructs, lazy embeds and syntax inheritance. Memory usage has been reduced, and load times are faster than ever.

  1. UPDATED PYTHON API

The Sublime Text API has been updated to Python 3.8, while keeping backwards compatibility with packages built for Sublime Text 3. The API has been significantly expanded, adding features that allow plugins like LSP to work better than ever. Read the revamped documentation.

Install Sublime Text 4 di Armbian dan Ubuntu arm64

Sublime Text 4

Repository yang digunakan di bawah ini secara otomatis menyediakan paket aplikasi Sublime Text 4 untuk prosesor arm64 dan amd64 atau x86_64.

Pertama jalankan perintah di bawah ini untuk menambahkan atau install GPP key

Sublime Text 4

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -

tahap selanjutnya menambahkan channel repository

pilih salah satu stable atau development channel.

Untuk versi Stable Sublime text 4 (arm64 dan x86_64)

echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list

Untuk versi Development Sublime text 4 (arm64 dan x86_64)

echo "deb https://download.sublimetext.com/ apt/dev/" | sudo tee /etc/apt/sources.list.d/sublime-text.list

tahap terakhir jalankan perintah di bawah ini memperbarui katalog repository serta menginstall Sublime Text 4.

Sublime Text 4

sudo apt update && sudo apt install sublime-text

Kesimpulan

Sublime Text 4 ini sangat cocok digunakan di perangkat arm64 yang memiliki resource atau RAM yang minim seperti di device berikut raspberry pi 4, stb fiberhome hg680p dan b860h, pinebook pro, odroid n2, odroid c4, khadas vim3, rock pi 4, orange pi rk3399. Jika Anda kurang suka dengan Sublime Text 4 Anda bisa mencoba VScode dengan catatan device Anda harus memilik RAM minimal 4GB atau lebih agar penggunaan cukup nyaman.