Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Update installing-atom.md #480

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update installing-atom.md #480

wants to merge 1 commit into from

Conversation

bresgen
Copy link

@bresgen bresgen commented Aug 17, 2018

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

# 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
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question as above?

@bresgen
Copy link
Author

bresgen commented Aug 18, 2018 via email

@50Wliu
Copy link
Contributor

50Wliu commented Aug 18, 2018

Yes the install will install the latest rpm.

From the one downloaded on the Atom website, correct? Not from a package repository?

@bresgen
Copy link
Author

bresgen commented Aug 20, 2018 via email

@50Wliu
Copy link
Contributor

50Wliu commented Aug 20, 2018

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.

@Arcanemagus
Copy link
Contributor

@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 😉.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants