Priest_Apostate
Active Member
I can't answer to the others - but I found out that vim on the Debian 12 was actually set up with vim.tiny. Once that was removed and installed with the correct one, the vim commands that I've been studying for the LPIC-1 then began to work as expected. vim.tiny doesn't have the same functionality with those expected commands.
I used the which command, which gave me the /usr/bin/vi.
I then used the readlink -f command on /usr/bin/vi - this gave me the /usr/bin/vim.tiny listing.
Personally, I don't know why that wasn't advertised (as it would have saved me some hours trying to figure out why were my inputted commands not working) - but once I installed vim (then removed that vim.tiny), the commands properly worked.
This might help for you (https://linux-tips.us/install-the-full-version-of-vim-in-ubuntu/).
I used the which command, which gave me the /usr/bin/vi.
I then used the readlink -f command on /usr/bin/vi - this gave me the /usr/bin/vim.tiny listing.
Personally, I don't know why that wasn't advertised (as it would have saved me some hours trying to figure out why were my inputted commands not working) - but once I installed vim (then removed that vim.tiny), the commands properly worked.
This might help for you (https://linux-tips.us/install-the-full-version-of-vim-in-ubuntu/).
Last edited: