Atom is a hackable text editor for the 21st Century. Atom is a free and open-source text and source code editor for macOS, Linux, and Microsoft Windows with support for plug-ins written in JavaScript, and embedded Git Control. Developed by GitHub, Atom is a desktop application built using web technologies.
In this guide we are going to install Atom in Fedora 35.
Related Content
- How to Install Postman REST Client in Fedora 34/35
- How To Install Visual Studio Code on Fedora 35 Workstation
- How to install Fedora 35 Gnome step by step with screenshots
- Things to do on a Fresh Fedora 35 Desktop Install
Prerequisites
To follow along, ensure that you have the following:
- Up to date Fedora 35 Workstation
- Root access or User with sudo access on the server
Ensuring that Fedora 35 Workstation is up to date
Before proceeding let us ensure that our workstation is up to date. Use this command to achieve this:
|
|
Installing Atom
Adding official package repository to your system by running the following commands:
|
|
Now update the package cache and install the package using dnf
|
|
Alternatively, you can download the Atom .rpm package and install it directly:
|
|
Launching atom
To launch Atom, search for atom
from activities menu.
Once you click on the icon, the Atom text editor will be launched.
You can then install the plugins to extend Atom functionality.
Conclusion
We managed to install Atom text editor in a Fedora 35 Workstation in this guide.