Linux Package Manager Repositories
Version:

Sublime Text includes an auto-upgrade mechanism on Windows and Mac to make upgrades a snap. Instead of going against the grain of the Linux ecosystem, packages and package repositories are provided for most of the major distributions.

Builds listed in the dev channel are only available to licensed users. Users who are evaluating Sublime Text before purchase will need to use the stable channel.

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|sudotee/etc/apt/keyrings/sublimehq-pub.asc>/dev/null

Select the channel to use:

  • Stable

    echo-e'Types: deb\nURIs: https://download.sublimetext.com/\nSuites: apt/stable/\nSigned-By: /etc/apt/keyrings/sublimehq-pub.asc'|sudotee/etc/apt/sources.list.d/sublime-text.sources
    
  • Dev

    echo-e'Types: deb\nURIs: https://download.sublimetext.com/\nSuites: apt/dev/\nSigned-By: /etc/apt/keyrings/sublimehq-pub.asc'|sudotee/etc/apt/sources.list.d/sublime-text.sources
    

Update apt sources and install Sublime Text:

sudoapt-getupdate
sudoapt-getinstallsublime-text

pacman🔗

Install the GPG key:

curl-Ohttps://download.sublimetext.com/sublimehq-pub.gpg&&sudopacman-key--addsublimehq-pub.gpg&&sudopacman-key--lsign-key8A8F901A&&rmsublimehq-pub.gpg

Select the channel to use:

  • Stable x86_64

    echo-e"\n[sublime-text]\nServer = https://download.sublimetext.com/arch/stable/x86_64"|sudotee-a/etc/pacman.conf
    
  • Dev x86_64

    echo-e"\n[sublime-text]\nServer = https://download.sublimetext.com/arch/dev/x86_64"|sudotee-a/etc/pacman.conf
    
  • Stable aarch64

    echo-e"\n[sublime-text]\nServer = https://download.sublimetext.com/arch/stable/aarch64"|sudotee-a/etc/pacman.conf
    
  • Dev aarch64

    echo-e"\n[sublime-text]\nServer = https://download.sublimetext.com/arch/dev/aarch64"|sudotee-a/etc/pacman.conf
    

Update pacman and install Sublime Text:

sudopacman-Syusublime-text

yum🔗

Install the GPG key:

sudorpm-v--importhttps://download.sublimetext.com/sublimehq-rpm-pub.gpg

Select the channel to use:

  • Stable

    sudoyum-config-manager--add-repohttps://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
    
  • Dev

    sudoyum-config-manager--add-repohttps://download.sublimetext.com/rpm/dev/x86_64/sublime-text.repo
    

Update yum and install Sublime Text:

sudoyuminstallsublime-text

Note there are no RPM packages for ARM currently.

dnf🔗

Install the GPG key:

sudorpm-v--importhttps://download.sublimetext.com/sublimehq-rpm-pub.gpg

Select the channel to use:

  • Stable

    sudodnfconfig-manager--add-repohttps://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
    
  • Stable for Fedora 41/dnf5 or newer

    sudodnfconfig-manageraddrepo--from-repofile=https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
    
  • Dev

    sudodnfconfig-manager--add-repohttps://download.sublimetext.com/rpm/dev/x86_64/sublime-text.repo
    
  • Dev for Fedora 41/dnf5 or newer

    sudodnfconfig-manageraddrepo--from-repofile=https://download.sublimetext.com/rpm/dev/x86_64/sublime-text.repo
    

Update dnf and install Sublime Text:

sudodnfinstallsublime-text

Note there are no RPM packages for ARM currently.

zypper🔗

Install the GPG key:

sudorpm-v--importhttps://download.sublimetext.com/sublimehq-rpm-pub.gpg

Select the channel to use:

  • Stable

    sudozypperaddrepo-g-fhttps://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
    
  • Dev

    sudozypperaddrepo-g-fhttps://download.sublimetext.com/rpm/dev/x86_64/sublime-text.repo
    

Update zypper and install Sublime Text:

sudozypperinstallsublime-text

Note there are no RPM packages for ARM currently.

AltStyle によって変換されたページ (->オリジナル) /