Onde está localizado o Vim no Ubuntu Linux e como ele está instalado?
“which vim” tells you where it is.
- matthew@bigfoot:~$ which vim
- /usr/bin/vim
On my system it’s /usr/bin/vim.
If you didn’t install it from source, it’s most certainly installed using a dpkg package and most probably from APT.
Para a maioria dos pacotes você pode usar "dpkg -S name" para dizer qual pacote instalou o arquivo.
Mas o VIM é um pouco especial, porque ele usa o sistema alternativo Debian (DebianAlternatives - Debian Wiki) já que vários pacotes podem fornecê-lo. Porque é que eu sei isto? Porque se você fizer "ls -l /usr/bin/vim", ele lhe diz que o arquivo é um link simbólico para /etc/alternatives/vim.
- matthew@bigfoot:~$ ls -l /usr/bin/vim
- lrwxrwxrwx 1 root root 21 Sep 15 22:24 /usr/bin/vim -> /etc/alternatives/vim
As it turned out, /etc/alternatives/vim is itself another symbolic link, that, on my system, points to /usr/bin/vim.basic
- matthew@bigfoot:~$ ls -l /etc/alternatives/vim
- lrwxrwxrwx 1 root root 18 Sep 15 22:24 /etc/alternatives/vim -> /usr/bin/vim.basic
Finally, we can figure out which package is responsible for it.
- matthew@bigfoot:~$ dpkg -S /usr/bin/vim.basic
- vim: /usr/bin/vim.basic
It’s the vim package! As you might have guessed.
Artigos semelhantes
- Como instalar o Windows 8.1 no laptop pré-instalado que vem com Ubuntu e remover o Ubuntu depois de instalar o Windows 8.1
- Se alguém roubou o meu telefone, entrou no WiFi de alguém e eu tenho o endereço IP, o endereço IP dirá onde esse endereço IP está localizado?
- Onde está localizado o pneu sobressalente de um Mini Cooper?
- Onde está exactamente localizado o hímen?