-
Notifications
You must be signed in to change notification settings - Fork 33
Description
I am trying to install apt-vim to install https://github.com/ctrlpvim/ctrlp.vim plugin.
I executed:
apt-vim install -y https://github.com/ctrlpvim/ctrlp.vim and I get the following error:
Skipping installed package To re-install run:
apt-vim update https://github.com/ctrlpvim/ctrlp.vim
Each package must have a non-blank name.
And when I try to run:
apt-vim update https://github.com/ctrlpvim/ctrlp.vim
I get the following error:
Package not installed: https://github.com/ctrlpvim/ctrlp.vim
Would you like to install it? [y|N]: y
Skipping installed package To re-install run:
apt-vim update https://github.com/ctrlpvim/ctrlp.vim
Do you wish to continue anyways? [y|N]: y
Enter a name for package https://github.com/ctrlpvim/ctrlp.vim ( for automatic naming):
I pressed enter for automatic naming. And I again get the following error:
Each package must have a non-blank name.
I am using ubuntu 16.04 32 bit. Shell is zsh with oh-my-zsh.
apt-vim was acting normal few days ago when I installed nerdtree before.