How to install Brackets Text Editor on Linux Fedora 21, Fedora 20 and CentOS 7 Systems. Brackets is a free and open source text/code editor for web designers by Adobe.
The Brackets Editor comes with Inline Editors, Live Preview and Preprocessor Support. It also comes with useful features like Quick Edit and Code Preview.
Install Brackets 1.2 on Fedora 21 and CentOS 7
Run the following commands to install Brackets 1.2 (Text Editor) on 64 bit Fedora 21 and CentOS 7 Systems.
sudo yum install yum-plugin-copr
sudo yum copr enable jgillich/brackets
sudo yum update
sudo yum install atom
Uninstall & Remove Brackets 1.2 From Fedora 21 and CentOS 7
Run the following commands to uninstall and remove Brackets 1.2 (Text Editor) from Fedora 21 and CentOS 7 Systems.
sudo yum remove atom