Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find deb file of sublime text build 3132

After build 3132 sublime text page no more offers download links for the deb installation files.Is there any way to find the deb file links without installing them from apt?

like image 609
Manos Kounelakis Avatar asked Jun 02 '17 20:06

Manos Kounelakis


1 Answers

There is a URL that will always download the deb file of the latest build, it is https://download.sublimetext.com/latest/dev/linux/x64/deb.

Otherwise, for a specific build, you need to replace the 3133 in this link to the build number you want to download:

https://download.sublimetext.com/sublime-text_build-3133_amd64.deb

like image 165
Keith Hall Avatar answered Sep 22 '22 02:09

Keith Hall