You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-18Lines changed: 2 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -42,27 +42,11 @@ The `.zip` version will not automatically update.
42
42
43
43
Using [Chocolatey](https://chocolatey.org)? Run `cinst Atom` to install the latest version of Atom.
44
44
45
-
### Debian based (Debian, Ubuntu, Linux Mint)
45
+
### Linux
46
46
47
47
Atom is only available for 64-bit Linux systems.
48
48
49
-
1. Download `atom-amd64.deb` from the [Atom releases page](https://github.com/atom/atom/releases/latest).
50
-
2. Run `sudo dpkg --install atom-amd64.deb` on the downloaded package.
51
-
3. Launch Atom using the installed `atom` command.
52
-
53
-
The Linux version does not currently automatically update so you will need to
54
-
repeat these steps to upgrade to future releases.
55
-
56
-
### RPM based (Red Hat, openSUSE, Fedora, CentOS)
57
-
58
-
Atom is only available for 64-bit Linux systems.
59
-
60
-
1. Download `atom.x86_64.rpm` from the [Atom releases page](https://github.com/atom/atom/releases/latest).
61
-
2. Run `sudo rpm -i atom.x86_64.rpm` on the downloaded package.
62
-
3. Launch Atom using the installed `atom` command.
63
-
64
-
The Linux version does not currently automatically update so you will need to
65
-
repeat these steps to upgrade to future releases.
49
+
Configure your distribution's package manager to install and update Atom by following the [Linux installation instructions](http://flight-manual.atom.io/getting-started/sections/installing-atom/#platform-linux) in the Flight Manual. You will also find instructions on how to install Atom's official Linux packages without using a package repository, though you will not get automatic updates after installing Atom this way.
0 commit comments