Skip to content

Instantly share code, notes, and snippets.

@DamianZaremba
Last active May 25, 2021 21:01
Show Gist options
  • Save DamianZaremba/3002285 to your computer and use it in GitHub Desktop.
Save DamianZaremba/3002285 to your computer and use it in GitHub Desktop.
Install sublime text on linux
cd /usr/src/
wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3047_i386.deb
dpkg -i sublime-text_build-3047_i386.deb
cd /usr/src/
http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3047_amd64.deb
dpkg -i sublime-text_build-3047_amd64.deb
@MN-dev
Copy link

MN-dev commented Dec 7, 2016

cd /usr/src/
wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3047_amd64.deb
dpkg -i sublime-text_build-3047_amd64.deb

@reubenSleeq
Copy link

I tried this but just found a "page not found error"....404 error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment