Je ne parviens pas à installer Vim et j'ai besoin d'aide. J'ai essayé ce qui suit:
root@cbitlab1:/home/cbitlib1# Sudo -s
root@cbitlab1:/home/cbitlib1# apt-get install vim
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package vim is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package ‘vim’ has no installation candidate
Comment puis-je résoudre ce problème - je suis sur 14.04.
Pour vous assurer que vous avez la dernière source.list
Sudo apt-get update
puis lancez:
Sudo apt-get install vim
Vim
est pré-installé dans un système d'exploitation basé sur Linux. Pour Ubuntu, sa version minimale est préinstallée.
vim.tiny
Vous pouvez créer un alias pour l'exécuter en tant que vim
alias vim=vim.tiny
Pour rendre cet alias permanent,
gedit ~/.bashrc
Ajoutez la ligne alias vim=vim.tiny
dans le fichier .bashrc
.
Pour plus d'informations, voir ici: Comment créer un alias Bash permanent?