Hi,
In the new version of the installation instructions for APT (which I also use for Linux Mint), the following is placed:
Stable:
(I could not put it here, as it contained links and I can only post 2 links)
However, Linux Mint does not recognize the sources file. The files with the .sources seem to be just ignored by Mint.
Better was the old instruction on the Website (which I guess were changed because of a new Ubuntu version):
echo “deb https://download.sublimetext.com/ apt/stable/” | sudo tee /etc/apt/sources.list.d/sublime-text.list
Also, I see that the packages in Mint have a higher priority than the ones from Sublime text. I solved this in the following way (found it from another use on another website):
The new file: /etc/apt/preferences.d/sublime-text.pref with the following content:
Package: sublime-text
Pin: origin download.sublimetext.com
Pin-Priority: 900
Can there please be a separate install instruction for Linux Mint, as it is used by many users and the ones from Ubunto don’t always work?
Kind regards, Ivo