How to install atom editor for fedora 24 ? [closed]
How to install atom editor for fedora 24 , use dnf of source package.
How to install atom editor for fedora 24 , use dnf of source package.
Download the rpm package from https://atom.io and install it :
sudo dnf install atom.x86_64.rpm
or add this repo
sudo gedit /etc/yum.repos.d/atom.repo
and add this content:
[helber-atom]
name=Copr repo for atom owned by helber
baseurl=https://copr-be.cloud.fedoraproject.org/results/helber/atom/fedora-$releasever-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=0
gpgkey=https://copr-be.cloud.fedoraproject.org/results/helber/atom/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
and install it
sudo dnf -y install atom
I use fzug repo https://github.com/FZUG
to install atom you need something like
cd /etc/yum.repos.d/
wget https://raw.githubusercontent.com/FZUG/repo/master/repos/FZUG.repo
dnf config-manager --set-disable fzug-*
dnf --enablerepo=fzug-free --enablerepo=fzug-nonfree --enablerepo=fzug-testing install atom
Asked: 2016-10-10 20:50:43 -0600
Seen: 3,453 times
Last updated: Oct 11 '16
how to add application to hide window.
Gnome Software can't group items
Can't keep Gnome Terminal in dock with Plank
Terminal window at login after Fedora 24 update
Fedora 25 and 24 live fails to boot (black screen)
Can anyone tell me what is going on and how to fix this?
How do I become a developer of a new Fedora Atom package? [closed]
dupe -> how-do-i-install-atom
I highly recommend vscode, it's working flawlessly in Fedora.
I have created a copr repo for atom https://copr.fedorainfracloud.org/cop... check it out!