Last active
February 5, 2019 22:54
-
-
Save dantoncancella/4977978 to your computer and use it in GitHub Desktop.
Installing Sublime Text 2 on Fedora (yum)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
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
http://repo.cloudhike.com/sublime2/fedora/
check your $releasever before you wreck your $releasever... or something
$releasever is Fedora version, not Centos version. you simply could replace it with something like 18
fuck
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
no longer working now