Sublime Forum

How to upgrade to 2096 on Ubuntu

#1

The popup in the GUI says that 2096 is available, but apt-get seems to disagree.

andreas@andreas-dell-xps:~$ sudo apt-get install sublime-merge
[sudo] password for andreas: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
sublime-merge is already the newest version (2091).
0 upgraded, 0 newly installed, 0 to remove and 131 not upgraded.
andreas@andreas-dell-xps:~$ cat /etc/apt/sources.list.d/sublime-text.list
deb [signed-by=/usr/share/keyrings/sublimehq-archive.gpg] https://download.sublimetext.com/ apt/stable/
0 Likes

#2

sudo apt update
sudo apt upgrade

did the trick.

Since auto-install from SM doesn’t work, maybe this could be mentioned on https://www.sublimemerge.com/docs/linux_repositories for the people who get there when clicking the Download button.

0 Likes

#3

It is mentioned, under the apt section:

0 Likes

#4

Oh! Right.
Thank you. :slight_smile:

0 Likes