I just tried to install it on my Ubuntu 20 and it failed. Another reason why I think free Linux is overpriced.Have you tried gvim? I never liked it and have been using vi for about 40 years now. I fought using it for years and kept using edt (on VMS). I finally gave up when we switched to Unix.
sudo apt install vim
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libc6-dbg : Depends: libc6 (= 2.31-0ubuntu9.2) but 2.31-0ubuntu9.1 is to be installed
libc6-dev : Depends: libc6 (= 2.31-0ubuntu9.2) but 2.31-0ubuntu9.1 is to be installed
vim : Depends: vim-runtime (= 2:8.1.2269-1ubuntu5) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).