Depending on which Linux distribution you are running—Ubuntu, Fedora, Arch, or others—the installation method will vary. 1. Debian and Ubuntu-based Distributions (.deb)
Visit the official Atom website or the GitHub releases page. Download the file ending in .deb. Open your terminal in the download folder. Run: sudo dpkg -i atom-amd64.deb. Fix any missing dependencies with: sudo apt-get install -f. 2. RHEL, Fedora, and CentOS (.rpm) Red Hat-based systems use the RPM package format. Download the .rpm file from the Atom releases page. Open your terminal. Install using dnf: sudo dnf install ./atom.x86_64.rpm. 3. Using Snap Store
GitHub officially "sunsetted" Atom in late 2022. While you can still download and use the final versions, no new official security patches are being released. Many Linux enthusiasts have moved to , a community-led fork that continues where Atom left off. If you find the original Atom binaries difficult to locate, Pulsar provides a modern, compatible alternative that retains the exact look and feel of the original editor. Troubleshooting Common Issues
🚀 Use the terminal method for the fastest updates and easiest uninstallation. To help you get the right version,
Since official support has moved to the Pulsar project, check community-maintained packages for language support.
On older versions of Ubuntu, you may need to install the libgbm1 library manually.
Adjust your keyboard shortcuts via the Settings menu to match your workflow.
If the icon doesn't appear in your app menu, try logging out and back in.