-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update installing-atom.md #480
base: master
Are you sure you want to change the base?
Conversation
# On YUM-based distributions sudo yum install -y atom.x86_64.rpm # On DNF-based distributions sudo dnf install -y atom.x86_64.rpm
@@ -126,10 +126,10 @@ Alternatively, you can download the [Atom .rpm package](https://atom.io/download | |||
|
|||
``` command-line | |||
# On YUM-based distributions | |||
$ sudo yum install -y atom.x86_64.rpm | |||
$ sudo yum install -y atom |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this still install using the .rpm file?
|
||
# On DNF-based distributions | ||
$ sudo dnf install -y atom.x86_64.rpm | ||
$ sudo dnf install -y atom |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same question as above?
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 ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In content/getting-started/sections/installing-atom.md
<#480 (comment)>
:
>
# 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
<#480 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ai99mb-fqeDQXmz_3MDSD-MI6hZjh054ks5uRwMbgaJpZM4WBWeC>
.
|
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
<#480 (comment)>,
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]
|
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 #480 (comment)? 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 😉. |
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