In: Computer Science
linux.
$
Output of installation information:
If you are running LUBUNTU:
Lubuntu already has Vi Improved (vim) installed. Let’s install a
competitor to the vi editor called emacs. If you ever want to start
an argument between a group of Unix users ask them if they prefer
vi or emacs! Emacs tends to have a bigger system footprint than vi
and is therefore not usually pre-installed.
Use apt to install the emacs package (a lot of items might get
installed). Paste the output or a screenshot of some of the output
of the installation information below along with your command. Run
emacs to see how it differs from vi.
2.What command can you use to verify that the new software you
installed in step 1 is now installed?
$
Solution for Ubuntu
Before installing vim run the following command to make sure
everything is up to date.
if it is not up to date run sudo apt upgrade .
To install vim run the command sudo apt-get install
vim and press enter (you have enter your account password
to begin the installation)
sudo this gives you the superuser permission.
Then run vim (verified that arrow keys do not
input a,w,s,d)
To check whether software is installed or not run vim
--version
***The problem you mentioned with the arrow keys is not present in the newer version of Ubuntu***