How to Install and Uninstall vim-ale Package on Kali Linux

Last updated: May 03,2024

1. Install "vim-ale" package

Please follow the step by step instructions below to install vim-ale on Kali Linux

$ sudo apt update $ sudo apt install vim-ale

2. Uninstall "vim-ale" package

Please follow the guidance below to uninstall vim-ale on Kali Linux:

$ sudo apt remove vim-ale $ sudo apt autoclean && sudo apt autoremove

3. Information about the vim-ale package on Kali Linux

Package: vim-ale
Version: 3.3.0-1
Installed-Size: 2591
Maintainer: Nicholas Guriev
Architecture: all
Depends: vim (>= 2:8.1.0693-2~) | neovim (>= 0.2.2-1~)
Size: 329536
SHA256: 850738f7437564dacd7a4b29071958c3a5720eae72aef3869dc3356fa5ef4a29
SHA1: f903279c86bfba11d35b52c9943bb8df0c02413b
MD5sum: 013303c555eca721ec27e6dc0e574e47
Description: Asynchronous Lint Engine for Vim 8 and NeoVim
ALE (Asynchronous Lint Engine) is a plugin providing linting (syntax checking
and semantic errors) in NeoVim 0.2.0+ and Vim 8 while you edit your text files,
and acts as a Vim Language Server Protocol client.
.
ALE makes use of NeoVim and Vim 8 job control functions and timers to run
linters on the contents of text buffers and return errors as text is changed in
Vim. This allows for displaying warnings and errors in files being edited in
Vim before files have been saved back to a filesystem. In other words, this
plugin allows you to lint while you type.
.
After installing the package, you can put ‘packadd! ale’ to your vimrc file to
activate the plugin.
Description-md5:
Homepage: https://github.com/dense-analysis/ale
Section: editors
Priority: optional
Filename: pool/main/v/vim-ale/vim-ale_3.3.0-1_all.deb