Linux – installing emacs on CentOS

emacslinuxsoftware installationvmware

I installed VMware and I have centOS installed in it and I'd like to install emacs on it but I don't find any source which has the tar file for that. I either find it for Linux or Solaris but when I tried installing the tar file given for Linux on VM it isn't installing. Can anyone give me the source where I can find the tar file for emacs that I can install on VM and also instructions on how to install it? I find using emacs easier than VIM. And what is the difference between Linux installed on disc and installed on a VM?

Best Answer

emacs is in the epel repos. Open a terminal and run:

sudo yum install epel-release
sudo yum install emacs
Related Question