Update installing-atom.md
On YUM-based distributions
sudo yum install -y atom.x86_64.rpm
On DNF-based distributions
sudo dnf install -y atom.x86_64.rpm
more correct would be
On YUM-based distributions
sudo yum install -y atom
On DNF-based distributions
sudo dnf install -y atom
Yes the install will install the latest rpm. There is no need to specify it, since that will raise an error.
On Fri, Aug 17, 2018, 19:53 Robert Sese [email protected] wrote:
@rsese commented on this pull request.
In content/getting-started/sections/installing-atom.md https://github.com/atom/flight-manual.atom.io/pull/480#discussion_r210986019 :
On DNF-based distributions
-$ sudo dnf install -y atom.x86_64.rpm +$ sudo dnf install -y atom
Same question as above?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/atom/flight-manual.atom.io/pull/480#pullrequestreview-147322713, or mute the thread https://github.com/notifications/unsubscribe-auth/Ai99mb-fqeDQXmz_3MDSD-MI6hZjh054ks5uRwMbgaJpZM4WBWeC .
Yes the install will install the latest rpm.
From the one downloaded on the Atom website, correct? Not from a package repository?
Yes, you have before added the atom as a rep. so the install will be from there.
Den lör 18 aug. 2018 kl 21:48 skrev Winston Liu [email protected]:
Yes the install will install the latest rpm.
From the one downloaded on the Atom website, correct? Not from a package repository?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/atom/flight-manual.atom.io/pull/480#issuecomment-414082279, or mute the thread https://github.com/notifications/unsubscribe-auth/Ai99mQwSvOiLYGVP6ZtN8n-H9rMTzcW3ks5uSG-UgaJpZM4WBWeC .
-- Med vänlig hälsning
Stefan Bresgen Public key can be found at :flowcrypt.com/pub/[email protected]
Yes, you have before added the atom as a rep.
However, these are the alternate instructions, which are intended for people who do not wish or are unable to add the Atom package repository to their system.
@bresgen Could you address the question in https://github.com/atom/flight-manual.atom.io/pull/480#issuecomment-414291208?
As stated, your changes are modifying the section for when people haven't added the repository, but require it to have been added which is a conflict 😉.