“Builds listed in the dev channel are only available to licensed users. Users who are evaluating Sublime Merge before purchase will need to use the stable channel.”
I’m a licensed user, so let’s see with Sublime Merge:
$ sudo apt-get install sublime-merge
Reading package lists… Done
Building dependency tree
Reading state information… Done
sublime-merge is already the newest version (2046).
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Hmmm? Well let’s try the stable channel…
$ echo “deb https://download.sublimetext.com/ apt/stable/” | sudo tee /etc/apt/sources.list.d/sublime-text.list
deb https://download.sublimetext.com/ apt/stable/
$ sudo apt-get update
…
Reading package lists… Done
$ sudo apt-get install sublime-merge
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following packages will be upgraded:
sublime-merge
1 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
Need to get 4.539 kB of archives.
After this operation, 10,2 kB of additional disk space will be used.
Get:1 https://download.sublimetext.com apt/stable/ sublime-merge 2047 [4.539 kB]
Fetched 4.539 kB in 2s (2.686 kB/s)
(Reading database … 177697 files and directories currently installed.)
Preparing to unpack …/sublime-merge_2047_amd64.deb …
Unpacking sublime-merge (2047) over (2046) …
Setting up sublime-merge (2047) …
Processing triggers for mime-support (3.64ubuntu1) …
Processing triggers for hicolor-icon-theme (0.17-2) …
Processing triggers for gnome-menus (3.36.0-1ubuntu1) …
Processing triggers for desktop-file-utils (0.24-1ubuntu3) …
This works!