Skip to content

Instantly share code, notes, and snippets.

@dantoncancella
Last active February 5, 2019 22:54
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dantoncancella/4977978 to your computer and use it in GitHub Desktop.
Save dantoncancella/4977978 to your computer and use it in GitHub Desktop.
Installing Sublime Text 2 on Fedora (yum)
# Add repository
yum-config-manager --add-repo http://repo.cloudhike.com/sublime2/fedora/sublime2.repo
# Enable repository
yum-config-manager --enable
# Installin Sublime Text 2
yum install sublime-text
#Tested on Fedora 17, 18
@chaomai
Copy link

chaomai commented Dec 28, 2013

no longer working now

@codepedia
Copy link

http://repo.cloudhike.com/sublime2/fedora/6Server/x86_64/repodata/repomd.xml

this repo doesnt exist:
Not Found

The requested URL /sublime2/fedora/6Server/x86_64/repodata/repomd.xml was not found on this server.

Apache/2.2.15 (CentOS) Server at repo.cloudhike.com Port 80

@moutons
Copy link

moutons commented Oct 1, 2014

http://repo.cloudhike.com/sublime2/fedora/

check your $releasever before you wreck your $releasever... or something

@Lavaei
Copy link

Lavaei commented Jan 19, 2015

$releasever is Fedora version, not Centos version. you simply could replace it with something like 18

@inhacker
Copy link

fuck

@nboubakr
Copy link

nboubakr commented Mar 9, 2015

To use sublime as your default text editor instead of gedit, you should edit: /usr/share/applications/defaults.list by putting subl instead gedit.

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