Как скачать sublime text 3 на linux
Перейти к содержимому

Как скачать sublime text 3 на linux

  • автор:

how to install sublime text 3 in Linux?

GIlbertoDev

Hello everyone if you want to install sublime text 3 in you OS Linux , don’t worrisome , it is so easy, the first thing you should do is open your terminal.

if you are using a Distro based Debian you should follow this tutorial or just skip to another tutorial in this article.

when you have opened you terminal you should put in the terminal the next command:

and you should update your repository with this command:

and finally you just need to put this line over your terminal:

and then you done , you installed sublime text 3 in your system if you want to run sublime text 3 , you just need to type in the terminal this command:

and you can see sublime text right for you.

I hope you like my first article if you want to read more about my last articles and project please check out my blog :

Download

Sublime Text 4 has been released, and contains significant improvements over this version.

Version: Build 3211

    (10.7 or later is required) — also available as a portable version — also available as a portable version — also available as:

    • 64 bit .deb– sig, key
    • 64 bit .rpm– signed, key
    • 64 bit .pkg.tar.xz– sig, key
    • 64 bit .tar.bz2– sig, key
    • 32 bit .tar.bz2– sig, key

    Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued use. There is currently no enforced time limit for the evaluation.

    Установка Sublime Text 3 Ubuntu 20.04

    Sublime Text 3 — это мощный, кроссплатформенный текстовый редактор для программистов. Он поддерживает подсветку синтаксиса, редактирование разметки, поиск ошибок, имеет API на Python и движок регулярных выражений, который ускоряет работу с файлами.

    Возможности редактора можно очень сильно расширить с помощью плагинов. В этой статье мы рассмотрим как выполняется установка Sublime Text 3 Ubuntu 20.04 из PPA или с помощью пакета, загруженного из официального сайта.

    Установка Sublime Text 3 в Ubuntu

    1. Репозиторий разработчиков

    Сначала поговорим как установить программу из репозитория разработчиков. Этот репозиторий можно добавить также в другие версии этого дистрибутива. Сначала необходимо установить нужные зависимости. Для этого откройте терминал (Ctrl+Alt+T) и выполните:

    sudo apt install dirmngr gnupg apt-transport-https ca-certificates software-properties-common

    Дальше необходимо добавить ключ репозитория:

    curl -fsSL https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add —

    И наконец можно установить сам репозиторий:

    sudo add-apt-repository «deb https://download.sublimetext.com/apt/stable/»

    Затем установка Sublime Text 3:

    sudo apt install sublime-text

    После этого, программа будет установлена и готова к использованию. Вы можете найти ее в главном меню:

    Главное окно программы выглядит вот так:

    2. Центр приложений

    Также вы можете установить программу из центра приложений. Для этого запустите центр приложений и наберите в поиске Sublime:

    Затем выберите Sublime Text и нажмите кнопку Установить:

    После завершения установки вы сможете запустить программу.

    3. Пакет snap

    Для того чтобы установить самую новую версию Sublime Text 3 можно воспользоваться пакетным менеджером snap. Сначала надо проверить есть ли такой пакет:

    sudo snap search sublime

    Затем можно установить саму программу:

    sudo snap install sublime-text —classic

    4. Пакет flatpak

    Если в вашей системе установлен пакетный менеджер flatpak, то вы можете получить последнюю версию программы из FlatHub. Для этого выполните:

    flatpak install flathub com.sublimetext.three

    Для запуска программы необходимо выполнить:

    flatpak run com.sublimetext.three

    Удаление Sublime Text 3

    Для удаления Sublime Text 3 установленного из репозиториев достаточно выполнить:

    sudo apt purge sublime-text

    Теперь программа полностью удалена из вашей системы. Для удаления snap пакета надо выполнить:

    sudo snap remove sublime-text

    Для удаления пакета flatpak выполните:

    sudo flatpak uninstall com.sublimetext.three

    Выводы

    В этой статье мы рассмотрели как установить sublime text 3 в Ubuntu. Все очень просто. На завершение видео с процессом установки:

    Обнаружили ошибку в тексте? Сообщите мне об этом. Выделите текст с ошибкой и нажмите Ctrl+Enter.

    Installation

    (opens new window) on the official site. Sublime Text is not free. However, you may evaluate it without a license.

    Download links for all supported platforms can be found on the Download

    The process of installing Sublime Text is different for each platform.

    # 32 or 64 bits?

    64 bit versions should be preferred. As of Sublime Text 4 there are no (officially supported) 32-bit versions any more. Only use a 32-bit version if you are having problems with the 64-bit version or you are running a 32-bit operating system. Note that some features, such as Git Integration

    (opens new window) are only available in the 64-bit version.

    # macOS

    There is only one version of Sublime Text for macOS.

    # Windows

    You should be able to run the 64-bit version if you are using a modern and supported version Windows (read: anything older than Windows XP).

    # Linux

    Run the following command in your terminal to check your operating system’s type. x86_64 means you are on a 64-bit system.

    # Portable or Not Portable?

    Sublime Text comes in two flavors (for Windows specifically):

    • normal
    • portable.

    Most users should be better served by a normal installation. Use the portable version only if you know you need it.

    Normal installations separate data between two folders: the installation folder proper, and the data directory (user-specific directory for data; explained later in this guide). Normal installations also integrate Sublime Text with the File Explorer.

    Portable installations keep all files needed by Sublime Text in a single folder. This folder can be moved around and the editor will still work.

    # How to Install

    # macOS and Windows

    1. Download the installer.
    2. Double click on the installer and follow the provided steps.

    # Linux

    The recommended way is to use the official Linux repositories

    (opens new window) for commonly used Linux distributions and follow the corresponding steps to install Sublime Text using your system’s package manager.

    If there is no repository for your system, you can look for a Sublime Text entry on your distro’s repository.

    # Manual Installation

    The following sequence of Bash commands can be used to install Sublime Text manually. Replace 3211 with the latest build available (or any older build number).

    # How to Install the Portable Version

    The portable version is activated whenever a Data/ folder exists in the installation folder, i.e. the folder you extracted the portable archive to.

    # Windows

    1. Download the compressed archive with the portable version.
    2. Unzip it to a folder of your choice.

    You will find the sublime_text.exe executable inside that folder.

    # Linux

    The steps are similar to the manual installation steps above.

    1. Download the tarball.
    2. Unzip it to a folder of your choice.
    3. Create a Data/ folder inside that folder.

    You will find the sublime_text executable inside that folder.

    # macOS

    1. Download .dmg file.
    2. Open .dmg file.
    3. Drag the Sublime Text 3 bundle into the Applications folder

    To create a symbolic link to use at the command line, issue the following command at the terminal:

    # Release Channels

    Sublime Text currently has two release channels:

    Stable releases are better tested and more reliable for everyday use. The majority of users should only use stable releases.

    The dev channel is more unstable. Dev builds may contain bugs and not work reliably. They are updated more often than beta releases. Dev builds are only available to registered users.

    # Older Versions

    In the event you want to downgrade your Sublime Text, you can access binaries for any previously released version by replacing the build number in the download URL. For example, to retrieve the Windows release for Sublime Text 3.0, grab the latest download URL provided and replace it with the one from the Sublime Text 3.0 release.

    Although discouraged, Sublime Text 2 can be found on its old download page

    (opens new window) . Because it is unsupported, you will need to figure out on your own how to install it.

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *